# Terminal Wallet

## Terminal Wallet

- [Introduction: Start Here](https://terminalwallet-cli.gitbook.io/terminal-wallet/introduction-start-here.md)
- [Download & Installation](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/download-and-installation.md)
- [Creating a New Wallet](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/creating-a-new-wallet.md): Starting with a fresh Ethereum/EVM Wallet
- [Locating Your Seed](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/locating-your-seed.md)
- [Import an Existing Wallet](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/import-an-existing-wallet.md): Bring an existing wallet into Terminal Wallet
- [Main Balance Screen](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/main-balance-screen.md): How to navigate around Terminal Wallet
- [Copying an Address](https://terminalwallet-cli.gitbook.io/terminal-wallet/first-time-setup/copying-an-address.md)
- [Shielding Assets](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/shielding-assets.md): Deposit funds to a 0k address
- [Private Sending](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/private-sending.md): Send assets to another 0zk address privately
- [Swapping Tokens](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/swapping-tokens.md)
- [Unshielding Assets](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/unshielding-assets.md): Withdraw assets from your 0zk address
- [Self-Relaying Transactions](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/self-relaying-transactions.md)
- [Troubleshooting](https://terminalwallet-cli.gitbook.io/terminal-wallet/transactions/troubleshooting.md)
- [Adding Custom Tokens](https://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/adding-custom-tokens.md)
- [Setting RPC Nodes](https://terminalwallet-cli.gitbook.io/terminal-wallet/wallet-setup/setting-rpc-nodes.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://terminalwallet-cli.gitbook.io/terminal-wallet/introduction-start-here.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.
