> 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/other/ja/reference-documentation.md).

# 参考ドキュメント

- [APIアクセストークンと変更履歴](https://help.impact.com/other/ja/reference-documentation/api-access-tokens-and-changelog.md): このフォルダーには、APIアクセストークンと impact.com API の変更に関するドキュメントが含まれています。impact.com API の完全なリファレンスについては、https://integrations.impact.com/ をご覧ください。
- [スコープ付きトークンへの移行](https://help.impact.com/other/ja/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [スコープ付きトークン: ベストプラクティス](https://help.impact.com/other/ja/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [アクセストークンを安全に保つ](https://help.impact.com/other/ja/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [API変更履歴の概要](https://help.impact.com/other/ja/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [通貨換算の説明](https://help.impact.com/other/ja/reference-documentation/foreign-exchange-fees-explained.md)
- [impact.com エラーコード リファレンス](https://help.impact.com/other/ja/reference-documentation/impactcom-error-codes-reference.md)
- [2要素認証に関するFAQ](https://help.impact.com/other/ja/reference-documentation/two-factor-authentication-faqs.md)
- [ユーザーレベルの2要素認証を有効にする](https://help.impact.com/other/ja/reference-documentation/enable-user-level-two-factor-authentication.md)
- [impact.comアカウントにログインする](https://help.impact.com/other/ja/reference-documentation/log-in-to-your-impactcom-account.md)
- [impact.comへのログインに関するFAQ](https://help.impact.com/other/ja/reference-documentation/log-in-to-impactcom-faq.md)
- [2要素認証用の認証アプリをリセットする](https://help.impact.com/other/ja/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [ヘルプとサポートを受ける](https://help.impact.com/other/ja/reference-documentation/get-help-and-support.md)
- [impact.comのデータ保持](https://help.impact.com/other/ja/reference-documentation/impactcom-data-retention.md)
- [HARファイルを生成する](https://help.impact.com/other/ja/reference-documentation/generate-a-har-file.md)
- [impact.com と Google Analytics のトラッキング — 知っておくべきこと](https://help.impact.com/other/ja/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [対応通貨とタイムゾーン](https://help.impact.com/other/ja/reference-documentation/supported-currencies-and-timezones.md)
- [パフォーマンスプログラムまたはパートナープログラムを impact.com に移行する](https://help.impact.com/other/ja/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [障害とシステム健全性ステータス](https://help.impact.com/other/ja/reference-documentation/incidents-and-system-health-status.md)
- [支払い処理スケジュールと祝日](https://help.impact.com/other/ja/reference-documentation/payment-processing-holidays-reference.md)
- [アドボケイト向け現金支払いFAQ](https://help.impact.com/other/ja/reference-documentation/cash-payouts-faq-for-advocates.md)
- [クリックの理解](https://help.impact.com/other/ja/reference-documentation/understanding-clicks.md)
- [impact.com の請求方法を理解する](https://help.impact.com/other/ja/reference-documentation/understanding-impactcoms-trading-models.md)
- [含まれるクリエイター＆アドボケイト機能 — FAQ](https://help.impact.com/other/ja/reference-documentation/included-creator-and-advocate-features-faq.md)
- [含まれるクリエイター＆アドボケイト機能を始める](https://help.impact.com/other/ja/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [マーケットプレイス検索の説明](https://help.impact.com/other/ja/reference-documentation/marketplace-search-explained.md)
- [impact.com AI機能の説明](https://help.impact.com/other/ja/reference-documentation/impact.com-ai-features-explained.md)
- [ご利用の請求方法を確認する](https://help.impact.com/other/ja/reference-documentation/discover-your-invoicing-method.md)
- [Webサイトクロールの管理: ImpactCINDAgent の説明](https://help.impact.com/other/ja/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [直接トラッキングパラメータ](https://help.impact.com/other/ja/reference-documentation/direct-tracking-parameters.md)
- [UTTバージョン3の説明](https://help.impact.com/other/ja/reference-documentation/utt-version-3-explained.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://help.impact.com/other/ja/reference-documentation.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.
