> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/managing-ai-tools.md).

# AI ツールの管理

Nexthink AI Tools によって監視されている、構成済みの AI ツールを管理します。 AI ツールの発生元、構成タイプ、その他の主要属性を確認し、AI ツールや関連キャンペーンの編集などの操作を行います。

<figure><img src="/files/ilriDilJrx5Vu5PoIxnx" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Adoption monitoring** および **Governance policy** に関するデータ／アクション／構成の可視性は、ユーザーロールの権限に依存します。 [AI Tools の権限を付与](https://docs.nexthink.com/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools#grant-permissions-for-ai-tools) を参照してください。
{% endhint %}

監視用に構成された AI ツールを管理するには:

1. メインナビゲーションから **AI Tools** > **Manage AI tools** に移動し、**AI tools** タブを開きます。
2. 登録されているすべての AI ツールを一覧表示する表の項目を確認します。以下が含まれます:
   * ツールの **名前**。 任意の AI エージェント名のハイパーリンクをクリックすると、構成設定にアクセスできます。
   * **Origin** は、AI ツールが **Custom** 構成か **System** により検出されたものかを示します。
   * **Configuration type** は、API 中心かアプリケーションベースの構成を示します。
     * システムは Microsoft Copilot に対してのみ [API ベースの構成](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/configuring-ai-tools/configuring-microsoft-copilot-using-api-credentials.md) を使用し、API クレデンシャルの提供が必要です。 したがって、API を使用してカスタム AI ツールを構成することはできません。
   * **Application type: Web** および/または **Desktop**。
   * 特定の AI ツールに適用される **Governance policy**：**Recommended**、**Allowed**、または **Prohibited**。 この情報は、ガバナンス関連の権限を持つユーザーロールが利用できます。
   * **Adoption monitoring** は、Nexthink が特定ツールの利用状況を追跡しているかどうかを確認します。 この情報は、アドプション関連の権限を持つユーザーロールが利用できます。
   * 利用可能な **ライセンス**（該当する場合）。
   * **Campaign** のアクティベーション状態: **Enabled** または **Disabled**。 AI ツールの構成でキャンペーンの有効化／無効化を行うことを忘れないでください。
3. AI ツールの上にカーソルを合わせると、表行右側にアクションメニューが表示されます:
   * 既存の AI ツールの **Configuration** 設定にアクセス／編集します。 このアクションは、アドプション関連の権限を持つユーザーロールが利用できます。
   * 特定の AI ツールの **Governance policy を割り当て／変更** します。 [AI ツールのガバナンス](/platform/ja/user-guide/ai-tools/governing-ai-tools.md#assigning-governance-policies-to-guide-users-toward-approved-ai-tools) を参照してください。 このアクションは、ガバナンス関連の権限を持つユーザーロールが利用できます。
4. 必要に応じて、右上の **検索バー** を使用してツール名で検索できます。 列ヘッダーをクリックすると表を並べ替えます。

{% hint style="info" %}
必要に応じて、ページ右上の **New AI Tool** ボタンを使用して、[新しいカスタム AI ツールをセットアップ](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/configuring-ai-tools.md#configuring-ai-tools-for-nexthink-monitoring) します。
{% endhint %}

***

関連タスク

* [AI ツールの構成](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/configuring-ai-tools.md)
* [AI ツール向けキャンペーン設定の変更](/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/modifying-campaign-setups-for-ai-tools.md)


---

# 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://docs.nexthink.com/platform/ja/user-guide/ai-tools/setting-up-and-managing-ai-tools/managing-ai-tools.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.
