> 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要素認証のよくある質問](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)
- [Google Adsとimpact.com - CSSパートナートラッキング](https://help.impact.com/other/ja/reference-documentation/google-ads-and-impactcom-tracking.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.
