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

# zkBob Application

- [UI Overview](https://docs.zkbob.com/zkbob-app/zkbob-app.md): An application for zk-based transactions
- [Account Creation](https://docs.zkbob.com/zkbob-app/account-creation.md)
- [Login to an existing account](https://docs.zkbob.com/zkbob-app/account-creation/login-to-an-existing-account.md): If password is cleared from local storage, or accessing an existing account from a new device.
- [Lost Password](https://docs.zkbob.com/zkbob-app/account-creation/lost-password.md)
- [Metamask / Web3 Wallet Warning](https://docs.zkbob.com/zkbob-app/account-creation/metamask-web3-wallet-warning.md): When deriving a zkBob account using MetaMask
- [Deposits](https://docs.zkbob.com/zkbob-app/deposits.md)
- [Transfers](https://docs.zkbob.com/zkbob-app/transfers.md): Shielded transfers through the zkBob privacy pool
- [Multitransfers](https://docs.zkbob.com/zkbob-app/transfers/multitransfers.md): Now Bob can transfer to the whole crew....Alice, Carlos, Dave, Erin, Frank....with a single transaction!
- [Withdrawals](https://docs.zkbob.com/zkbob-app/withdrawals.md)
- [Native Token Conversion](https://docs.zkbob.com/zkbob-app/withdrawals/native-token-conversion.md)
- [Generate a Receiving Address](https://docs.zkbob.com/zkbob-app/generate-a-secure-address.md)
- [Optional KYC](https://docs.zkbob.com/zkbob-app/optional-kyc.md)
- [zkBob Direct Deposits](https://docs.zkbob.com/zkbob-app/zkbob-direct-deposits.md): A decentralised way of depositing to a zkBob account without using zk core components
- [Support ID](https://docs.zkbob.com/zkbob-app/support-id.md): If you encounter issues with the application the Support ID can help with troubleshooting any problems
- [Payment Links](https://docs.zkbob.com/zkbob-app/payment-links.md)
- [Integrated Services](https://docs.zkbob.com/zkbob-app/integrated-services.md)
- [Multilingual support](https://docs.zkbob.com/zkbob-app/multilingual-support.md): The zkBob UI is available for several languages
- [Português](https://docs.zkbob.com/zkbob-app/multilingual-support/portugues.md): zkBob is available in Português
- [Русский](https://docs.zkbob.com/zkbob-app/multilingual-support/russkii.md)
- [中文](https://docs.zkbob.com/zkbob-app/multilingual-support/zhong-wen.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.zkbob.com/zkbob-app.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.
