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

# ZamWallet Web

Store, exchange, invest, send, withdraw crypto and use other features of ZamWallet through web browsers.

### Login page

A user with an account in the ZamWallet app can log in to ZamWallet Web.

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

### Registration

Registration is available for all new ZamWallet Web users.

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

### CeFi Wallet

Current balances in CeFi are displayed on this page.

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

### **DeFi Wallet**&#x20;

The "DeFi Wallet" page in ZamWallet Web is under development and it will be available soon.

### Portfolios

Current investment portfolios balances are displayed on this page.

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

### **Total Wallets**&#x20;

All available balances are displayed on the page "Total Wallets".

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


---

# 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.zam.io/ecosystem/zam.io-zamwallet/zamwallet-web.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.
