> 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/brand/ja/what-would-you-like-to-learn-about/platform-features/ask-impact/how-to-enable-and-disable-ask-impact.md).

# ask impactの有効化と無効化の方法

*impact に問い合わせる* これは、パフォーマンスデータの確認、結果の比較、製品ガイダンスへのアクセス、そして impact.com のドキュメント利用を支援するよう設計された強力なチャットボットアシスタントです。詳しくは [ask impact のヒントとコツ](/brand/ja/what-would-you-like-to-learn-about/platform-features/ask-impact/ask-impact-tips-and-tricks.md).

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

#### 無効化 *impact に問い合わせる*

アカウント管理者は、無効化を選択できます *impact に問い合わせる*:

1. 次の画面で *アカウント設定* ページで、 **impact ai** の下にある *ツール* 見出し。
2. ![](/files/fd83586f9930f6bcc6498179e6d7ed9571e7b572) **\[チェックを外す]** **ask impact を有効にする**.
3. 選択 **保存**.
4. 無効にすることを選んだ理由について、フィードバックの提供を求められます *impact に問い合わせる*。この情報は完全に任意ですが、機能の学習と改善に役立つため、ご提供いただけると幸いです。

#### 有効にする *impact に問い合わせる*

*impact に問い合わせる* は現在、デフォルトで有効になっていますが、必要に応じてアカウント管理者が有効にできます *impact に問い合わせる* を次のようにアカウントのメンバーに対して有効にできます：

1. 上部ナビゲーションバーで、次を選択します ![](/files/173ecabf39fd91e83f3ac16fba44d8e9c845708d) **\[ユーザープロフィール] → 設定**.
2. 次の画面で *アカウント設定* ページで、 **impact ai** の下にある *ツール* 見出し。
3. ![](/files/bb653b3e44861001a10b869052097ac090b89312)**\[チェック]** **ask impact を有効にする**.
4. 選択 **保存**.
5. *impact に問い合わせる* は、あなたのアカウントのすべてのメンバーに対して有効になります。
   * 機能が有効になると、アカウント管理者は、その有効化日時と有効にした管理者を確認できるようになります。

#### よくある質問

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

<details>

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

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

</details>

<details>

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

*impact に問い合わせる* はデフォルトで有効になっており、オプトアウトを選択できます。このツールを使うために、利用規約への同意は必要ありません。ユーザーは AI とやり取りしているときに常にそれを把握でき、 *impact に問い合わせる*の [目的、機能、および限界](/brand/ja/what-would-you-like-to-learn-about/platform-features/ask-impact/ask-impact-tips-and-tricks.md) は明確に伝えられます。

</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/brand/ja/what-would-you-like-to-learn-about/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.
