> 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/intro-to-clickapps/clickbot.md).

# ClickBot

ClickBot は、 ClickUpによって実行される自動化アクションを担当します。たとえば、オートメーションがトリガーされると、Clickbot プロファイルによって実行された関連アクティビティが表示されます。

### **必要なもの** <a href="#vm2ar76xgf9o" id="vm2ar76xgf9o"></a>

* ClickBot は、すべてのClickUpプランで利用できます。

### **クリックボットをアクティブ化する** <a href="#id-2vqrnlcoqnng" id="id-2vqrnlcoqnng"></a>

ClickBot は、ワークスペース内のユーザーから要求されたときにアクションを実行します。ワークスペース内の他のユーザーには、ClickBot があなたに代わってこれらのアクションを実行したことが表示されます。

ClickBot は、ネイティブ統合により、または次のアクションが実行されたときにアクティブになります。

| **クリックボットカテゴリ**             | **アクティベーション**                                                                                                                        |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **ClickBot (Automations)**  | <p>オートメーション アクションがトリガーされるとアクティブになります。</p><p>ヒント</p><p>Automationsをすばやく管理するには、タスクのアクティビティ セクションで ClickBot (Automations) をクリックします。</p> |
| **ClickBot (テンプレートマネージャー)** | タスクがテンプレートから作成されるときにアクティブ化されます。                                                                                                      |
| **ClickBot (定期的なTasks)**    | <p>期日を再マッピングするときにアクティブ化されます。</p><p>注</p><p>ClickApp の依存関係の再スケジュールを有効にしている場合、依存関係チェーンに沿ったタスクの期限が変更されたかどうかを ClickBot が通知します。</p>       |
| **ClickBot (複製ツール)**        | タスクが重複するとアクティブになります。                                                                                                                 |
| **ClickBot (フォーム送信)**       | フォームの送信によってタスクが作成されるとアクティブになります。                                                                                                     |
| **ClickBot (依存関係)**         | <p>未解決の項目があるタスクを閉じると、ClickBot は項目を解決するかどうかを尋ねます。そうすれば、ClickBot が代わりにそれを実行します。</p><p>注</p><p>不完全警告ClickApp を有効にする必要があります。</p>         |


---

# 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/intro-to-clickapps/clickbot.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.
