# Dashboard Features and Updates

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

## Discover Page

* Browse and interact with published AI agents.
* View agent details including owner, mode provider, and creation date.

## My AI Agent

* Central hub to create, manage, and monitor AI agents.
* Insights on agent performance metrics and interactions.

## Create AI Agent

* Simplified process for configuring AI agents:
  * Input agent name and introduction.
  * Select LLM models and plugin options (API/WebSocket).
* Manage credits for creating and enhancing agents.

## API and Live Testing

* **SDK:** Programmatically control agents for custom integrations.
* **API:** Automate workflows and retrieve real-time data.
* **Chat:** Test and interact directly with agents for debugging or demonstration purposes.


---

# 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.psynova.ai/dashboard-features-and-updates.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.
