> 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/einstellungen-and-uploads.md).

# Einstellungen & Uploads

### Das lernst Du in diesem Tutorial

* Wie Du Sprache, Kartenansicht und Navigations-App einstellst
* Wozu der Bereich Uploads da ist
* Woran Du erkennst, dass ein Upload hängt
* Was Du tun kannst, damit keine Daten verloren gehen

{% hint style="info" icon="clock" %}
**Dauer:** 2:17 Minuten
{% endhint %}

***

### Video

{% tabs %}
{% tab title="Desktop" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2FfpfEFfH0zS6IqVeAz7xv%2Fmobile_App_Kapitel_7.mp4?alt=media&token=0e6c0694-e923-41c0-aab8-a90f0f0d5915>" %}
Tutorial – Mobile App – 07 Einstellungen & Uploads (Querformat)
{% endembed %}
{% endtab %}

{% tab title="Smartphone" %}
{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLwGt5n5vU84tijWPZl2%2Fuploads%2FDeiYaoMPdRSPmWgcKZ9z%2Fmobile.mobile_app_Kapitel_7.mp4?alt=media&token=227ce40c-9e7f-43d8-baca-e3ea0b670448>" %}
Tutorial – Mobile App – 07 Einstellungen & Uploads (Hochformat)
{% endembed %}
{% endtab %}
{% endtabs %}

***

### Zusammenfassung

In den **Einstellungen** passt Du die App an Deine Arbeitsweise an. Über **Sprache** legst Du fest, in welcher Sprache die App läuft – standardmäßig übernimmt sie mit „Systemstandard" die Sprache Deines Geräts, alternativ wählst Du fest eine Sprache. Mit der **Kartenansicht** steuerst Du, ob in der Aufgabe eine Karte mit dem Zielort angezeigt wird. Über die **Standard-Navigations-App** bestimmst Du, womit die Navigation startet, wenn Du auf „Nav" tippst; steht sie auf „Immer fragen", wählst Du jedes Mal neu.

Der Bereich **Uploads** ist Deine Kontrolle über die Datenübertragung. Normalerweise überträgt die App alle Daten automatisch im Hintergrund. Unter **Offen** siehst Du, was noch nicht übertragen wurde, unter **Abgeschlossen**, was bereits bei nexcore angekommen ist. Hängt ein Upload, öffnest Du ihn und siehst Details wie letzten Versuch, letzten Fehler, nächsten Versuch und Anzahl der Versuche.

Meist ist kein Eingreifen nötig: Bei einem temporären Problem versucht es die App von allein weiter. Einen selbst abgebrochenen Upload stößt Du über **Neustarten** erneut an; wurde die App während der Übertragung hart geschlossen, startest Du sie einfach neu; bei einem unbekannten Fehler hilft ein Support-Ticket. Zwei Dinge beugen Problemen vor: die App nicht hart schließen, solange Uploads laufen, und für eine stabile Verbindung sorgen – gerade bei vielen Fotos.

***

### Weiterführende Informationen

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

* Uploads
* Einstellungen
* Erste Hilfe


---

# 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/einstellungen-and-uploads.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.
