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

# Settings

### How do I change my username?

1. To change your username, simply click on the three dots in the top right corner of your wallet interface.

<figure><img src="/files/o91PqjJMW7GpHWfejqoX" alt=""><figcaption><p>Click on the settings in the top right of your wallet</p></figcaption></figure>

2. Choose "Account Details" and then press "User Category". Under "User", you'll find your current username and the option to update it. Your old username will be available to after updating.

<figure><img src="/files/tpMsiKMYMR9i60qNgaIK" alt=""><figcaption><p>Enter new username and click update. </p></figcaption></figure>

{% hint style="warning" %}
Do not use the restricted names, such as but not limited to:

help, bitmask, diba, [diba.io](http://diba.io/), team, support, admin, info, contact, feedback, security, privacy, carbonado, bitmaskadmin, help.bitmask, bitmask-help, bitmasksupport, team-diba, team-bitmask, dibateam, and bitmaskteam.
{% endhint %}

### How can I use a different network (i.e. switching to testnet)?

BitMask supports Bitcoin L1, Testnet, Signet, and Regtest. To switch between networks, click on the Bitcoin button located in the top right corner, as all BitMask wallets operate on Bitcoin L1 as the default setting.

<figure><img src="/files/pW50g2D1j64kXHp0SiTP" alt=""><figcaption></figcaption></figure>


---

# 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.bitmask.app/docs/bitmask-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.
