> For the complete documentation index, see [llms.txt](https://permapod.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permapod.gitbook.io/home/tutorial.md).

# Tutorial

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

***

#### Onboarding Tour

First-time users will see a guided onboarding tour on Desktop that walks you through the Dashboard step by step, including:

* Connecting your wallet
* Understanding supply and borrow sections
* Learning about Health Factor
* An interactive risk simulation

If you dismissed the tour and want to restart it, click the floating **progress button** (bottom-right corner) to resume where you left off. If you've fully completed or dismissed it, you can activate it — see the [Settings](/home/tutorial/settings/settings.md) page.

| Guide                                                                                                           | Description                                          |
| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [Wallet Setup](/home/tutorial/wallet.md)                                                                        | Install and configure a Cosmos wallet for ZigChain   |
| [Transfer Assets](/home/tutorial/wallet/transfer-assets.md)                                                     | Move tokens to ZigChain from exchanges or EVM chains |
| [Dashboard Overview](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/dashboard-overview.md) | Understand the main interface and your portfolio     |
| [Supply](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/supply.md)                         | Deposit assets to earn interest and unlock borrowing |
| [Borrow](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/borrow.md)                         | Borrow against your collateral                       |
| [Withdraw & Repay](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/withdraw-and-repay.md)   | Retrieve your assets or pay back loans               |
| [Markets](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/markets.md)                       | Browse all lending markets and asset details         |
| [Health Factor & Liquidation](/home/tutorial/health-factor.md)                                                  | Understand risk and avoid liquidation                |
| [Settings](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/settings.md)                     | Watch mode, language, display currency and reset     |

{% hint style="success" %}
**First time here?** Permapod includes a built-in interactive onboarding tour that highlights key areas of the app as you use it. If you dismissed it and want to restart, see the [Settings](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/settings.md) page.
{% endhint %}


---

# 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:

```
GET https://permapod.gitbook.io/home/tutorial.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.
