> 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/summarize-inbox-task-comments-with-clickup-ai.md).

# ClickUp AIを使用してInboxのタスクコメントを要約する

Inboxトレイの長いスレッドやコメントの要点をすばやく確認できます。

必要なもの

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

### **Inboxのコメントを要約する** <a href="#h4q3eaq27q8v" id="h4q3eaq27q8v"></a>

Inboxのコメントを要約するには：

1. Inboxから、\[重要] タブを選択します。
2. クリックすると、コメント付きのタスクが開きます。
3. スレッドの最初のコメントの右上隅にある \[要約] をクリックします。\
   ![Screenshot of the Summarize button.](/files/OzhsLU7ZsjOFZdaTzK6q)
4. AI はコメント スレッド全体または 1 つのコメントの概要を生成します。
5. コンテンツが生成された後、次の選択肢があります。
   * **コピー：**&#x30C6;キストをコピーして、別の場所に手動で貼り付けます。生成されたテキストの任意の部分を手動でコピーすることもできます。
   * **再試行：**&#x308F;ずかに異なる AI 応答を生成します。
   * **AI に次に何をすべきかを指示する：**&#x95A2;連するプロンプトを入力するか、AI にさらなる指示を与えることによって、AI に再度プロンプトを出します。\
     たとえば、「スペルを修正」と入力します。


---

# 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/summarize-inbox-task-comments-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.
