> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/lucy-wiki-de/anwendungsreferenz/kampagnen/expertenmodus.md).

# Expertenmodus

## Erstellen Sie eine Kampagne im Expertenmodus

Wählen Sie **+ Neue Kampagne** auf Ihrem Kampagnen-Dashboard und wählen Sie dann **Expertenmodus:**

<figure><img src="/files/1145b9ea01523507789d78554b95b4e74b3daaea" alt=""><figcaption></figcaption></figure>

Geben Sie der Kampagne einen **Namen,** weisen Sie einen **Kunden zu,** und wählen Sie entweder **Phishing, Awareness,** oder **Phishing und Awareness**.

<figure><img src="/files/de71714708ae07df57918e7b8c4e4aae487cfe84" alt=""><figcaption></figcaption></figure>

Wählen Sie **Erstellen** und Sie werden zum Dashboard der Kampagne weitergeleitet.

{% hint style="success" %}
Jeder Tab unter **Haupteinstellungen** muss konfiguriert und **abgeschlossen** bevor die Kampagne gestartet werden kann. Wenn Sie mit der Konfiguration eines Schritts fertig sind, wählen Sie **Schritt abschließen** in der oberen rechten Ecke aus, um ihn zu bestätigen. Sobald alle Schritte abgeschlossen sind, wird die Kampagne freigeschaltet und ist bereit zu starten.
{% endhint %}

<figure><img src="/files/c136ec3e47f2ed23de4a8bc5d328e90ccf330f8a" alt=""><figcaption></figcaption></figure>

Sehen Sie sich unsere Seiten zu den verschiedenen [Kampagneneinstellungen](/lucy-wiki-de/anwendungsreferenz/kampagnen/kampagneneinstellungen.md) an, um jeden Teil der Kampagne zu konfigurieren.


---

# 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://wiki.lucysecurity.com/lucy-wiki-de/anwendungsreferenz/kampagnen/expertenmodus.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.
