# 📖  Guides

- [A Gentle Introduction for Developer](https://docs.velafi.com/guides/a-gentle-introduction-for-developer.md)
- [Step-by-Step Guide](https://docs.velafi.com/guides/step-by-step-guide.md): Guide
- [Creating VelaFi Account](https://docs.velafi.com/guides/creating-velafi-account.md)
- [Creating Your Merchant](https://docs.velafi.com/guides/creating-your-merchant.md)
- [Creating API Key](https://docs.velafi.com/guides/creating-api-key.md)
- [Safely Store Your API Key](https://docs.velafi.com/guides/creating-api-key/safely-store-your-api-key.md)
- [Configure Whitelisted IPs](https://docs.velafi.com/guides/creating-api-key/configure-whitelisted-ips.md)
- [Enable API Access](https://docs.velafi.com/guides/creating-api-key/enable-api-access.md)
- [Create API Token](https://docs.velafi.com/guides/creating-api-key/create-api-token.md)
- [Sandbox](https://docs.velafi.com/guides/sandbox.md)
- [Activate Merchant Account](https://docs.velafi.com/guides/activate-merchant-account.md)
- [Creating Payment Method](https://docs.velafi.com/guides/creating-payment-method.md)
- [Payment Method ID](https://docs.velafi.com/guides/payment-method-id.md): PaymentID
- [Currencies](https://docs.velafi.com/guides/currencies.md)
- [Pair](https://docs.velafi.com/guides/pair.md)
- [Limits](https://docs.velafi.com/guides/limits.md)
- [Creating Webhook Listener](https://docs.velafi.com/guides/creating-webhook-listener.md)
- [Fiat to Crypto (On-Ramp)](https://docs.velafi.com/guides/fiat-to-crypto-on-ramp.md)
- [Crypto to Fiat (Off-Ramp)](https://docs.velafi.com/guides/crypto-to-fiat-off-ramp.md)
- [Fiat to Fiat (Global Payment)](https://docs.velafi.com/guides/fiat-to-fiat-global-payment.md): This section provides information about the fiat to fiat process, allowing users to convert fiat currency into cryptocurrency through the API.
- [Stablecoin Payments](https://docs.velafi.com/guides/stablecoin-payments.md)
- [Get Wallet List](https://docs.velafi.com/guides/stablecoin-payments/get-wallet-list.md)
- [Create a Sub-Wallet](https://docs.velafi.com/guides/stablecoin-payments/create-a-sub-wallet.md)
- [Create a Payment Link](https://docs.velafi.com/guides/stablecoin-payments/create-a-payment-link.md)
- [Retrieve Payment Links](https://docs.velafi.com/guides/stablecoin-payments/retrieve-payment-links.md)
- [Retrieve a Payment Order](https://docs.velafi.com/guides/stablecoin-payments/retrieve-a-payment-order.md)
- [Retrieve a List of Payment Order](https://docs.velafi.com/guides/stablecoin-payments/retrieve-a-list-of-payment-order.md)
- [Fund Collection](https://docs.velafi.com/guides/stablecoin-payments/fund-collection.md)


---

# 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.velafi.com/guides.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.
