> 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/detailansicht.md).

# Detailansicht

### Das lernst Du in diesem Tutorial

* Welche Informationen die Detailansicht eines Vorgangs enthält
* Was das Aktivitätslog zeigt und wofür es nützlich ist
* Welche Felder die rechte Seitenleiste hat
* Wie Verknüpfungen zu Aufträgen, Kunden und Ressourcen funktionieren

{% hint style="info" %}
**Dauer:** 3:25 Minuten
{% endhint %}

***

### Video

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2F7k9EKQzBdS2gG4miDdCI%2FVideo_Kurs_Vorga%CC%88nge%20-%20Kapitel%202.mp4?alt=media&token=ff863123-d638-4c41-a533-1c057766d846>" %}
Tutorial – Vorgänge – 03 Detailansicht
{% endembed %}

***

### Zusammenfassung

Die Detailansicht eines Vorgangs gliedert sich in einen Hauptbereich und eine rechte Seitenleiste.

Im Hauptbereich findest du von oben nach unten: den **Titel** und die **Beschreibung** des Vorgangs, darunter die verbundenen **Aufgaben** (einzelne Arbeitsschritte wie „Ersatzteile bestellen" oder „Kunden informieren"), den Bereich für **Bilder und Anhänge**, die **Zeiterfassung** mit Kategorien aus den verknüpften Aufgaben und ganz am Ende das **Aktivitätslog**. Das Log zeigt chronologisch, wer wann was gemacht oder kommentiert hat, welche Verknüpfungen gesetzt oder entfernt wurden und ob sich der Status geändert hat – besonders hilfreich, wenn du in einen fremden Vorgang einsteigst.

Die rechte **Seitenleiste** enthält auf einen Blick: **Status** (Neu, Aktiv, Erledigt), **Fälligkeit**, **Zuweisung**, **Labels** zur Kategorisierung sowie die **Niederlassung**. Darunter stehen mögliche Verknüpfungen zu einem **Auftrag**, einem **Kunden** und einer **Ressource** – einzeln, kombiniert oder alle drei. Per Klick darauf gelangst du direkt zum verknüpften Objekt. Umgekehrt sind diese Vorgänge auch dort sichtbar und bearbeitbar.

***

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