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

# Wallet Settings

- [How To Have Complete Control With Meteor Wallet](https://docs.meteorwallet.app/wallet-settings/how-to-have-complete-control-with-meteor-wallet.md): You’ll find a ton of user settings to give you complete control over your NEAR experience with Meteor Wallet.
- [Wallet Label](https://docs.meteorwallet.app/wallet-settings/wallet-label.md): This setting allows you to give any of your wallets a custom label of your liking.
- [Easy Recovery For Seed Phrases and Private Key](https://docs.meteorwallet.app/wallet-settings/easy-recovery-for-seed-phrases-and-private-key.md): We make it super simple and secure to view your secret/seed phrase, export your private key and manage your full access keys.
- [How To Manage App Access To Your Wallet](https://docs.meteorwallet.app/wallet-settings/how-to-manage-app-access-to-your-wallet.md): Monitor and deauthorize connected apps with ease.
- [How To Turn On Dark Mode](https://docs.meteorwallet.app/wallet-settings/how-to-turn-on-dark-mode.md): We know many of you love dark mode!


---

# 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.meteorwallet.app/wallet-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.
