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

# User Guide

- [Getting Started](https://docs.vespr.xyz/vespr/user-guide/getting-started.md)
- [Download VESPR](https://docs.vespr.xyz/vespr/user-guide/getting-started/download-vespr.md)
- [Create a Wallet](https://docs.vespr.xyz/vespr/user-guide/getting-started/create-a-wallet.md)
- [Import an Existing Wallet](https://docs.vespr.xyz/vespr/user-guide/getting-started/import-an-existing-wallet.md)
- [Connect a Hardware Wallet](https://docs.vespr.xyz/vespr/user-guide/getting-started/connect-a-hardware-wallet.md)
- [Ledger](https://docs.vespr.xyz/vespr/user-guide/getting-started/connect-a-hardware-wallet/ledger.md)
- [Keystone (mobile only supported)](https://docs.vespr.xyz/vespr/user-guide/getting-started/connect-a-hardware-wallet/keystone-mobile-only-supported.md)
- [Check Keystone Firmware Version](https://docs.vespr.xyz/vespr/user-guide/getting-started/connect-a-hardware-wallet/keystone-mobile-only-supported/check-keystone-firmware-version.md): On your Keystone device, please check the steps below!
- [Trezor](https://docs.vespr.xyz/vespr/user-guide/getting-started/connect-a-hardware-wallet/trezor.md)
- [The Basics](https://docs.vespr.xyz/vespr/user-guide/the-basics.md): How to go from zero to hero with VESPR.
- [Backup Your Recovery Phrase](https://docs.vespr.xyz/vespr/user-guide/the-basics/backup-your-recovery-phrase.md): This page needs revisions. Just wanted to fill it up with stuff.
- [Backup RP: Part I](https://docs.vespr.xyz/vespr/user-guide/the-basics/backup-your-recovery-phrase/backup-rp-part-i.md)
- [Backup RP: Part II](https://docs.vespr.xyz/vespr/user-guide/the-basics/backup-your-recovery-phrase/backup-rp-part-ii.md)
- [Backup RP: Part III](https://docs.vespr.xyz/vespr/user-guide/the-basics/backup-your-recovery-phrase/backup-rp-part-iii.md)
- [Backup RP: Part IV](https://docs.vespr.xyz/vespr/user-guide/the-basics/backup-your-recovery-phrase/backup-rp-part-iv.md)
- [Staking](https://docs.vespr.xyz/vespr/user-guide/the-basics/staking.md)
- [Registering a New Wallet for Staking](https://docs.vespr.xyz/vespr/user-guide/the-basics/staking/registering-a-new-wallet-for-staking.md)
- [Staking with a Registered Wallet](https://docs.vespr.xyz/vespr/user-guide/the-basics/staking/staking-with-a-registered-wallet.md)
- [Swap](https://docs.vespr.xyz/vespr/user-guide/the-basics/swap.md)
- [Finding open orders](https://docs.vespr.xyz/vespr/user-guide/the-basics/swap/finding-open-orders.md)
- [Cancelling a swap order](https://docs.vespr.xyz/vespr/user-guide/the-basics/swap/cancelling-a-swap-order.md)
- [Setting Collateral](https://docs.vespr.xyz/vespr/user-guide/the-basics/setting-collateral.md)
- [Connecting to DApps](https://docs.vespr.xyz/vespr/user-guide/the-basics/connecting-to-dapps.md)
- [Updating VESPR](https://docs.vespr.xyz/vespr/user-guide/the-basics/updating-vespr.md)
- [FAQ](https://docs.vespr.xyz/vespr/user-guide/faq.md)
- [Buy/Sell Cardano](https://docs.vespr.xyz/vespr/user-guide/faq/buy-sell-cardano.md): This page provide context about the on/off-ramp feature provided through the VESPR wallet.
- [Swap](https://docs.vespr.xyz/vespr/user-guide/faq/swap.md)
- [Swap fees explained](https://docs.vespr.xyz/vespr/user-guide/faq/swap/swap-fees-explained.md): This page explains the fees associated with swapping through the VESPR in-app swap feature, as well as an example and comparison with the competitors.
- [Swap refunds explained](https://docs.vespr.xyz/vespr/user-guide/faq/swap/swap-refunds-explained.md): This page explains the conditions under which refunds are issued for VESPR in-app swaps.
- [Why is my swap order stuck pending?](https://docs.vespr.xyz/vespr/user-guide/faq/swap/why-is-my-swap-order-stuck-pending.md)
- [How to manually cancel swap order on Splash](https://docs.vespr.xyz/vespr/user-guide/faq/swap/how-to-manually-cancel-swap-order-on-splash.md)
- [Common Issues and Solutions](https://docs.vespr.xyz/vespr/user-guide/common-issues-and-solutions.md): Learn how to fix common pitfalls, all by yourself!
- [Swap](https://docs.vespr.xyz/vespr/user-guide/common-issues-and-solutions/swap.md)
- [Did I get charged for a swap order that was not fulfilled?](https://docs.vespr.xyz/vespr/user-guide/common-issues-and-solutions/swap/did-i-get-charged-for-a-swap-order-that-was-not-fulfilled.md)
- [Swap order is stuck pending](https://docs.vespr.xyz/vespr/user-guide/common-issues-and-solutions/swap/swap-order-is-stuck-pending.md)


---

# 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://docs.vespr.xyz/vespr/user-guide.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.
