> 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/create-clickup-ai-generated-subtasks.md).

# ClickUp AIでサブタスクを生成する

ClickUp- AI が生成したサブタスクをタスク名だけから作成します。

必要なもの

機能の可用性と制限はプランとユーザーロールによって異なります。詳細はこちら

### **AI を使用してサブタスクを生成する** <a href="#id-1hvx4nued2hk" id="id-1hvx4nued2hk"></a>

開いているタスクから AI によって生成されたサブタスクを作成できます。タスクには少なくとも名前が必要です。

コンテンツは、タスクの説明とコメントからのさまざまな情報を使用して生成されます。

1. 新規または既存のタスクの「サブタスク」セクションで、右上隅にある「サブタスクの提案」ボタンをクリックします。
2. サブタスクは自動的に生成されます。<br>
   * You can edit any subtask name.\
     ![CreateAIGeneratedSubtasksSuggestButton.png](/files/2uTnFBbCQgdlVnnBpYvf)\
     任意のサブタスク名を編集できます。<br>
   * サブタスク名の右側にあるチェックボックスをクリックすると、サブタスクの選択を解除できます。
3. 「サブタスクの作成」をクリックしてサブタスクを作成するか、「キャンセル」をクリックしてサブタスクを破棄します。

### **他の AI 機能を使用する** <a href="#n7gh14dwwzd" id="n7gh14dwwzd"></a>

サブタスクを生成した後、Write with AI またはAI Tools を使用して詳細を入力できます。

上記の例を使用すると、次のことができます。

1. サブタスク「ドラフト プロモーションのお知らせ」を開きます。
2. 新しいサブタスクの詳細セクションから、\[AI による書き込み] を選択します。または、/スラッシュ コマンド /write を使用します。
3. \[AI Tools]ドロップダウンから \[マーケティング] を選択し、\[キャンペーン概要ドラフトの作成] をクリックします。
4. 要求された情報を追加し、「生成」をクリックします。
5. 「コピー」をクリックして、下書きをサブタスクに貼り付けます。


---

# 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/create-clickup-ai-generated-subtasks.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.
