# A Gentle Introduction for Developer

## **Welcome to the VelaFi API Documentation**&#x20;

Programmatically manage financial asset conversions and cross-currency transfers with VelaFi. Our API empowers you to seamlessly convert fiat to digital currencies and facilitate fiat-to-fiat transfers using stablecoins as intermediaries. Designed for enterprise developers, our solution prioritizes security, efficiency, and compliance, enabling you to build robust financial workflows for your business or customers.&#x20;

## **Integration Made Simple**&#x20;

The VelaFi API uses [RESTful](https://en.wikipedia.org/wiki/REST) architecture to organize resources. It employs basic access authentication over [HTTPS](https://en.wikipedia.org/wiki/HTTPS) for secure communication, accepts and returns JSON-encoded bodies, and utilizes standard [HTTP](https://en.wikipedia.org/wiki/HTTP) response codes for clarity. Our comprehensive guides and reference implementations ensure a smooth and efficient integration process.

## **What You’ll Find Here**

Explore detailed documentation and resources to address your payment and conversion needs:

{% content-ref url="" %}
[](https://docs.velafi.com/guides)
{% endcontent-ref %}

**Step-by-step instructions for managing transfers and conversions.**

{% content-ref url="../api-reference" %}
[api-reference](https://docs.velafi.com/api-reference)
{% endcontent-ref %}

**Detailed descriptions of endpoints, parameters, and responses.**<br>

Start building with VelaFi today and unlock the power of seamless financial asset management.&#x20;

<br>


---

# 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/a-gentle-introduction-for-developer.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.
