> 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 da 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 da API e mudanças na API do impact.com. Para a referência completa da API do impact.com, acesse https://integrations.impact.com/
- [Migre 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 dos Códigos de Erro do 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)
- [Ative a autenticação de dois fatores em nível de usuário](https://help.impact.com/other/pt-br/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Entre na sua conta do impact.com](https://help.impact.com/other/pt-br/reference-documentation/log-in-to-your-impactcom-account.md)
- [Perguntas frequentes sobre login no 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 do impact.com](https://help.impact.com/other/pt-br/reference-documentation/impactcom-data-retention.md)
- [Gere um arquivo HAR](https://help.impact.com/other/pt-br/reference-documentation/generate-a-har-file.md)
- [Rastreamento do 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 o 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)
- [Rastreamento do Google Ads e do impact.com](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)
- [Perguntas frequentes sobre pagamentos em dinheiro para Advocates](https://help.impact.com/other/pt-br/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Entendendo os cliques](https://help.impact.com/other/pt-br/reference-documentation/understanding-clicks.md)
- [Entendendo os métodos de faturamento do impact.com](https://help.impact.com/other/pt-br/reference-documentation/understanding-impactcoms-trading-models.md)
- [Recursos incluídos para Creators e Advocates — Perguntas frequentes](https://help.impact.com/other/pt-br/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Comece a usar os recursos incluídos para Creators e Advocates](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 do 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/parametros-de-rastreamento-direto.md)
- [Explicação da versão 3 do UTT](https://help.impact.com/other/pt-br/reference-documentation/explicacao-da-versao-3-do-utt.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.
