> 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/brand/de/what-would-you-like-to-learn-about/advocate-program/introduction-welcome-to-advocate/step-2-create-your-program-rules.md).

# Schritt 2: Erstellen Sie Ihre Programmregeln

Ihre Programmlogik hängt von der Zuordnung von Zielen und Aktionen ab, um Ihre Empfehlungs-Teilnehmenden angemessen zu belohnen. Zusammen bilden diese Ziele und Aktionen [Programmregeln](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/advocate-program-rules-explained).

Zuerst müssen Sie Ziele festlegen. Ein Ziel ist das von Ihnen gewünschte Zielverhalten der Nutzer. Die von Ihnen festgelegten Ziele hängen von Ihrem Programm und den Ergebnissen ab, die Sie erzielen möchten. Dies kann sowohl für Ihre Kundenbefürworter als auch für die von ihnen geworbenen Freunde gelten. Für jedes Empfehlungsprogramm ist mindestens ein Conversion-Ziel erforderlich.

Als Nächstes kommen die Aktionen. Aktionen sind an bestimmte Ziele gebunden. Wenn der Teilnehmer ein Ziel erreicht, wird eine Aktion (z. B. das Auslösen einer Belohnung) ausgelöst.

Belohnungen werden verwendet, um Ihre Kundenbefürworter und die von ihnen geworbenen Freunde zur Teilnahme an Ihrem Empfehlungsprogramm zu motivieren. Sobald Sie Ihre Ziele und Aktionen eingerichtet haben, sollten Sie [Ihre Belohnungen erstellen](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward). Belohnungen können angepasst und in allen Ihren Empfehlungsprogrammen (globale Belohnungen) oder nur in einem Programm (programmspezifische Belohnungen) bereitgestellt werden.

Der nächste Schritt wäre, Ihre Empfehlungs-Landingpage festzulegen. Die Landingpage ist der Ort, zu dem geworbene Freunde weitergeleitet werden, wenn sie auf den Freigabelink eines Befürworters klicken. Sie müssen Ihre [Optionen zum Teilen des Programms](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/advocate-program-sharing-options) auch. Empfehlungscodes, Freigabelinks und Nachrichtenlinks sind die wichtigsten Methoden, mit denen Ihre Kundenbefürworter ihre Freunde weiterempfehlen.


---

# 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/brand/de/what-would-you-like-to-learn-about/advocate-program/introduction-welcome-to-advocate/step-2-create-your-program-rules.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.
