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

# Settings

The settings section in the Prerich app allows you to manage your account and app preferences. Here is a detailed breakdown of each option available:

**Account**

* **ID**: This is your unique identifier in the Prerich app, used to link all your activities and transactions.
* **Email**: The email address you used to log in to the app.
* **Manage Account**: Here, you can add or update your account login methods. This includes adding FaceID login with PASSKEYS for enhanced security and convenience.
* **Solana Pubkey**: Your Solana public key, which is used for transactions and viewing your wallet.
* **View Wallet**: View your wallet on Solscan for detailed information about your transactions and holdings.
* **Export Wallet**: View your Solana private key.

**App Info**

* **Version**: Displays the current version of the Prerich app you are using.
* **Reload**: Refresh the application to ensure you are seeing the most up-to-date information.
* **Clear Cache**: Remove old and outdated files to refresh the application and improve performance.

By using the settings section, you can easily manage your account, enhance your security, and ensure the app is functioning optimally.


---

# 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://prerich-app.gitbook.io/prerich-app/advanced/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.
