> 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/mobile-app/schadenformular.md).

# Schadenformular

### Das lernst Du in diesem Tutorial

* Wann Du ein Formular statt einer Aufgabe nutzt
* Wie Du einen Schaden erfasst
* Welche Angaben Pflicht sind und welche automatisch übernommen werden
* Wie Du Fotos ergänzt und den Schaden abschließt

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

***

### Video

{% tabs %}
{% tab title="Desktop" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2F4D5RV4zdW8otL1luoUgN%2Fmobile_App_Kapitel_6.mp4?alt=media&token=4bc650e2-2e62-4460-b7f5-77989affdb28>" %}
Tutorial – Mobile App – 06 Schadenformular (Querformat)
{% endembed %}
{% endtab %}

{% tab title="Smartphone" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2FYYXm9nLTlbdfhVxsAXbt%2Fmobile.mobile_app_Kapitel_6.mp4?alt=media&token=423dbb7d-deae-40bf-bda5-f1d48cd268a3>" %}
Tutorial – Mobile App – 06 Schadenformular (Hochformat)
{% endembed %}
{% endtab %}
{% endtabs %}

***

### Zusammenfassung

Manchmal fällt Dir etwas auf, das zu keiner Aufgabe und keiner Tour gehört – zum Beispiel ein Schaden an einer Maschine, die gerade auf dem Hof steht. Genau dafür gibt es die **Formulare**. Aktuell findest Du hier **Schaden erfassen**, das Du über **Start** öffnest.

Zuerst wählst Du die **Ressource** aus – die betroffene Maschine. Das ist ein Pflichtfeld und ordnet den Schaden eindeutig zu. Optional verknüpfst Du einen **Auftrag**; wählst Du einen aus, wird der **Kunde** automatisch übernommen. Anschließend vergibst Du einen kurzen, eindeutigen **Titel** (Pflichtfeld) und ergänzt in der **Beschreibung** die Details. Über das Kamera-Symbol im Bereich **Bilder** fügst Du Fotos des Schadens direkt hinzu.

Zum Abschluss tippst Du oben rechts auf den Haken. Der Schaden wird gespeichert und an nexcore übermittelt und steht dort zur Weiterbearbeitung bereit – ganz ohne Umweg über eine Aufgabe.

***

### Weiterführende Informationen

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

* Vorgänge
* Schaden
* Mobile App


---

# 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/mobile-app/schadenformular.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.
