> 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 Histórico 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/
- [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 Histórico 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 da Conversão de Moeda](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)
- [FAQ 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 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)
- [Gere 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 Saúde do Sistema](https://help.impact.com/other/pt-br/reference-documentation/incidents-and-system-health-status.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 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 da impact.com](https://help.impact.com/other/pt-br/reference-documentation/understanding-impactcoms-trading-models.md)
- [Recursos Inclusos para Criadores e Advocates — FAQ](https://help.impact.com/other/pt-br/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Comece a Usar os Recursos Inclusos para Criadores e Advocates](https://help.impact.com/other/pt-br/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Explicação da Pesquisa no Marketplace](https://help.impact.com/other/pt-br/reference-documentation/marketplace-search-explained.md)
- [Recursos de IA da impact.com Explicados](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.
