> 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-Zugriffstokens und Änderungsprotokoll](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog.md): Dieser Ordner enthält Dokumentation zu API-Zugriffstokens und Änderungen an der impact.com API. Die vollständige impact.com API-Referenz finden Sie unter 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: Bewährte Methoden](https://help.impact.com/other/de/reference-documentation/api-access-tokens-and-changelog/scoped-tokens-best-practices.md)
- [Bewahren Sie Ihre Zugriffstokens sicher auf](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)
- [Wechselkursgebühren erklärt](https://help.impact.com/other/de/reference-documentation/foreign-exchange-fees-explained.md)
- [Referenz der Error-Codes von impact.com](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 zur 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 und Support erhalten](https://help.impact.com/other/de/reference-documentation/get-help-and-support.md)
- [Datenaufbewahrung bei impact.com](https://help.impact.com/other/de/reference-documentation/impactcom-data-retention.md)
- [HAR-Datei erstellen](https://help.impact.com/other/de/reference-documentation/generate-a-har-file.md)
- [impact.com- und 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 und 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 und Systemzustand](https://help.impact.com/other/de/reference-documentation/incidents-and-system-health-status.md)
- [Google Ads und impact.com – CSS-Partner-Tracking](https://help.impact.com/other/de/reference-documentation/google-ads-and-impactcom-tracking.md)
- [Zeitplan für die Zahlungsabwicklung und 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 Abrechnungsmethoden von impact.com verstehen](https://help.impact.com/other/de/reference-documentation/understanding-impactcoms-trading-models.md)
- [Inklusive Creator- und Advocate-Funktionen — FAQ](https://help.impact.com/other/de/reference-documentation/included-creator-and-advocate-features-faq.md)
- [Erste Schritte mit den enthaltenen Creator- und 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 AI-Funktionen erklärt](https://help.impact.com/other/de/reference-documentation/impact.com-ai-features-explained.md)
- [Finden Sie Ihre Abrechnungsmethode heraus](https://help.impact.com/other/de/reference-documentation/discover-your-invoicing-method.md)
- [Governance für Website-Crawling: ImpactCINDAgent erklärt](https://help.impact.com/other/de/reference-documentation/website-crawling-governance-impactcindagent-explained.md)
- [Parameter für direktes Tracking](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.
