# Агент

Страница агентов — это площадка ассистентов, где вы можете выбрать или найти нужный вам предустановленный шаблон модели. После нажатия на карточку ассистент будет добавлен в список ассистентов на странице диалога.

Вы также можете редактировать и создавать своих собственных ассистентов на этой странице.

* нажмите `Мои` , затем нажмите `Создать агента` и сможете начать создавать собственного ассистента.

{% hint style="info" %}
Кнопка в правом верхнем углу поля ввода подсказки — это кнопка оптимизации подсказки с помощью ИИ; после нажатия исходный текст будет заменён. Используемая модель — [глобальная модель ассистента по умолчанию](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/russian/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.
