> 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/write-with-clickup-ai.md).

# ClickUp AIで書く

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

Write with AI を使用すると、複数の言語でカスタム プロンプトを入力できます。

必要なもの

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

### **AI で書く** <a href="#mqc4mg94pe9b" id="mqc4mg94pe9b"></a>

AI を使って何でも書きましょう。明確で簡潔な言葉を使用し、リストやブログ投稿などの形式を指定します。

ヒント

Esc キーを押すと、いつでも \[AI を使用して書き込み] モーダルを閉じることができます。

AI で書くには：

1. 場所を開いて /Slash コマンド /writewith を入力し、 Return またはEnterを押します。
   * AI モーダルがその場所に表示される場合は、\[AI で書き込む] を選択します。たとえば、新しいドキュメントではモーダルが表示され、既存のドキュメントでは /Slash コマンドを使用できます。

     注： /ai コマンドを実行すると、 ClickUp AIモーダルが開き、そこで[AI Tools](https://help.clickup.com/hc/en-us/articles/14800531548823-Use-ClickUp-AI-Tools)にアクセスすることもできます。
2. Write with AI モーダルにトピックを入力します。
3. コンテンツが生成された後、次の選択肢があります。
   * **挿入：** \[挿入] をクリックしてコンテンツを場所に貼り付けます。
   * **Edit：鉛筆アイコンをクリックしてプロンプトを編集します。**
   * **コピー：**&#x30B3;ピー アイコンをクリックし、別の場所に手動で貼り付けます。生成されたテキストの任意の部分を手動でコピーすることもできます。
   * **Try Again ：**&#x5186;形の矢印アイコンをクリックすると、同じプロンプトから別の応答が生成されます。
   * AI に次に何をすべきかを指示する：関連するプロンプトを入力するか、AI にさらなる指示を与えることによって、AI に再度プロンプトを出します。たとえば、「これをテーブルとしてフォーマットします」と入力できます。または、これを短くしてください。\
     場所によっては、生成されたコンテンツを使用して[タスクまたはドキュメントを作成する](https://help.clickup.com/hc/en-us/articles/19953994898711-Create-a-task-or-Doc-with-ClickUp-AI)こともできます。\
     ![Screenshot showing AI-generated text with the option to Create a task or a Doc with the options to Edit Inputs, Copy, Try again, and Tell SI what to do next.](/files/rZLhTfJYjGlFn2oNOVV7)


---

# 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/write-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.
