> 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/generate-task-summaries-and-updates-with-clickup-ai-1.md).

# AIカスタムフィールドを使用してタスクの概要と更新を生成する

タスクを開かなくても、タスクの概要と最新情報を入手できます。

AI 概要および AI 進捗更新カスタムフィールドをスペース、フォルダー、またはリストに追加します。次に、これらのカスタム フィールド列をビューに追加します。

必要なもの

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

### **AIカスタムフィールドをワークスペースに追加する** <a href="#b4dh2ibd7un7" id="b4dh2ibd7un7"></a>

カスタム フィールド列は、リスト、ボード、カレンダー、テーブル ビューにのみ追加できます。

Custom Field Managerで AIカスタムフィールドにアクセス、作成、編集することもできます。

Custom Field Managerが有効になっていないワークスペース内の場所に AIカスタムフィールドを追加するには：

1. Sidebarで、場所の横にある省略記号の...をクリックします。
2. **設定**メニューを選択し、 「カスタムフィールド」をクリックします。\
   ![Screenshot of clicking the ellipsis..., selecting the settings menu (which will read More settings for Spaces, List settings for Lists, and Folder settings for Folders), then clicking Custom Fields.](/files/Gz6ORMjtI2zkU4r5yN0R)
3. \[カスタムフィールドの管理] モーダルで、\[新しいカスタム フィールド] をクリックします。
4. カスタム フィールドを選択します。
   * **AI サマリー：**&#x30BF;スクの簡単なサマリーを生成します。
   * **AI 進行状況の更新：**&#x9078;択した期間のタスクの進行状況の更新を生成します。\
     両方のフィールドは同じ場所に個別に設定できます。
5. 「フィールドの作成」モーダルで、フィールドの名前を入力します。
   * フィールドタイプのデフォルトはTextエリアです。
   * \[AI を入力] ドロップダウンに、選択した AI カスタム フィールドが表示されます。
6. \[形式] ドロップダウンから、概要または更新の形式を選択できます。選択肢は、箇条書き、短い、または詳細です。これはいつでも編集できます。
   * AI Progress Updates には、特定の期間から更新を生成するオプションも含まれています。過去 24 時間、または過去 3、7、または 30 日間を選択します。
7. 設定を行ったら、「作成」をクリックします。
   * AIカスタムフィールドは、他のカスタム フィールドと同様に編集または削除できます。

### **概要または更新を生成する** <a href="#vh8nti8mzosm" id="vh8nti8mzosm"></a>

概要を生成したり、リスト、ボード、カレンダー、テーブル ビューから更新したりできます。概要は、タスク内またはビューの列から生成できます。

タスクから概要を生成または更新するには：

1. \[詳細] タブで、AI カスタム フィールドを見つけます。
2. カスタム フィールドの右端にある \[生成] ボタンをクリックします。
   * 概要を生成または更新するのに十分な情報がない場合は、メッセージが表示されます。
3. ClickUp AI が情報を生成します。
   * コピー アイコンをクリックしてテキストをコピーするか、x アイコンをクリックしてテキストをクリアします。
   * タスクの作業が進むにつれて、「更新」をクリックして新しい概要を生成するか更新します。

概要を生成するか、ビュー列から更新するには：

1. AI カスタム フィールドを含む場所で、リスト、ボード、カレンダー、またはテーブル ビューを開くか追加します。
2. AI カスタム フィールドを列としてビューに[追加](https://help.clickup.com/hc/en-us/articles/6330455628439-Show-Custom-Fields)した後、AI カスタム フィールド列で \[生成] ボタンをクリックします。<br>
   * 概要を生成または更新するのに十分な情報がない場合は、メッセージが表示されます。
3. ClickUp AI が情報を生成します。
4. フィールドの上にマウスを置くと、概要全体または更新が表示されます。<br>
   * コピー アイコンをクリックしてテキストをコピーできます。
   * タスクの作業が進むにつれて、「更新」をクリックして新しい概要を生成するか更新します。

![Screenshot of the AI Custom Field in a List view column.](/files/imVSOh6OR2vLh2kkckZN)


---

# 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/generate-task-summaries-and-updates-with-clickup-ai-1.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.
