# Agent

The Agents page is an assistant plaza, where you can choose or search for the model preset you want. After clicking a card, you can add the assistant to the assistant list on the chat page.

You can also edit and create your own assistant on the page.

* Click `My` , then click `Create Agent` to start creating your own assistant.

{% hint style="info" %}
The button in the upper-right corner of the prompt input box is the AI prompt optimization button. Clicking it will overwrite the original text. The model used is [Global default assistant model](https://github.com/CherryHQ/cherry-studio-docs/blob/main/cherrystudio/preview/broken-reference/README.md).
{% endhint %}


---

# 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.cherry-ai.com/docs/en-us/cherry-studio/preview/agents.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.
