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

# Überblick

### Das lernst Du in diesem Tutorial

* Welche Bereiche die nexcore App hat
* Wofür Meine Aufgaben und Meine Touren jeweils da sind
* Wo Du Formulare, Uploads und Einstellungen findest

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

***

### Video

{% tabs %}
{% tab title="Desktop" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2Fy9xU5uzcwgcS5EgyDE4I%2Fmobile_app_Kapitel_1.mp4?alt=media&token=8ef259bc-4843-449f-8234-f551b96ec0ff>" %}
Tutorial – Mobile App – 01 Überblick (Querformat)
{% endembed %}
{% endtab %}

{% tab title="Smartphone" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2F4YKcgFBRdsJCnRnaViXK%2Fmobile.mobile_app_Kapitel_1.mp4?alt=media&token=126fd613-54e6-4fea-adfc-828763f2cf0a>" %}
Tutorial – Mobile App – 01 Überblick (Hochformat)
{% endembed %}
{% endtab %}
{% endtabs %}

***

### Zusammenfassung

Die nexcore App bildet Deinen Arbeitsalltag mobil ab – von der Tour über die Übergabe bis zur Dokumentation. Alle Tutorials dieser Reihe zeigen **nexcore next**, unsere überarbeitete App-Version.

Nach dem Login landest Du direkt in Deiner Aufgabenliste. Über das Menü oben links erreichst Du alle Bereiche der App. **Meine Aufgaben** bündelt alle Aufgaben, die Dir direkt oder über Deine Niederlassung zugewiesen sind und nicht Teil einer Tour sind. In **Meine Touren** liegen Deine geplanten Touren – jede bündelt mehrere Aufgaben entlang einer Route, mit Fahrzeug und Fahrer. Aufgaben einer Tour erscheinen ausschließlich dort, nicht unter Meine Aufgaben.

Über **Formulare** erfasst Du etwas spontan und unabhängig von einer Aufgabe, zum Beispiel einen Schaden auf dem Hof. Unter **Uploads** behältst Du im Blick, ob alle Daten sauber an nexcore übertragen wurden. Und in den **Einstellungen** legst Du Sprache, Kartenansicht und Deine Navigations-App fest.

***

### Weiterführende Informationen

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

* Mobile App
* Meine Touren
* Meine Aufgaben


---

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