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

# Einstellungen

Der Bereich „Einstellungen“ in der mobilen App bietet Dir die Möglichkeit, bestimmte Anzeige- und Verhaltensoptionen der App individuell anzupassen.

Aktuell ist der Funktionsumfang noch bewusst schlank gehalten – zukünftig werden hier jedoch weitere Optionen, wie etwa die Sprachauswahl oder App-Verhaltenseinstellungen, hinzukommen.

***

## Aktuelle Optionen und Informationen

| Option / Information                       | Beschreibung                                                                                                                                                                                                                                                                                              |
| ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Standard App Navigation**                | <p>Zeigt an, welche Navigations-App derzeit beim Klick auf einen "Nav"-Button (Navigation) geöffnet wird. </p><p></p><p>Mit der Schaltfläche "Clear" kannst Du diese Auswahl zurücksetzen und wirst beim nächsten Klicken eines "Nav"-Buttons erneut nach Deiner bevorzugten Navigations-App gefragt.</p> |
| **Adresszusatz in Tourübersicht anzeigen** | Über diese Option kannst Du steuern, ob in der Tourübersicht zusätzlich der Adresszusatz (z. B. Hallennummer, Tor, Etage) angezeigt wird. Das ist besonders hilfreich, um bereits beim Blick auf die Übersicht zu sehen, ob es besondere Anfahrtsinformationen am Zielort gibt.                           |
| **Versionsnummer**                         | <p>Am unteren Bildschirmrand wird die aktuell installierte App-Version angezeigt (z. B. v 1.8.2). </p><p></p><p>Diese Angabe ist wichtig, wenn Du Supportanfragen stellst oder prüfen möchtest, ob die App aktuell ist.</p>                                                                               |

***

## Hinweise zur App-Version

Damit alle Funktionen zuverlässig verfügbar sind, sollte die App stets auf dem neuesten Stand gehalten werden. Updates werden regelmäßig im App Store und Google Play Store veröffentlicht.

{% hint style="success" %}
Aktuelle App-Versionen beinhalten meist auch Leistungs- und Stabilitätsverbesserungen. Wenn Dir bestimmte Einstellungen fehlen, prüfe zuerst, ob Du die neueste Version installiert hast.
{% endhint %}

***

## Ausblick

Der Bereich Einstellungen wird sukzessive erweitert.

Geplant sind u. a.:

* Auswahl der App-Sprache (Deutsch, Englisch, ggf. weitere)
* Steuerung von Benachrichtigungen
* Individuelle Darstellungsoptionen für Aufgaben und Touren


---

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