> For the complete documentation index, see [llms.txt](https://docs.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechain.org/core-concepts/wallets/sync2/user-guide/settings.md).

# Settings

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

## Switch Language <a href="#switch-language" id="switch-language"></a>

1. Click **Language**
2. Choose your language from the list
3. Click to set your preferred language

## Change Password <a href="#change-password" id="change-password"></a>

1. Click **Password**
2. Enter your password to authorise the password setup
3. Enter your new password
4. Enter your password again for confirmation

## Biometric Authentication (Mobile only) <a href="#biometric-authentication" id="biometric-authentication"></a>

1. Click **Biometric Authentication**
2. Enter your password
3. Biometric verification

Following scenario required your biometric authentication

1. Wallet action(remove, backup, generate, import)
2. General(change password, enable biometric authentication)
3. Signing a Transaction or certificate

## Token List <a href="#token-list" id="token-list"></a>

1. Click **Tokens**
2. Choose the token from the token list
3. Toggle on to enable

## Nodes Management <a href="#nodes-management" id="nodes-management"></a>

Nodes are the primary communication bridge of the blockchain. If the default node's connection speed in your region is not ideal, you can manage it in the following ways.

### Add node <a href="#add-node" id="add-node"></a>

1. Click **Node**
2. Click ![](/files/Sm475ccsKsPUah7PPU5L) at upper right
3. Enter the node's url with `http` or `https`
4. Click **Add** to add node

### Change Node <a href="#change-node" id="change-node"></a>

1. Choose the node from the node list
2. Click to set your preferred node

### Delete Node <a href="#delete-node" id="delete-node"></a>

1. Choose the node from the node list
2. Click <img src="/files/BaCaadL7oPTc6q3z3Yp4" alt="" data-size="line"> to delete the node


---

# 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.vechain.org/core-concepts/wallets/sync2/user-guide/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.
