# Account Settings

Most account-related controls in the current iOS app live inside **Profile**.

## Open account settings

1. Open the app.
2. Tap the profile button in the top-right corner.
3. Open **Profile**.

<figure><img src="/files/g0kpA45QigYK4PEZP9b1" alt="" width="188"><figcaption></figcaption></figure>

## Change appearance

Inside **Customize**, the app lets you choose:

* **System**
* **Dark**
* **Light**

To change it:

1. Open **Profile**.
2. Find **Customize**.
3. Use the **Appearance** control.

> Tip: **System** follows your iPhone setting unless you choose a different option.

## Preview your public profile

1. Open **Profile**.
2. Tap **Preview Profile**.
3. Review the public version of your profile in the preview window.

## Sign out of this device

1. Open **Profile**.
2. Find **Log Out**.
3. Tap **Log Out**.
4. Wait for the app to return to the welcome screen.

> Warning: Make sure you still have your secret recovery phrase before signing out if you may need to recover this account again later.

## Settings that are not documented yet

The current app review did not confirm separate consumer-facing pages for notifications, advanced privacy controls, or direct card/tag settings.

This page will be expanded if those controls appear in the app later.


---

# Agent Instructions: 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.lollipop.gg/ios-app/account-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.
