# How do I change my Sia wallet password?

## Your seed vs a custom password

By default, your 29 word Sia seed is your Sia-UI wallet password. But you can also set a custom password to unlock your wallet, and there are pros and cons to each. Let's take a look.

{% hint style="warning" %}
Even if you set a custom password, you still need to keep your seed safe. Learn about [the importance of your seed.](https://docs.sia.tech/legacy/your-sia-wallet/the-importance-of-your-seed)
{% endhint %}

## Things you'll need

Sia-UI, [downloaded and installed](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-download-and-install-sia-ui).

Your Sia-UI wallet [set up](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-make-a-new-wallet-in-sia-ui).

## Using a custom password

This means you set your wallet password to a totally custom phrase of any length.

{% hint style="success" %}
**Advantages**

* You don’t have to type in a ton of words every time you want to unlock your wallet.
* It reduces the exposure of your seed. If keylogging software were to steal your custom password, there’s nothing they can do with it unless the person also has access to your computer.
  {% endhint %}

{% hint style="danger" %}
**Disadvantage**

* It might make accessing your wallet easier for those who have physical or remote access to your computer.
  {% endhint %}

## Using your seed as your password

{% hint style="success" %}
**Advantages**

* Your seed is long. This offers great protection against someone trying to “brute force” your wallet open, or someone peeking over your shoulder as you type it.
* Since you'll be typing it in fairly often, you'll know it's correct.
  {% endhint %}

{% hint style="danger" %}
Disadvantages

* Typing your seed in repeatedly makes you vulnerable to keylogging. Keylogging is when your keyboard input is recorded using malware or a physical device and then sent to a malicious party. If someone gets your seed, they can easily steal your Siacoins.
* Typing in 29 words every time you want to access your wallet might not be tolerable for you.
  {% endhint %}

## Setting a custom password

Go to the Wallet tab in Sia-UI.

![](https://1359353245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV2BVjqEgmmTvw2IQruD8%2Fuploads%2Fgit-blob-10963e6645ab373c4d1d0f9c37b022eb125344c7%2Fsend-1.png?alt=media)

Click **More** in the upper right corner.

![](https://1359353245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV2BVjqEgmmTvw2IQruD8%2Fuploads%2Fgit-blob-866671031aa453969f1d65b6ae47c5a6411d980d%2Fwallet-2%20\(2\)%20\(3\)%20\(2\)%20\(1\).png?alt=media)

Click **Change Password.** Sia-UI will ask for your current password. For current password, enter whatever you're using to unlock your wallet now. You can then enter your custom password.

![](https://1359353245-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FV2BVjqEgmmTvw2IQruD8%2Fuploads%2Fgit-blob-882d9ad167e1787e9c8e4504190b667b4a68b238%2Fpassword-2.png?alt=media)

That's it! You've changed your Sia-UI password.


---

# Agent Instructions: 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:

```
GET https://docs.sia.tech/legacy/your-sia-wallet/how-do-i-change-my-sia-wallet-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
