> 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/lollipop-authenticator-for-chrome/manage-account.md).

# Manage your account

Open **Manage** to view sensitive account options.

![Manage account screen](https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2Fgit-blob-3e3c117a0ca912b250912e6fb7ca66f99fcc0576%2Fmanage-account.png?alt=media)

The Manage screen lets you view your recovery phrase or change your password.

## View your recovery phrase

Click **View Recovery Phrase**. You will be asked to verify your current password first.

![Verify password screen](https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2Fgit-blob-2151a2857362698710507b3ade8ae40246528ac2%2Fverify-password.png?alt=media)

Password verification protects sensitive account actions.

After verification, reveal the phrase only in a private place.

![Recovery phrase reveal screen](https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2Fgit-blob-174cb55d36e6e1f7b76f809a5de6e63e2541cca5%2Frecovery-phrase-reveal.png?alt=media)

Anyone with this phrase can restore and control the same account.

## Change your password

Click **Change Password**, enter your current password, then choose a new password.

![Change password screen](https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2Fgit-blob-b226069b742964c7df04760c8afec9be91fdc454%2Fchange-password.png?alt=media)

Changing your password updates the local password for this browser and device.

Your secret recovery phrase does not change when you change your password.


---

# 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/lollipop-authenticator-for-chrome/manage-account.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.
