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

# 📖  Guides

- [A Gentle Introduction for Developer](https://docs.velafi.com/velafi-1/guides/a-gentle-introduction-for-developer.md)
- [Step-by-Step Guide](https://docs.velafi.com/velafi-1/guides/step-by-step-guide.md): Guide
- [Creating VelaFi Account](https://docs.velafi.com/velafi-1/guides/creating-velafi-account.md)
- [Creating Your Merchant](https://docs.velafi.com/velafi-1/guides/creating-your-merchant.md)
- [Creating API Key](https://docs.velafi.com/velafi-1/guides/creating-api-key.md)
- [Safely Store Your API Key](https://docs.velafi.com/velafi-1/guides/creating-api-key/safely-store-your-api-key.md)
- [Configure Whitelisted IPs](https://docs.velafi.com/velafi-1/guides/creating-api-key/configure-whitelisted-ips.md)
- [Enable API Access](https://docs.velafi.com/velafi-1/guides/creating-api-key/enable-api-access.md)
- [Create API Token](https://docs.velafi.com/velafi-1/guides/creating-api-key/create-api-token.md)
- [Sandbox](https://docs.velafi.com/velafi-1/guides/sandbox.md)
- [Activate Merchant Account](https://docs.velafi.com/velafi-1/guides/activate-merchant-account.md)
- [Creating Payment Method](https://docs.velafi.com/velafi-1/guides/creating-payment-method.md)
- [Payment Method ID](https://docs.velafi.com/velafi-1/guides/payment-method-id.md): PaymentID
- [Currencies](https://docs.velafi.com/velafi-1/guides/currencies.md)
- [Pair](https://docs.velafi.com/velafi-1/guides/pair.md)
- [Creating Webhook Listener](https://docs.velafi.com/velafi-1/guides/creating-webhook-listener.md)
- [Fiat to Crypto (On-Ramp)](https://docs.velafi.com/velafi-1/guides/fiat-to-crypto-on-ramp.md)
- [Crypto to Fiat (Off-Ramp)](https://docs.velafi.com/velafi-1/guides/crypto-to-fiat-off-ramp.md)
- [Fiat to Fiat (Global Payment)](https://docs.velafi.com/velafi-1/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.


---

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