> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/eine-aufgabe-aus-dem-startmenu-erstellen.md).

# Eine Aufgabe aus dem Startmenü erstellen

Sie können über das Schnell-Erstellen-Menü in der oberen rechten Ecke eine Aufgabe erstellen.

Das ist nützlich, wenn Sie eine Aufgabe hinzufügen möchten, ohne zuerst einen Kunden zu öffnen.

{% stepper %}
{% step %}

### Öffnen Sie das Schnell-Erstellen-Menü

Klicken Sie auf das **Plus** Symbol in der oberen rechten Ecke.
{% endstep %}

{% step %}

### Aufgabe auswählen

Wählen Sie **Aufgabe** im Menü.
{% endstep %}

{% step %}

### Füllen Sie die Details aus

Geben Sie mindestens einen Aufgabennamen ein.

Fügen Sie den Kunden manuell hinzu, wenn die Aufgabe zu einem Kontakt gehört.
{% endstep %}

{% step %}

### Weitere Aufgabendetails hinzufügen

Legen Sie den Verantwortlichen, die Mitarbeiter, das Fälligkeitsdatum, die Priorität und andere benötigte Felder fest.
{% endstep %}

{% step %}

### Speichern Sie die Aufgabe

Wählen Sie die Speicheroption, die zu Ihrem Ablauf passt.
{% endstep %}
{% endstepper %}

### Wichtig zu wissen

Wenn Sie hier beginnen, wird der Kunde nicht automatisch ausgefüllt.

Wenn die Aufgabe zu einem Kunden gehört, wählen Sie diesen Kontakt selbst aus.

### Häufig gestellte Fragen

<details>

<summary>Kann ich eine Aufgabe ohne einen Kunden erstellen?</summary>

Ja.

Das ist für interne Aktionen nützlich.

</details>

<details>

<summary>Warum ist der Kunde in diesem Ablauf leer?</summary>

Weil Sie die Aufgabe außerhalb einer Kundenkarte erstellen.

</details>

<details>

<summary>Kann ich sofort noch eine Folgeaufgabe erstellen?</summary>

Ja.

Verwenden Sie die Speicheroption, die nach dem Speichern eine neue Aufgabe öffnet.

</details>

### Verwandte Themen

* [**Aufgaben**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben.md)
* [**Eine Aufgabe aus einer Kundenkarte erstellen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/eine-aufgabe-aus-einer-kundenkarte-erstellen.md)
* [**Was ist die Aufgabe?**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/was-sind-aufgaben.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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/eine-aufgabe-aus-dem-startmenu-erstellen.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.
