# 智能体

智能体页面是一个助手广场，这里你可以选择或者搜索你想要的模型预设，点击卡片后即可将助手添加在对话页面的助手列表当中。

你也可以在页面中编辑和创建自己的助手。

* 点击 `我的` ，再点击 `创建智能体` 即可开始创建自己的助手。

{% hint style="info" %}
提示词输入框右上角按钮为 AI 优化提示词按钮，点击后会覆盖原文。所用模型为 [全局默认助手模型](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/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.
