# Onboarding

Onboarding is a brief self-guided introduction built into our product.

It will introduce you to the base interface layer functionality. You can skip it or go through it again anytime to review.

***

&#x20;                                                              &#x20;

{% embed url="<https://vimeo.com/1030294563/0fdc4f9b87>" %}

<figure><img src="https://vimeo.com/1030294563/0fdc4f9b87" alt=""><figcaption></figcaption></figure>

***

**First interface layer** reflects the [**main card** ](/basic-interface-layer/main-card-and-virtual-card.md)at the top of the screen. It displays the total sum of all [assets](/knowledge-base/glossary.md#asset) across all [addresses](/knowledge-base/glossary.md#address) you own, **excluding** [**Private**](/walletium-object/address-types/private.md) **ones.**

> A card is an interface unit that groups addresses for convenience.

***

The **second card**  displays the [virtual bank card ](/basic-interface-layer/main-card-and-virtual-card.md)that you can create in the wallet.&#x20;

***

The **third card**  shows the **total amount of funds** in the user’s [**Private addresses**](/walletium-object/address-types/private.md) and is **for informational purposes only.**

> The [private key](/knowledge-base/glossary.md#private-key) can be added at any time, changing the address category from [Private](/walletium-object/address-types/private.md) to [Shared](/walletium-object/address-types/shared.md).&#x20;
>
> It will then appear in the [Main card](/basic-interface-layer/main-card-and-virtual-card.md).

***

Learn more about functionality of [cards](/basic-interface-layer/main-card-and-virtual-card.md) and basic actions like **deposit**, **send**, and **swap** [here](/basic-interface-layer/deposit-send-and-swap.md).

***

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Deposit, Sent &#x26; Swap </td><td><a href="/files/nijKE0Hno1p5bhhSzveB">/files/nijKE0Hno1p5bhhSzveB</a></td><td><a href="/pages/KDoj6eolW1UmP86qsmLd">/pages/KDoj6eolW1UmP86qsmLd</a></td></tr><tr><td>Notification History</td><td><a href="/files/xAhuHvBFDXrd5Iy6KPDK">/files/xAhuHvBFDXrd5Iy6KPDK</a></td><td><a href="/pages/971B13PNO5Pw3T45Y4nD">/pages/971B13PNO5Pw3T45Y4nD</a></td></tr><tr><td>Main Card &#x26; Virtual Card</td><td><a href="/files/i4XXy7ii6snkZEHzXjEg">/files/i4XXy7ii6snkZEHzXjEg</a></td><td><a href="/pages/BdMT2rHfXgoKTNwsTEzc">/pages/BdMT2rHfXgoKTNwsTEzc</a></td></tr></tbody></table>


---

# 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://wiki.walletium.net/getting-started/onboarding.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.
