> For the complete documentation index, see [llms.txt](https://docs.nexcore.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexcore.de/documentation/tutorials/vorgange/ubersicht.md).

# Übersicht

### Das lernst Du in diesem Tutorial

* Welche Tabs die Vorgangsübersicht hat und wofür sie stehen
* Was eine Zeile in der Übersicht anzeigt
* Wie du gezielt nach Vorgängen suchst
* Wie du mit Filtern und Sortierung die Liste eingrenzt

{% hint style="info" %}
**Dauer:** 2:29 Minuten
{% endhint %}

***

### Video

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2FVSN22EE4UAs7zl2jCpBV%2FVideo_Kurs_Vorga%CC%88nge%20-%20Kapitel%201.mp4?alt=media&token=44da88f6-52ec-467c-908c-bb7d9b7b8aa8>" %}
Tutorial – Vorgänge – 02 Übersicht
{% endembed %}

***

### Zusammenfassung

Die Vorgangsübersicht gliedert sich in drei Tabs:&#x20;

* **Offen** zeigt alle neuen und aktiven Vorgänge – das ist der Standardblick im Alltag.&#x20;
* **Abgeschlossen** listet erledigte Vorgänge zum Nachschlagen.&#x20;
* **Alle** gibt den vollständigen Überblick ohne Einschränkung.

Jede Zeile zeigt die Vorgangsnummer (GNC für Allgemein, DMG für Schaden), den Titel, eine kurze Beschreibung, den farblich markierten Status, die erstellende Person mit Datum sowie vergebene Labels.

Über das Suchfeld oben rechts lässt sich die Liste sofort nach Stichworten filtern – etwa nach Titel oder Ressource.&#x20;

Für eine gezieltere Eingrenzung stehen die Filter **Typ**, **Status**, **Zuweisung**, **Niederlassung**, **Fällig** und **Labels** zur Verfügung, die sich kombinieren und mehrfach belegen lassen. Die Liste lässt sich zusätzlich nach eigenen Vorlieben sortieren; sichtbar ist auch, wer den Vorgang zuletzt bearbeitet hat und wann.

***

### Weiterführende Informationen

Für zusätzliche Details empfehlen wir die folgenden Hilfeartikel:

* [Vorgänge](/documentation/kernfunktionen/vorgange.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://docs.nexcore.de/documentation/tutorials/vorgange/ubersicht.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.
