> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/ai/edit-with-clickup-ai.md).

# ClickUp AIで編集する

AI は、 ClickUpテキストのどこでも使用できます。たとえば、タスクの説明、すべてのコメント、テキストのカスタムフィールド、ツールバー、コマンド センターなどです。

AI によって生成されたコンテンツを編集したり、AI を使用して既存のコンテンツを磨き上げることができます。

必要なもの

機能の利用可能性と制限は、プランとユーザーロールによって異なります。もっと詳しく知る

### **AI が生成したコンテンツを編集する** <a href="#id-73ea4yemdbfo" id="id-73ea4yemdbfo"></a>

AI を使用してコンテンツを生成した後、次のオプションを使用して AI の出力を編集できます。

* **入力の編集：**&#x6307;定したプロンプトを編集する。
* **Try Again ：**&#x540C;じプロンプトから別の応答を生成します。
* **AI に次に何をすべきかを指示する：**&#x95A2;連するプロンプトを入力するか、AI にさらなる指示を与えることによって、AI に再度プロンプトを出します。

### **既存のコンテンツを編集する** <a href="#ffz5gu42ujhe" id="ffz5gu42ujhe"></a>

すでにドラフトがある場合は、AI を使用してブラッシュアップすることができます。

ClickUp AIで編集するには：

1. テキストを選択します。
2. テキスト ツールバーから AI アイコンを選択します。\
   ![Screenshot of selecting text, clicking the AI icon in the text toolbar, and selecting an edit option from the dropdown.](/files/QmhSdZDsB1ckijnKGLjk)
3. AI モーダルから、次のプロンプトから選択します。

| **メニューオプション**                | **結果**                                                                       |
| ---------------------------- | ---------------------------------------------------------------------------- |
| **Edit with AI**             | モーダルに入力したコマンドに基づいて、選択したテキストを編集します。                                           |
| **Improve Writing**          | 何が問題か分からない場合でも、コンテンツを改善します。                                                  |
| **Fix spelling and grammar** | 正しいスペルと文法を返します。                                                              |
| **Make longer**              | 書いた内容に基づいてさらにコンテンツを生成します。                                                    |
| **Make shorter**             | より簡潔なコンテンツを返します。                                                             |
| **Simplify writing**         | 読みやすいコンテンツを返します。                                                             |
| **Generate action items**    | 実行可能な項目のチェックリストを返します。                                                        |
| **Continue writing**         | 始めたことを書き続けます。                                                                |
| **Explain this**             | 長いコンテンツまたは複雑なコンテンツを要約します。                                                    |
| **Summarize this**           | 書いた内容の要約を生成します。                                                              |
| **Translate**                | テキストを英語、フランス語、スペイン語、ポルトガル語、ドイツ語、イタリア語、スウェーデン語、オランダ語、韓国語、日本語、中国語、アラビア語に翻訳します。 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/clickup/features-and-clickapps/ai/edit-with-clickup-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
