# エージェント

エージェントページはアシスタントの広場で、ここで希望するモデルプリセットを選択または検索できます。カードをクリックすると、アシスタントを会話ページのアシスタント一覧に追加できます。

また、このページで自分のアシスタントを編集・作成することもできます。

* をクリック `私の` 、次に `エージェントを作成` をクリックすると、自分のアシスタントの作成を始められます。

{% 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/docs/jp/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.
