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

# Documentación de referencia

- [Tokens de acceso de API y registro de cambios](https://help.impact.com/other/es/reference-documentation/api-access-tokens-and-changelog.md): Esta carpeta contiene documentación relevante sobre los tokens de acceso de API y los cambios en la API de impact.com. Para la referencia completa de la API de impact.com, ve a https://integrations.impact.com/
- [Migrar a tokens con ámbito](https://help.impact.com/other/es/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [Tokens con ámbito: mejores prácticas](https://help.impact.com/other/es/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Mantén seguros tus tokens de acceso](https://help.impact.com/other/es/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [Resumen del registro de cambios de la API](https://help.impact.com/other/es/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [Explicación de las comisiones por cambio de divisa](https://help.impact.com/other/es/reference-documentation/foreign-exchange-fees-explained.md)
- [Referencia de códigos de error de impact.com](https://help.impact.com/other/es/reference-documentation/impactcom-error-codes-reference.md)
- [Preguntas frecuentes sobre la autenticación de dos factores](https://help.impact.com/other/es/reference-documentation/two-factor-authentication-faqs.md)
- [Habilitar la autenticación de dos factores a nivel de usuario](https://help.impact.com/other/es/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Inicia sesión en tu cuenta de impact.com](https://help.impact.com/other/es/reference-documentation/log-in-to-your-impactcom-account.md)
- [Preguntas frecuentes sobre iniciar sesión en impact.com](https://help.impact.com/other/es/reference-documentation/log-in-to-impactcom-faq.md)
- [Restablece tu aplicación autenticadora para 2FA](https://help.impact.com/other/es/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [Obtén ayuda y soporte](https://help.impact.com/other/es/reference-documentation/get-help-and-support.md)
- [Retención de datos de impact.com](https://help.impact.com/other/es/reference-documentation/impactcom-data-retention.md)
- [Generar un archivo HAR](https://help.impact.com/other/es/reference-documentation/generate-a-har-file.md)
- [impact.com y Google Analytics Tracking — Lo que necesitas saber](https://help.impact.com/other/es/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [Monedas y zonas horarias compatibles](https://help.impact.com/other/es/reference-documentation/supported-currencies-and-timezones.md)
- [Migra tu programa de rendimiento o de socios a impact.com](https://help.impact.com/other/es/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [Incidentes y estado de salud del sistema](https://help.impact.com/other/es/reference-documentation/incidents-and-system-health-status.md)
- [Google Ads e impact.com - Seguimiento de socios CSS](https://help.impact.com/other/es/reference-documentation/google-ads-and-impactcom-tracking.md)
- [Calendario de procesamiento de pagos y festivos](https://help.impact.com/other/es/reference-documentation/payment-processing-holidays-reference.md)
- [Preguntas frecuentes sobre pagos en efectivo para defensores](https://help.impact.com/other/es/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Comprender los clics](https://help.impact.com/other/es/reference-documentation/understanding-clicks.md)
- [Comprender los métodos de facturación de impact.com](https://help.impact.com/other/es/reference-documentation/understanding-impactcoms-trading-models.md)
- [Características incluidas para creadores y defensores — Preguntas frecuentes](https://help.impact.com/other/es/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Empieza con las funciones incluidas para creadores y defensores](https://help.impact.com/other/es/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Explicación de la búsqueda en el marketplace](https://help.impact.com/other/es/reference-documentation/marketplace-search-explained.md)
- [Explicación de las funciones de IA de impact.com](https://help.impact.com/other/es/reference-documentation/impact.com-ai-features-explained.md)
- [Descubre tu método de facturación](https://help.impact.com/other/es/reference-documentation/discover-your-invoicing-method.md)
- [Gobernanza del rastreo de sitios web: explicación de ImpactCINDAgent](https://help.impact.com/other/es/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [Parámetros de seguimiento directo](https://help.impact.com/other/es/reference-documentation/direct-tracking-parameters.md)
- [Explicación de la versión 3 de UTT](https://help.impact.com/other/es/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/es/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.
