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

# Documentation de référence

- [Jetons d'accès API et journal des modifications](https://help.impact.com/other/fr/reference-documentation/api-access-tokens-and-changelog.md): Ce dossier contient la documentation relative aux jetons d'accès API et aux modifications apportées à l'API impact.com. Pour la référence complète de l'API impact.com, rendez-vous sur https://integrations.impact.com/
- [Migrer vers des jetons à portée limitée](https://help.impact.com/other/fr/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [Jetons à portée limitée : bonnes pratiques](https://help.impact.com/other/fr/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Gardez vos jetons d'accès en sécurité](https://help.impact.com/other/fr/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [Résumé du journal des modifications de l'API](https://help.impact.com/other/fr/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [Explication des frais de change](https://help.impact.com/other/fr/reference-documentation/foreign-exchange-fees-explained.md)
- [Référence des codes d'erreur impact.com](https://help.impact.com/other/fr/reference-documentation/impactcom-error-codes-reference.md)
- [FAQ sur l'authentification à deux facteurs](https://help.impact.com/other/fr/reference-documentation/two-factor-authentication-faqs.md)
- [Activer l'authentification à deux facteurs au niveau utilisateur](https://help.impact.com/other/fr/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Se connecter à votre compte impact.com](https://help.impact.com/other/fr/reference-documentation/log-in-to-your-impactcom-account.md)
- [FAQ sur la connexion à impact.com](https://help.impact.com/other/fr/reference-documentation/log-in-to-impactcom-faq.md)
- [Réinitialiser votre application d'authentification pour la 2FA](https://help.impact.com/other/fr/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [Obtenir de l'aide et du support](https://help.impact.com/other/fr/reference-documentation/get-help-and-support.md)
- [Rétention des données impact.com](https://help.impact.com/other/fr/reference-documentation/impactcom-data-retention.md)
- [Générer un fichier HAR](https://help.impact.com/other/fr/reference-documentation/generate-a-har-file.md)
- [impact.com et Google Analytics : ce que vous devez savoir sur le suivi](https://help.impact.com/other/fr/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [Devises et fuseaux horaires pris en charge](https://help.impact.com/other/fr/reference-documentation/supported-currencies-and-timezones.md)
- [Migrer votre programme de performance ou de partenariat vers impact.com](https://help.impact.com/other/fr/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [Incidents et état de santé du système](https://help.impact.com/other/fr/reference-documentation/incidents-and-system-health-status.md)
- [Suivi Google Ads et impact.com](https://help.impact.com/other/fr/reference-documentation/google-ads-and-impactcom-tracking.md)
- [Calendrier de traitement des paiements et jours fériés](https://help.impact.com/other/fr/reference-documentation/payment-processing-holidays-reference.md)
- [FAQ sur les paiements en espèces pour les ambassadeurs](https://help.impact.com/other/fr/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Comprendre les clics](https://help.impact.com/other/fr/reference-documentation/understanding-clicks.md)
- [Comprendre les méthodes de facturation d'impact.com](https://help.impact.com/other/fr/reference-documentation/understanding-impactcoms-trading-models.md)
- [Fonctionnalités incluses pour les créateurs et ambassadeurs — FAQ](https://help.impact.com/other/fr/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Démarrer avec les fonctionnalités incluses pour les créateurs et ambassadeurs](https://help.impact.com/other/fr/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Explication de la recherche dans la place de marché](https://help.impact.com/other/fr/reference-documentation/marketplace-search-explained.md)
- [Explication des fonctionnalités d'IA d'impact.com](https://help.impact.com/other/fr/reference-documentation/impact.com-ai-features-explained.md)
- [Découvrir votre méthode de facturation](https://help.impact.com/other/fr/reference-documentation/discover-your-invoicing-method.md)
- [Gouvernance du crawl du site web : explication d'ImpactCINDAgent](https://help.impact.com/other/fr/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [paramètres de suivi direct](https://help.impact.com/other/fr/reference-documentation/parametres-de-suivi-direct.md)
- [Version 3 de UTT expliquée](https://help.impact.com/other/fr/reference-documentation/version-3-de-utt-expliquee.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/fr/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.
