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

# Your Sia Wallet

- [Wallet overview](https://docs.sia.tech/legacy/your-sia-wallet/wallet-overview.md)
- [The importance of your seed](https://docs.sia.tech/legacy/your-sia-wallet/the-importance-of-your-seed.md)
- [How to make a Sia address](https://docs.sia.tech/legacy/your-sia-wallet/how-to-make-a-sia-address.md)
- [How to send Siacoins](https://docs.sia.tech/legacy/your-sia-wallet/how-to-send-siacoins.md)
- [How do I change my Sia wallet password?](https://docs.sia.tech/legacy/your-sia-wallet/how-do-i-change-my-sia-wallet-password.md)
- [Back up your Sia wallet](https://docs.sia.tech/legacy/your-sia-wallet/back-up-your-sia-wallet.md)
- [Wallet troubleshooting](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting.md)
- [Delete your seed and make a new one](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/delete-your-seed-and-make-a-new-one.md)
- [Find or fix your seed](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/find-or-fix-your-seed.md)
- [I lost my seed. What do I do?](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/i-lost-my-seed.-what-do-i-do.md)
- [My deposit or withdrawal didn't go through](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/my-deposit-or-withdrawal-didnt-go-through.md)
- [Why does Sia take so long to sync?](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/why-does-sia-take-so-long-to-sync.md)
- [What are these deductions in my wallet?](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/what-are-these-deductions-in-my-wallet.md)
- [Why does Sia-UI give me a new address each time I click Receive Siacoin?](https://docs.sia.tech/legacy/your-sia-wallet/wallet-troubleshooting/why-does-sia-ui-give-me-a-new-address-each-time-i-click-receive-siacoin.md)
- [Sia-UI FAQs](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs.md)
- [How to download and install Sia-UI](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-download-and-install-sia-ui.md)
- [How to make a new wallet in Sia-UI](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-make-a-new-wallet-in-sia-ui.md)
- [How to restore a wallet from a seed in Sia-UI](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-restore-a-wallet-from-a-seed-in-sia-ui.md)
- [How to perform a clean install in Sia-UI](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-to-perform-a-clean-install-in-sia-ui.md)
- [How do I uninstall Sia-UI?](https://docs.sia.tech/legacy/your-sia-wallet/sia-ui-faqs/how-do-i-uninstall-sia-ui-wip.md)
- [For Advanced Users](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users.md)
- [Verify the Sia release signature](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/verify-the-sia-release-signature.md)
- [Using Sia on a remote node](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/using-sia-on-a-remote-node.md)
- [Using Sia on multiple computers](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/using-sia-on-multiple-computers.md)
- [How to bootstrap the Sia blockchain](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/how-to-bootstrap-the-sia-blockchain.md)
- [How to automatically restart and unlock Sia](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/how-to-automatically-restart-and-unlock-sia.md)
- [How to set an environment variable](https://docs.sia.tech/legacy/your-sia-wallet/for-advanced-users/how-to-set-an-environment-variable.md)
- [walletd](https://docs.sia.tech/legacy/your-sia-wallet/walletd.md): walletd based wallet documentation that will eventually replace the existing wallet section.
- [Wallet overview](https://docs.sia.tech/legacy/your-sia-wallet/walletd/wallet-overview.md)


---

# 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.sia.tech/legacy/your-sia-wallet.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.
