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

# Referenzdokumentation

- [API-Zugriffstoken & Änderungsprotokoll](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog.md): Dieser Ordner enthält Dokumentation zu API Access Tokens und Änderungen an der impact.com API. Für die vollständige impact.com-API-Referenz besuchen Sie https://integrations.impact.com/
- [Zu Scoped Tokens migrieren](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog/migrate-to-scoped-tokens.md)
- [Scoped Tokens: Best Practices](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Schützen Sie Ihre Access Tokens](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md)
- [Zusammenfassung des API-Änderungsprotokolls](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog/api-changelog-summary.md)
- [Währungsumrechnung erklärt](https://help.impact.com/other/de/reference-documentation/foreign-exchange-fees-explained.md)
- [Referenz der impact.com-Fehlercodes](https://help.impact.com/other/de/reference-documentation/impactcom-error-codes-reference.md)
- [FAQs zur Zwei-Faktor-Authentifizierung](https://help.impact.com/other/de/reference-documentation/two-factor-authentication-faqs.md)
- [Zwei-Faktor-Authentifizierung auf Benutzerebene aktivieren](https://help.impact.com/other/de/reference-documentation/enable-user-level-two-factor-authentication.md)
- [Melden Sie sich bei Ihrem impact.com-Konto an](https://help.impact.com/other/de/reference-documentation/log-in-to-your-impactcom-account.md)
- [FAQ: Anmeldung bei impact.com](https://help.impact.com/other/de/reference-documentation/log-in-to-impactcom-faq.md)
- [Setzen Sie Ihre Authenticator-App für 2FA zurück](https://help.impact.com/other/de/reference-documentation/reset-your-authenticator-app-for-2fa.md)
- [Hilfe & Support erhalten](https://help.impact.com/other/de/reference-documentation/get-help-and-support.md)
- [Datenspeicherung bei impact.com](https://help.impact.com/other/de/reference-documentation/impactcom-data-retention.md)
- [Eine HAR-Datei erstellen](https://help.impact.com/other/de/reference-documentation/generate-a-har-file.md)
- [impact.com & Google-Analytics-Tracking — Was Sie wissen müssen](https://help.impact.com/other/de/reference-documentation/impactcom-and-google-analytics-tracking-what-you-need-to-know.md)
- [Unterstützte Währungen & Zeitzonen](https://help.impact.com/other/de/reference-documentation/supported-currencies-and-timezones.md)
- [Migrieren Sie Ihr Performance- oder Partnerprogramm zu impact.com](https://help.impact.com/other/de/reference-documentation/migrate-your-performance-or-partner-program-onto-impactcom.md)
- [Vorfälle & Systemstatus](https://help.impact.com/other/de/reference-documentation/incidents-and-system-health-status.md)
- [Zahlungsabwicklungsplan & Feiertage](https://help.impact.com/other/de/reference-documentation/payment-processing-holidays-reference.md)
- [FAQ zu Barauszahlungen für Advocates](https://help.impact.com/other/de/reference-documentation/cash-payouts-faq-for-advocates.md)
- [Klicks verstehen](https://help.impact.com/other/de/reference-documentation/understanding-clicks.md)
- [Die Rechnungsstellungsmethoden von impact.com verstehen](https://help.impact.com/other/de/reference-documentation/understanding-impactcoms-trading-models.md)
- [Inklusive Creator- & Advocate-Funktionen — FAQ](https://help.impact.com/other/de/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Erste Schritte mit den enthaltenen Creator- & Advocate-Funktionen](https://help.impact.com/other/de/reference-documentation/get-started-with-included-creator-and-advocate-features.md)
- [Marketplace-Suche erklärt](https://help.impact.com/other/de/reference-documentation/marketplace-search-explained.md)
- [impact.com KI-Funktionen erklärt](https://help.impact.com/other/de/reference-documentation/impact.com-ai-features-explained.md)
- [Entdecken Sie Ihre Abrechnungsmethode](https://help.impact.com/other/de/reference-documentation/discover-your-invoicing-method.md)
- [Richtlinien für das Crawlen von Websites: ImpactCINDAgent erklärt](https://help.impact.com/other/de/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [Direkte Tracking-Parameter](https://help.impact.com/other/de/reference-documentation/direct-tracking-parameters.md)
- [UTT-Version 3 erklärt](https://help.impact.com/other/de/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/de/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.
