> 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/aufgabenverantwortlichen-und-zustandige-festlegen.md).

# Aufgabenverantwortlichen und Zuständige festlegen

Aufgaben verwenden die Zuordnung von Verantwortlichem und Mitarbeitern, um Verantwortlichkeiten klar darzustellen.

Das hilft zu verhindern, dass die Nachverfolgung unzugeordnet bleibt.

### Was jede Rolle bedeutet

* **Verantwortlicher** — die Person, die insgesamt für die Aufgabe verantwortlich ist.
* **Mitarbeiter** — die Person oder Personen, die an der Aufgabe arbeiten.

Eine Aufgabe kann einen Verantwortlichen haben.

Eine Aufgabe kann mehrere Mitarbeiter enthalten.

{% stepper %}
{% step %}

### Öffnen Sie die Aufgabe

Erstellen Sie eine neue Aufgabe oder bearbeiten Sie eine bestehende.
{% endstep %}

{% step %}

### Legen Sie den Verantwortlichen fest

Wählen Sie den Mitarbeiter in **Aufgabenverantwortlicher**.
{% endstep %}

{% step %}

### Fügen Sie die Mitarbeiter hinzu

Verwenden Sie **Mitarbeiter** um eine oder mehrere Personen hinzuzufügen.
{% endstep %}

{% step %}

### Speichern

Speichern Sie die Aufgabe.
{% endstep %}
{% endstepper %}

### Gute Praxis bei der Zuordnung

* legen Sie einen klaren Verantwortlichen fest
* fügen Sie nur die Mitarbeiter hinzu, die handeln müssen
* prüfen Sie die Verantwortlichkeit, wenn Aufgaben den Besitzer wechseln

### Häufig gestellte Fragen

<details>

<summary>Kann eine Aufgabe mehrere Verantwortliche haben?</summary>

Nein.

Eine Aufgabe hat einen Verantwortlichen.

</details>

<details>

<summary>Kann eine Aufgabe mehrere Mitarbeiter haben?</summary>

Ja.

Sie können mehr als einen Mitarbeiter zuweisen.

</details>

<details>

<summary>Kann ich den Verantwortlichen später ändern?</summary>

Ja.

Bearbeiten Sie die Aufgabe und speichern Sie die neue Zuordnung.

</details>

### Verwandte Themen

* [**Aufgaben**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben.md)
* [**Aufgabenpriorität verstehen**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgabenprioritat-verstehen.md)
* [**Verwenden Sie Aufgaben in der mobilen App**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/aufgaben/aufgaben-in-der-mobilen-app-verwenden.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/aufgabenverantwortlichen-und-zustandige-festlegen.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.
