> 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: Ihre Programmregeln erstellen

Ihr Programm hängt von der Verknüpfung 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).

Zunächst müssen Sie Ziele festlegen. Ein Ziel ist das gewünschte Verhalten der Zielnutzer. Die Ziele, die Sie festlegen, hängen von Ihrem Programm und den Ergebnissen ab, die Sie erzielen möchten. Dies kann sowohl auf Ihre Kundenfürsprecher als auch auf die von ihnen empfohlenen Freunde zutreffen. Für jedes Empfehlungsprogramm ist mindestens ein Konversionsziel 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 Kundenfürsprecher und die von ihnen empfohlenen Freunde zur Teilnahme an Ihrem Empfehlungsprogramm zu motivieren. Sobald Sie Ihre Ziele und Aktionen festgelegt 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 für ein einzelnes Programm (programmspezifische Belohnungen) verfügbar gemacht werden.

Der nächste Schritt besteht darin, Ihre Empfehlungs-Landingpage festzulegen. Die Landingpage ist der Ort, an den empfohlene Freunde weitergeleitet werden, wenn sie auf den Teilen-Link eines Fürsprechers klicken. Sie müssen Ihre [Programm-Teilen-Optionen](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/advocate-program-sharing-options) ebenfalls. Empfehlungscodes, Teilen-Links und Nachrichten-Links sind die Hauptmethoden, mit denen Ihre Kundenfürsprecher ihre Freunde empfehlen.


---

# 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.
