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

# Einführung

### Das lernst Du in diesem Tutorial

* Was Vorgänge in nexcore sind
* Warum es Vorgänge gibt
* Wie Vorgänge Dir im Alltag helfen können
* Welche Arten von Vorgängen es gibt

{% hint style="info" icon="clock" %}
**Dauer:** 1:43 Minuten
{% endhint %}

***

### Video

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2FKmZV7V9eTWxuqnA2a1WT%2FVideo_Kurs_Vorga%CC%88nge%20-%20Kapitel%200.mp4?alt=media&token=45f632f9-8bca-4eea-bae9-35ca634aca4c>" %}
Tutorial – Vorgänge – 01 Einführung
{% endembed %}

***

### Zusammenfassung

Vorgänge sind der strukturierte Platz in nexcore für alles, was dokumentiert, nachverfolgt und abgeschlossen werden muss – aber kein klassischer Auftrag ist.

nexcore unterscheidet aktuell zwei Typen: **Allgemein** für interne Aufgaben und Abläufe sowie **Schaden** für Beschädigungen an Ressourcen. Jeder Vorgang durchläuft die Statusschritte Neu, Aktiv und Erledigt – so ist jederzeit klar, was offen ist, wer zuständig ist und was bereits getan wurde.

Bilder, Kommentare, Zeiterfassung sowie Verknüpfungen zu Aufträgen und Kunden sind direkt am Vorgang gebündelt. Nichts geht verloren, kein Nachfragen nötig.

***

### Weiterführende Informationen

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

* [Vorgänge](/documentation/kernfunktionen/vorgange.md)
* [Allgemein](/documentation/kernfunktionen/vorgange/allgemein.md)
* [Schaden](/documentation/kernfunktionen/vorgange/schaden.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/einfuhrung.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.
