# AI Agent Dashboard

#### This is your central dashboard to manage each AI Agent.

&#x20;

From here, you can update settings, test responses, and share your AI Agent with others.&#x20;

On the left-hand side, you’ll find a chat window—this is a testing environment where you can interact with your AI Agent and update its knowledge base in real time.

This dashboard also allows you to clone, share, or remove an AI Agent as needed, giving you full control over its behavior and performance.&#x20;

<figure><img src="/files/Iu9Off6oHYlSVHPMZx07" alt=""><figcaption></figcaption></figure>

***

[Share AI Agent](/ai-features/ai-agent-dashboard/share-ai-agent.md) [Clone AI Agent](/ai-features/ai-agent-dashboard/clone-ai-agent.md) [AI Agent UUID](/ai-features/ai-agent-dashboard/ai-agent-uuid.md)


---

# 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.agentsupply.ai/ai-features/ai-agent-dashboard.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.
