> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/ask-impact/how-to-enable-and-disable-ask-impact.md).

# パートナー向けask impactの有効化と無効化の方法

*ask impact* impact.com でより賢い意思決定を支援するために設計された強力なチャットボットアシスタントです。

<div data-with-frame="true"><figure><img src="/files/2a799ddcfa83d10135991580b62bf43882f6fd00" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**注:** *ask impact* パートナー向けにオープンベータで利用できます。
{% endhint %}

### 有効にする *ask impact*

[アカウント管理者](/partner/ja/nitsuitebitaidesuka/account-management/account-settings/user-management/partner-account-user-roles-and-permissions.md) は有効にできます *ask impact* アカウントのメンバーに対して次のように有効にできます:

1. 上部のナビゲーションバーで、 ![](/files/a8aa57cfe5b9cf28e46d17f360d84dc4ea0bd904) **\[ユーザープロフィール] → 設定**.
2. の *アカウント設定* ページで、 [**impact ai**](http://app.impact.com/secure/mediapartner/fr/genai-settings-ui.ihtml) の下の *技術的* 見出し。
3. 設定ページで AI の利用規約とポリシーの概要を確認でき、全文を表示するリンクにアクセスできます。
4. 選択 ![](/files/4ae6107e38555a8ce6c241b846141f0103a1df38) **\[未選択のボックス]** **ask impact を有効化**.
5. 選択 **保存**.
6. 保存すると、 *ask impact* がアカウントで有効になります。
   * この機能がアカウントで有効になると、アカウント管理者は、有効化された日時と、その機能を有効にした管理者を確認できるようになります。
   * メンバーがチャット UI を初めて開くと、AI 利用規約の概要が表示され、続行する前に同意するよう求められます。

### ask impact を無効化

アカウント管理者は、 *ask impact*:

1. の *アカウント設定* ページで、 [**impact ai**](http://app.impact.com/secure/mediapartner/fr/genai-settings-ui.ihtml) の下の *技術的* 見出し。
2. 選択 ![](/files/dbe696dda81b6ee60492f8e6f1293eb088ce52b2) **\[チェック済みのボックス]** **ask impact を有効化**.
3. 選択 **保存**.
4. 無効化する理由についてフィードバックの提供を求められます *ask impact*。この情報は完全に任意ですが、機能の学習と改善に役立つため、ご提供をおすすめします。

### よくある質問

impact.com は、法的要件を上回る保護を備え、プライバシー、説明責任、透明性を強化しながら AI を責任ある形で活用しています。私たちは、 [Google の AI 原則](https://ai.google/principles/) に基づき、あらゆる段階で人の監督を行っています。

<details>

<summary>プライバシーとセキュリティについてはどうなっていますか？</summary>

お客様のデータは impact.com のプライバシーポリシーによって保護されています。データはお客様ご自身で管理され、共有・混合されることも、当社の GenAI モデルの学習に使用されることもありません。

</details>

<details>

<summary>ユーザーの同意: 知っておくべきことは？</summary>

*ask impact* は完全にオプトイン方式です。 [管理者とユーザー](/partner/ja/nitsuitebitaidesuka/account-management/account-settings/user-management/partner-account-user-roles-and-permissions.md) は、ツールを使用する前にインフォームドコンセントを提供する必要があります。ユーザーは AI とやり取りしているときに常にそれを認識できます。

</details>

<details>

<summary>ask impact はどのように改善されますか？</summary>

品質、関連性、安全性を向上させるため、会話とユーザーからのフィードバックを定期的に監視しています。

</details>


---

# 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://help.impact.com/partner/ja/nitsuitebitaidesuka/platform-features/ask-impact/how-to-enable-and-disable-ask-impact.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.
