> For the complete documentation index, see [llms.txt](https://docs.flosum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flosum.com/resources/resources-overview.md).

# Resources - Overview

The Resources section includes information and documents not found in the main Flosum Docs Knowledge Base. See the sections below for an explanation of what each covers.

## User Guides

The Flosum Docs Knowledge Base is a comprehensive resource that provides the latest information and step-by-step instructions for Flosum Cloud Apps. Alongside this extensive online repository, Flosum offers a variety of standalone User Guides for its applications.

These User Guides cover a wide range of topics, including key features and functionalities already mentioned in the Knowledge Base. They also address specific scenarios, configurations, and details relevant to both current and earlier versions of the apps. Whether you need guidance on advanced use cases or assistance with legacy systems, our User Guides are designed to meet your needs.

## Policies & Security

The articles in this section cover essential guidelines and protocols for protecting information and ensuring compliance within Flosum Cloud Apps. This section covers data protection measures, user privacy policies, and the security frameworks that Flosum follows. It also provides insights into access controls, authentication procedures, and recommendations for maintaining up-to-date security practices. You can refer to this section to better understand Flosum's commitment to creating a secure and trustworthy environment for all Flosum Cloud Apps users.

## Architecture

This section provides detailed information about the system architecture of individual Flosum Cloud Apps. Please note that this information will be updated periodically to align with the current architecture, but it may sometimes be out of date. If you have specific questions that are not addressed here, please reach out to your Flosum Success Manager.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flosum.com/resources/resources-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
