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

# Documentazione di riferimento

- [Token di accesso API e registro delle modifiche](https://help.impact.com/other/it/reference-documentation/api-access-tokens-and-changelog.md): Questa cartella contiene la documentazione relativa ai token di accesso API e alle modifiche apportate all'API di impact.com. Per la documentazione completa dell'API di impact.com, vai su https://integrations.impact.com/
- [Passa ai token con ambito](https://help.impact.com/other/it/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [Token con ambito: best practice](https://help.impact.com/other/it/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Mantieni sicuri i tuoi token di accesso](https://help.impact.com/other/it/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [Riepilogo del registro delle modifiche dell'API](https://help.impact.com/other/it/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [Spiegazione delle commissioni di cambio valuta](https://help.impact.com/other/it/reference-documentation/foreign-exchange-fees-explained.md)
- [Riferimento ai codici di errore di impact.com](https://help.impact.com/other/it/reference-documentation/impactcom-error-codes-reference.md)
- [FAQ sull'autenticazione a due fattori](https://help.impact.com/other/it/reference-documentation/two-factor-authentication-faqs.md)
- [Abilita l'autenticazione a due fattori a livello utente](https://help.impact.com/other/it/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Accedi al tuo account impact.com](https://help.impact.com/other/it/reference-documentation/log-in-to-your-impactcom-account.md)
- [FAQ sull'accesso a impact.com](https://help.impact.com/other/it/reference-documentation/log-in-to-impactcom-faq.md)
- [Reimposta la tua app di autenticazione per la 2FA](https://help.impact.com/other/it/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [Ottieni aiuto e supporto](https://help.impact.com/other/it/reference-documentation/get-help-and-support.md)
- [Conservazione dei dati di impact.com](https://help.impact.com/other/it/reference-documentation/impactcom-data-retention.md)
- [Genera un file HAR](https://help.impact.com/other/it/reference-documentation/generate-a-har-file.md)
- [Tracciamento di impact.com e Google Analytics — Cosa devi sapere](https://help.impact.com/other/it/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [Valute e fusi orari supportati](https://help.impact.com/other/it/reference-documentation/supported-currencies-and-timezones.md)
- [Migra il tuo programma Performance o Partner su impact.com](https://help.impact.com/other/it/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [Incidenti e stato di salute del sistema](https://help.impact.com/other/it/reference-documentation/incidents-and-system-health-status.md)
- [Google Ads e impact.com - Tracciamento partner CSS](https://help.impact.com/other/it/reference-documentation/google-ads-and-impactcom-tracking.md)
- [Programma di elaborazione dei pagamenti e festività](https://help.impact.com/other/it/reference-documentation/payment-processing-holidays-reference.md)
- [FAQ sui pagamenti in contanti per gli advocate](https://help.impact.com/other/it/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Comprendere i clic](https://help.impact.com/other/it/reference-documentation/understanding-clicks.md)
- [Comprendere i metodi di fatturazione di impact.com](https://help.impact.com/other/it/reference-documentation/understanding-impactcoms-trading-models.md)
- [Funzionalità incluse per creator e advocate — FAQ](https://help.impact.com/other/it/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Inizia con le funzionalità incluse per creator e advocate](https://help.impact.com/other/it/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Spiegazione della ricerca nel marketplace](https://help.impact.com/other/it/reference-documentation/marketplace-search-explained.md)
- [Spiegazione delle funzionalità AI di impact.com](https://help.impact.com/other/it/reference-documentation/impact.com-ai-features-explained.md)
- [Scopri il tuo metodo di fatturazione](https://help.impact.com/other/it/reference-documentation/discover-your-invoicing-method.md)
- [Governance del crawling dei siti web: spiegazione di ImpactCINDAgent](https://help.impact.com/other/it/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [Parametri di tracciamento diretto](https://help.impact.com/other/it/reference-documentation/direct-tracking-parameters.md)
- [Spiegazione della versione 3 di UTT](https://help.impact.com/other/it/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/it/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.
