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

# Documentação de Referência

- [Tokens de Acesso à API e Registro de Alterações](https://help.impact.com/other/pt-br/reference-documentation/api-access-tokens-and-changelog.md): Esta pasta contém documentação relevante sobre Tokens de Acesso à API e alterações na API da impact.com. Para a referência completa da API da impact.com, acesse https://integrations.impact.com/
- [Migrar para Tokens com Escopo](https://help.impact.com/other/pt-br/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [Tokens com Escopo: Melhores Práticas](https://help.impact.com/other/pt-br/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Mantenha Seus Tokens de Acesso Seguros](https://help.impact.com/other/pt-br/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [Resumo do Registro de Alterações da API](https://help.impact.com/other/pt-br/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [Explicação das Taxas de Câmbio](https://help.impact.com/other/pt-br/reference-documentation/foreign-exchange-fees-explained.md)
- [Referência de Códigos de Erro da impact.com](https://help.impact.com/other/pt-br/reference-documentation/impactcom-error-codes-reference.md)
- [Perguntas frequentes sobre autenticação de dois fatores](https://help.impact.com/other/pt-br/reference-documentation/two-factor-authentication-faqs.md)
- [Ativar autenticação de dois fatores no nível do usuário](https://help.impact.com/other/pt-br/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Faça login na sua conta impact.com](https://help.impact.com/other/pt-br/reference-documentation/log-in-to-your-impactcom-account.md)
- [FAQ sobre login na impact.com](https://help.impact.com/other/pt-br/reference-documentation/log-in-to-impactcom-faq.md)
- [Redefina seu aplicativo autenticador para 2FA](https://help.impact.com/other/pt-br/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [Obtenha ajuda e suporte](https://help.impact.com/other/pt-br/reference-documentation/get-help-and-support.md)
- [Retenção de dados da impact.com](https://help.impact.com/other/pt-br/reference-documentation/impactcom-data-retention.md)
- [Gerar um arquivo HAR](https://help.impact.com/other/pt-br/reference-documentation/generate-a-har-file.md)
- [Rastreamento da impact.com e do Google Analytics — O que você precisa saber](https://help.impact.com/other/pt-br/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [Moedas e fusos horários suportados](https://help.impact.com/other/pt-br/reference-documentation/supported-currencies-and-timezones.md)
- [Migre seu programa de performance ou de parceiros para a impact.com](https://help.impact.com/other/pt-br/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [Incidentes e status de integridade do sistema](https://help.impact.com/other/pt-br/reference-documentation/incidents-and-system-health-status.md)
- [Google Ads e impact.com - Rastreamento de parceiros CSS](https://help.impact.com/other/pt-br/reference-documentation/google-ads-and-impactcom-tracking.md)
- [Cronograma de processamento de pagamentos e feriados](https://help.impact.com/other/pt-br/reference-documentation/payment-processing-holidays-reference.md)
- [FAQ sobre pagamentos em dinheiro para defensores](https://help.impact.com/other/pt-br/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Entendendo Cliques](https://help.impact.com/other/pt-br/reference-documentation/understanding-clicks.md)
- [Entendendo os Métodos de Faturamento da impact.com](https://help.impact.com/other/pt-br/reference-documentation/understanding-impactcoms-trading-models.md)
- [Recursos de Criador e Defensor incluídos — FAQ](https://help.impact.com/other/pt-br/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Comece a usar os Recursos de Criador e Defensor incluídos](https://help.impact.com/other/pt-br/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Explicação da Busca no Marketplace](https://help.impact.com/other/pt-br/reference-documentation/marketplace-search-explained.md)
- [Explicação dos Recursos de IA da impact.com](https://help.impact.com/other/pt-br/reference-documentation/impact.com-ai-features-explained.md)
- [Descubra seu método de faturamento](https://help.impact.com/other/pt-br/reference-documentation/discover-your-invoicing-method.md)
- [Governança de rastreamento de sites: Explicação do ImpactCINDAgent](https://help.impact.com/other/pt-br/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [Parâmetros de Rastreamento Direto](https://help.impact.com/other/pt-br/reference-documentation/direct-tracking-parameters.md)
- [Explicação da Versão 3 do UTT](https://help.impact.com/other/pt-br/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/pt-br/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.
