# How to Read This Doc?

The documentation you are about to explore is organized into several chapters, each dedicated to a different aspect of Forest Admin. You can easily access these chapters through the navigation menu on the left side of your screen.

### Modules

* [Native Modules](/cloud/native-modules/data-management.md): Learn more about the native capabilities of your admin panel provided out-of-the-box.&#x20;
* [Security Modules](/cloud/security-modules/roles-and-permissions.md): Learn more about the security modules provided by Forest Admin.&#x20;

### Customization

* [UI Customization](/cloud/ui-customization/actions.md): Learn more about how to customize your admin panel through the UI.&#x20;
* [Code Customization](/cloud/code-customization/getting-started.md): Learn more about how to access your admin panel's code for deeper customization.

### Others

* [Core Concepts](/cloud/core-concepts/agent.md): Learn more about Forest Admin's core concepts and the glossary used.&#x20;
* [Data Sources Settings](/cloud/data-sources-settings/sql.md): Explore the settings necessary to maintain a live connection between your data sources and Forest Admin.
* [Best Practices](/cloud/best-practices/performance.md): Explore a list of best practices to improve and optimize your Forest Admin experience.


---

# Agent Instructions: 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:

```
GET https://docs.forestadmin.com/cloud/how-to-read-this-doc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
