# Walltes Manager

Here you can manage all your wallets, you can view, create, restore, delete your wallets.

![](/files/6jNgMpV7quADZNMlUQgT)

**Create/restore wallet**

Click the ➕ button in the upper right corner, you can jump to the create/restore wallet page, create a wallet or restore a wallet.

**View wallet details**

Click on a single wallet in the list to enter the wallet details to view the currency and balance held by the wallet.

![](/files/KDrsx8ra7XFHwL8u896I)

**View currency details**

Click on the currency, enter the details to view currency transaction records, transfer the currency to other wallets.

![](/files/Mgg1YwSF0IGN4rlpAWh2)

**delete wallet**

On the wallet details page, click the button in the upper right corner to pop up the delete operation button.

{% hint style="info" %}
If you need to use this wallet in the future, please confirm that you have properly saved its mnemonic before deleting.
{% endhint %}


---

# 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://doc.juncachain.com/wallet_app/mut_walltes.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.
