# Agent

{% hint style="success" %}
This is the official documentation of Forest Admin Cloud.
{% endhint %}

The agent is the server part of your admin panel. It's hosted by Forest Admin in a secure, isolated environment. It runs in the background, managing complex tasks without needing your direct involvement.


---

# 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/core-concepts/agent.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.
