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

# 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="https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2FkzqQWH7JOn47hVmmB1Co%2FScreenshot%202026-05-09%20at%206.29.19%E2%80%AFPM.png?alt=media&amp;token=aa81940a-58a9-443a-9b73-1969195b2522" 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
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.lollipop.gg/ios-app/account-settings.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.
