> 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/automations/use-automations-templates.md).

# Automationsテンプレートを使用する

Automationsテンプレートを参照して、チームにとって効率的なプロセスを簡単に作成する方法を見つけてください。これらのテンプレートは、タスクが作成されるたびにステータスを変更するなどの繰り返し作業を自動化するためにそのまま使用できる事前設定されたトリガーとアクションであり、カスタマイズすることもできます。

任意のスペース、フォルダー、またはリストに適用できるオートメーション テンプレートが 50 を超えています。

注

スペース、フォルダー、またはリストからタスクにAssigneesまたは監視者を自動的に設定する必要がある場合は、最初に自動化ショートカット メニューをチェックしてください。

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

* ワークスペース管理者または所有者は、オートメーションClickAppを有効にする必要があります。
* [GuestsはAutomationsを設定できません。](https://help.clickup.com/hc/en-us/articles/6310033667223-User-Roles)
* ワークスペースに含めることができるアクティブなAutomationsの合計数は、プランによって異なります。
  * Free Forever：合計 50 個のアクティブなAutomations。
  * Unlimited：合計 500 個のアクティブなAutomations。
  * Business以上：アクティブなAutomationsの総数はUnlimited。
* 1 か月あたりに完了できるアクションの数は、プランによって異なります。
  * Free Forever： 100 アクション/月。
  * Unlimited： 1,000 アクション/月。
  * Business： 10,000 アクション/月。
  * Business Plus： 25,000 アクション/月。
  * Enterprise： 250,000 アクション/月。
* アクション制限は毎月 1 日 (PST：太平洋標準時) にリセットされます。
* Automationsの使用率が 90% になった場合、および使用率が 100% を超えた場合、使用状況アラートeメールがワークスペースの所有者と管理者に送信されます。
* Business PlusおよびEnterpriseプランでは、さらに多くの自動化アクションを購入できます。
* [Webhook アクションと自動化の統合は、Businessプラン以上で利用できます。](https://help.clickup.com/hc/en-us/articles/6312097314199-Use-Automation-Actions#h_dcacd73519)

### **テンプレートを参照する** <a href="#id-421111srkpyy" id="id-421111srkpyy"></a>

Automationsチームとワークフローをより効率的にする方法については、自動化テンプレートを参照してください。Templatesは\[Automations]メニューに保存され、移動、ステータス、作成などのカテゴリにグループ化されています。

Automationsはスペース、フォルダー、リストに適用できます。Automationsは、その場所内のすべてのタスクとサブタスクに適用されます。

1. Sidebarのスペース、フォルダー、またはリストをクリックして、その場所を開きます。
2. 次のいずれかの方法でAutomationsにアクセスします。
   * 右上隅の「Automations」をクリックします。
   * \[Settings]メニューから\[Automations]を選択します。
3. 「オートメーションの追加」をクリックしてAutomationsモーダルを開きます
4. カテゴリをクリックして、そのテンプレートのグループを参照します。

ヒント

何を自動化したいか知っていますか?カスタム オートメーションを作成して、必要なトリガー、条件、アクションを設定することもできます。

### **Automationsテンプレートを設定する** <a href="#id-4zdd66xhfgs1" id="id-4zdd66xhfgs1"></a>

適切なテンプレートが見つかったら、トリガーとアクションを設定します。

1. Automationsモーダルの左側のメニューからカテゴリを選択します。
2. テンプレートをクリックします。\
   ![Screenshot of left menu. The Move category is selected to show the Move templates.](/files/5eYpoQjZPTyhBrwdqVh9)<br>
3. 自動化を有効にするために必要な情報をすべて入力します。
4. 「作成」をクリックします。\
   ![Screenshot of an Automation that changes a task's status when it is moved to a different location.](/files/EwZY3drx7VypGzTueW1A)<br>

* この例では、Automationsテンプレート「この場所に移動したとき、ステータスを変更する」を選択しました。
* ここでは「保留中」ステータスを選択しました。
* これで、この場所に移動されたすべてのタスクのステータスが「保留中」になります。


---

# 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/automations/use-automations-templates.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.
