> 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/access-to-clickup-ai.md).

# ClickUp AIにアクセスする

ClickUpではどこからでも AI にアクセスできます。

必要なもの

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

### **ClickUpのどこからでも AI にアクセス** <a href="#h1rnbsuoqome" id="h1rnbsuoqome"></a>

ツールバーの AI を使用して、 ClickUpのどこからでも AI にアクセスします。

* 「検索」の右側にあるツールバーで、「AI」ボタンをクリックします。
* または、キーボード ショートカットの Mac では Option + K、Windows では Alt + K を使用します。

### **特定の場所から AI にアクセスする** <a href="#id-8p8dki693049" id="id-8p8dki693049"></a>

ClickUpテキストを使用できるので、どこからでもAIにアクセスできます。たとえば、タスクの説明、すべてのコメント、テストカスタムフィールド、コマンド センターなどです。

AI へのアクセスは場所によって異なります。一部の場所では、新しいアイテムを開くと AI メニューが表示されます。

たとえば、新しいドキュメントから次のいずれかを実行できます。

* \[AI で書き込む] を選択します。
* AI ツールを選択します。\
  ![Screenshot of a new Doc with the options Write with AI and AI Tools highlighted.](/files/ZkgDCy8RkBplSkGab9kA)

AI 対応の場所でいつでも /Slash コマンドを使用することもできます。

### **/Slash コマンドを使用して AI にアクセスする** <a href="#up0aiq6s4qa9" id="up0aiq6s4qa9"></a>

/Slash コマンドを使用して AI にアクセスするには：

1. 任意の場所から /Slash コマンド /tools を入力してAI Toolsを使用するか、/write を入力して AI を使用して書き込みます。 /ai と入力して、すべての AI オプションを表示することもできます。
2. AI モーダルを開くには、Return キーまたは Enter キーを押します。

### **既存のコンテンツから AI にアクセス** <a href="#id-1h3bv6uuhxoa" id="id-1h3bv6uuhxoa"></a>

次の方法で、任意の場所から既存のコンテンツを編集できます。

1. いくつかのテキストを強調表示し、テキスト ツールバーから**AI**を選択します。\
   ![Screenshot showing how to highlight text to display the AI menu in the text toolbar.](/files/4Hos1zIAqLMLX76JaOJn)
2. ドロップダウンからプロンプトを選択します。


---

# 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/access-to-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.
