> For the complete documentation index, see [llms.txt](https://docs.guestway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestway.io/guestway-mobile-app/settings.md).

# Settings

The **Settings** tab is where you tune Guestway to fit how you work — your notification preferences, which organization you're viewing, the app's appearance and language, security options, and account actions all live here.

#### Your profile

The top of the Settings page shows your **profile picture**, **name**, and **email address** — the account you're currently signed in to. These are read-only on this screen; if any of them is wrong, contact your supervisor or Guestway support.

<figure><img src="/files/e0FdfNS21bqiGdLJEqlv" alt=""><figcaption></figcaption></figure>

#### Notifications

A status row at the top of the notifications block tells you whether push notifications are currently allowed:

* **Notifications are enabled** (green check) — Notifications work. You'll receive all relevant alerts based on your role.
* **Notifications are disabled** (warning icon) — Notifications are blocked at the system level. Tap **Check** on the right to re-trigger the permission prompt. If it doesn't appear, enable notifications for Guestway in your phone's system settings.

<figure><img src="/files/B41UOZ1qsLca34NhXZ99" alt=""><figcaption></figcaption></figure>

**Per-type toggles**

If you have access to the **Inbox**, three extra toggles below the status row let you fine-tune which guest messages alert you:

* **Guest message in any conversation** — A notification when a guest sends a message in any conversation. Useful for supervisors monitoring overall activity.
* **Conversation assigned to you** — A notification when a conversation is assigned to you, for prompt follow-ups.
* **Guest message in flagged conversation** — A notification when a guest replies in a flagged conversation, so priority issues don't slip.

Toggle each one independently. These rows only appear if your account can read conversations.

#### Switching organizations

If your account is linked to multiple organizations — for example, different cities or teams — you can switch which one the app shows.

<figure><img src="/files/mxcSQgKO4ZAy71KDV13o" alt=""><figcaption></figcaption></figure>

1. Tap the **Organization** row.
2. Pick an organization from the dropdown.
3. Confirm. The schedule, inbox, and dashboard reload to show only that organization's data.

If your account belongs to a single organization, the row shows it as read-only.

#### Appearance

**Theme**

Tap **Light** or **Dark** on the segmented control next to **Theme** to switch modes. The change applies immediately across the app.

**Language**

Tap the **Language** row to change the app's interface language. Twelve options are available:

* English
* French
* Dutch
* German
* Spanish
* Turkish
* Albanian
* Polish
* Russian
* Ukrainian
* Arabic
* Vietnamese

The schedule and inbox refresh after a language change so all dates and labels match the new locale.

#### Security

**Biometric protection**

Switch **Biometric protection** on to require Face ID or fingerprint every time you open Guestway. The first toggle prompts your device to authenticate before the change is saved. Useful on shared phones or when handling sensitive guest data.

<figure><img src="/files/ICVv4EmXtXRzX9tfJri8" alt=""><figcaption></figcaption></figure>

**Reset to defaults**

**Reset to defaults** wipes your local app preferences — theme, language, notification toggles, and biometric setting — and returns the app to a fresh state. The flow:

1. Tap **Reset to defaults**.
2. A dialog asks *"Are you sure you want to delete everything & reset the app back to it's defaults?"*.
3. If biometric protection is on, authenticate with Face ID or fingerprint.
4. Tap **Continue** to confirm.

This doesn't delete your Guestway account — only the local settings on this device.

#### Legal and support

The legal and support block links out to external resources:

* **Privacy statement** — How Guestway collects, uses, and protects your data.
* **Terms & conditions** — The legal agreement covering your use of Guestway.
* **Contact support** — Opens a pre-addressed email to the Guestway support team. Use it for technical issues or urgent help.

<figure><img src="/files/KuhrAl1dmfg2pDRmkTS5" alt=""><figcaption></figcaption></figure>

If your account has admin permissions, an extra **Admin panel** row appears in the same block — it opens the management interface for your organization.

The **Version** row at the bottom shows the current app version and build number, handy to include when reporting issues.

#### Logging out

Tap **Log out** at the bottom of Settings to sign out of the app. A confirmation dialog asks *"Are you sure you want to logout?"* before the session ends. Sign out before handing the device to a colleague or switching between accounts.

<figure><img src="/files/p6nvZfslWF9DFRu9ALIZ" alt=""><figcaption></figcaption></figure>

***

#### What's next

* Just installed the app? See [Getting started](https://docs.guestway.io/guestway-mobile-app/getting-started) for first-time setup.


---

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

```
GET https://docs.guestway.io/guestway-mobile-app/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
