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

# Mobile-Apps

Die mobilen Apps von nexcore sind das tägliche Arbeitswerkzeug für Dein ausführendes Personal. Fahrer:innen, Monteure oder Servicetechniker:innen sehen hier ihre Aufgaben, können sie direkt abarbeiten und alle relevanten Informationen in Echtzeit dokumentieren – auch dann, wenn gerade keine Internetverbindung besteht.<br>

### Hauptfunktionen

* Meine Aufgaben: Übersicht aller zugewiesenen Aufgaben inkl. Priorität, Status und Fälligkeit.
* Auftragsbearbeitung: Durchführung von Aufgaben mit Dokumentation durch Fotos, Signaturen, Notizen und Zeiteinträge.
* Protokolle: Nutzung individueller Abfragen und Formulare zur Erfassung von Übergaben, Rücknahmen, Mängeln, Prüfungen oder Schäden.
* Tourenübersicht: Strukturierte Darstellung der Tagesplanung mit allen Stationen.
* Offline-Funktion: Aufgaben können auch ohne Internetverbindung bearbeitet werden; Daten werden automatisch synchronisiert, sobald wieder eine Verbindung besteht.
* Benachrichtigungen: Push-Notifications informieren über neue oder geänderte Aufgaben in Echtzeit.
* Uploads: Fotos und Dokumentationen lassen sich direkt über das Gerät hochladen und werden sofort dem richtigen Auftrag zugeordnet.<br>

### Vorteile

* Einfachheit: Klare, intuitive Oberfläche für schnelles Arbeiten.
* Effizienz: Weniger Abstimmungen mit der Disposition, da alle Infos direkt in der App vorliegen.
* Zuverlässigkeit: Offline-Funktion sichert die Arbeit auch ohne Netzabdeckung.
* Transparenz: Alle Dokumentationen sind sofort in der Web-App verfügbar.
* Nachvollziehbarkeit: Lückenlose Protokollierung aller Arbeitsschritte.

### Installation

Je nachdem, welches Endgerät Du oder Deine Kolleg:innen verwenden, müsst Ihr die passende nexcore App aus den Stores installieren, um Zugriff auf Euer System zu bekommen:

<table><thead><tr><th width="194.953125">Store</th><th width="148.36328125">Betriebssystem</th><th>nexcore App URL</th></tr></thead><tbody><tr><td><strong>Apple App Store</strong></td><td>iOS</td><td><a href="https://apps.apple.com/de/app/nexcore/id6474186816">Hier geht's zum Download</a></td></tr><tr><td><strong>Google Play Store</strong></td><td>Android</td><td><a href="https://play.google.com/store/apps/details?id=de.nexato.nexcore.frontend.app&#x26;hl=de&#x26;pli=1">Hier geht's zum Download</a></td></tr></tbody></table>

Aktuell bieten wir neben der bekannten nexcore App parallel unsere neue App unter dem Namen **nexcore next** in den App-Stores an.&#x20;

Diese App-Version bietet neben diversen Performance-Vorteilen auch bereits unsere überarbeitete Foto-Funktion.&#x20;

<table><thead><tr><th width="194.953125">Store</th><th width="148.36328125">Betriebssystem</th><th>nexcore next App URL</th></tr></thead><tbody><tr><td><strong>Apple App Store</strong></td><td>iOS</td><td><a href="https://apps.apple.com/us/app/nexcore-next/id6761679475">Hier geht's zum Download</a></td></tr><tr><td><strong>Google Play Store</strong></td><td>Android</td><td><a href="https://play.google.com/store/apps/details?id=de.nexato.nexcore.app&#x26;hl=de">Hier geht's zum Download</a></td></tr></tbody></table>

{% hint style="info" %}
**Hinweis**

Für die Nutzung der App ist ein aktuelles iOS- oder Android-Betriebssystem erforderlich.&#x20;

Eine stabile Internetverbindung und ein Mobilfunktarif mit ausreichend Datenvolumen sind Voraussetzung für den reibungslosen Betrieb.

Wir empfehlen den Einsatz von Smartphones statt Tablets, da diese portabler sind und in der Regel ohnehin von allen (Außendienst-)Mitarbeitern genutzt werden.
{% 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/einfuhrung/quickstart/mobile-apps.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.
