> 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 de la conversion des devises](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)
- [Connectez-vous à votre compte impact.com](https://help.impact.com/other/fr/reference-documentation/log-in-to-your-impactcom-account.md)
- [FAQ de 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)
- [Conservation 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)
- [Suivi impact.com et Google Analytics — Ce que vous devez savoir](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 Performance ou Partenaires 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)
- [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 Advocates](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 Creator et Advocate incluses — FAQ](https://help.impact.com/other/fr/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Prise en main des fonctionnalités Creator et Advocate incluses](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écouvrez votre méthode de facturation](https://help.impact.com/other/fr/reference-documentation/discover-your-invoicing-method.md)
- [Gouvernance du crawl des sites 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/direct-tracking-parameters.md)
- [Explication de la version 3 de l'UTT](https://help.impact.com/other/fr/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/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.
