# Overview

The Vultisig app is organized into two main sections, accessible via the bottom navigation bar: **Wallet** and **DeFi**. This guide covers all app functionality in the same structure as the app itself.

***

## App Structure

| Tab        | Purpose                           | Key Features                               |
| ---------- | --------------------------------- | ------------------------------------------ |
| **Wallet** | Asset management and transactions | Send, receive, swap across 30+ chains      |
| **DeFi**   | Decentralized finance operations  | Stake, bond, provide liquidity, earn yield |

Additional functionality is available through **Vault Management** in the settings menu.

***

## Sections

### Creating a Vault

Set up your first vault with either Fast Vault (single device) or Secure Vault (multi-device).

{% content-ref url="/pages/1WqRqgJy29abLy1chbxc" %}
[Creating a Vault](/app-guide/creating-a-vault.md)
{% endcontent-ref %}

### Wallet

The Wallet tab provides asset management capabilities: viewing balances, sending crypto, receiving funds, and swapping between assets.

{% content-ref url="/pages/6wEurqpv0oLkEkW7HfD6" %}
[Wallet](/app-guide/wallet.md)
{% endcontent-ref %}

### DeFi

The DeFi tab offers direct access to decentralized finance protocols. Users can stake tokens, bond to nodes, provide liquidity, and earn yield—all without connecting to external dApps.

{% content-ref url="/pages/Lv7btHV1k0Mc6LxpyWmB" %}
[DeFi](/app-guide/defi.md)
{% endcontent-ref %}

### Vault Management

Vault settings and maintenance: backups, renaming, resharing keys, and security upgrades.

{% content-ref url="/pages/3XUNsEV9jsPcRpz0hodr" %}
[Vault Management](/app-guide/vault-management.md)
{% endcontent-ref %}

***

## Platform Availability

The Vultisig app is available on:

* iOS (iPhone, iPad)
* Android
* macOS
* Windows
* Linux

All platforms share the same core functionality. The interface adapts to each platform while maintaining consistent features.

***

## Related

* [Getting Started](/getting-started/overview.md) - New user onboarding
* [Security & Technology](/security-and-technology/overview.md) - How Vultisig works under the hood
* [Vultisig Extension](/ecosystem/vultisig-extension.md) - Browser extension for dApp connections


---

# 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://docs.vultisig.com/app-guide/overview.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.
