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

# Mobile App

In dieser Tutorialreihe lernst Du die wichtigsten Funktionen der mobilen nexcore App kennen.

Die Videos führen Dich Schritt für Schritt durch die Benutzeroberfläche und zeigen, wie Du Aufgaben bearbeitest, Übergaben dokumentierst, Schäden erfasst und weitere Funktionen im Arbeitsalltag effizient nutzt.

{% hint style="warning" %}
In diesem Tutorial stellen wir Dir die Funktionen und Bedienung der neuen **nexcore next App** vor. Bitte beachte, dass diese eine vollständig überarbeitete Version der bisherigen nexcore App ist.
{% endhint %}

***

### Lernziele

Nach Abschluss dieser Tutorialreihe kannst Du:

* Dich sicher in der mobilen App orientieren
* Touren und Aufgaben bearbeiten
* Übergaben und Rücknahmen dokumentieren
* Kommentare, Fotos und Zeiteinträge erfassen
* Schäden aufnehmen und dokumentieren
* Einstellungen verwalten und Uploads durchführen

***

### Tutorials

<table><thead><tr><th width="68.203125">Nr.</th><th width="214.75390625" data-type="content-ref"></th><th width="91.94140625">Dauer</th><th width="374.9765625">Inhalt</th></tr></thead><tbody><tr><td>01</td><td><a href="/pages/tgdKINIdOPYEHibF8mmO">/pages/tgdKINIdOPYEHibF8mmO</a></td><td>1:53 Min</td><td>Einführung in Aufbau und Navigation der mobilen App.</td></tr><tr><td>02</td><td><a href="/pages/WQups9ayt1eDj9pRjSIx">/pages/WQups9ayt1eDj9pRjSIx</a></td><td>2:55 Min</td><td>Touren und Details einsehen und bearbeiten.</td></tr><tr><td>03</td><td><a href="/pages/WJGD69AT2qnxmAPtYMet">/pages/WJGD69AT2qnxmAPtYMet</a></td><td>3:29 Min</td><td>Übergaben und Rücknahmen dokumentieren.</td></tr><tr><td>04</td><td><a href="/pages/N0mDhi8UKJk2zEwCtGBq">/pages/N0mDhi8UKJk2zEwCtGBq</a></td><td>1:56 Min</td><td>Erfassen zusätzlicher Informationen.</td></tr><tr><td>05</td><td><a href="/pages/2bJlYT45KX17358cR4jG">/pages/2bJlYT45KX17358cR4jG</a></td><td>2:27 Min</td><td>Individualisierung der Liste und Bearbeitung.</td></tr><tr><td>06</td><td><a href="/pages/dzhs66cVoCNupX6gx5UJ">/pages/dzhs66cVoCNupX6gx5UJ</a></td><td>1:55 Min</td><td>Schäden außerhalb von Übergaben und Rücknahmen.</td></tr><tr><td>07</td><td><a href="/pages/1GZO56YWcNzA1RYCVGSB">/pages/1GZO56YWcNzA1RYCVGSB</a></td><td>2:17 Min</td><td>Einstellungen anpassen und App-Synchronisation.</td></tr></tbody></table>

***

### Weiterführende Informationen

Wenn Du zusätzliche Hintergrundinformationen benötigst, findest Du diese in den folgenden Artikeln unserer Dokumentation:

* [Mobile App](/documentation/kernfunktionen/mobile-app.md)
* [Aufgaben](/documentation/kernfunktionen/aufgaben.md)
* [Vorgänge](/documentation/kernfunktionen/vorgange.md)
* [Schaden](/documentation/kernfunktionen/vorgange/schaden.md)
* [Zeiterfassungskategorien](/documentation/einstellungen-and-verwaltung/zeiterfassungskategorien.md)
* [Nutzer](/documentation/einstellungen-and-verwaltung/nutzer.md#rollen-and-rechteverwaltung)

{% hint style="info" %}
Tutorials zeigen die praktische Anwendung von Vorgängen im Arbeitsalltag.&#x20;

Ausführliche Informationen zu Funktionen, Einstellungen und technischen Details findest Du in der regulären Dokumentation.
{% endhint %}


---

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