# Overview

**Direct Ramp** provides a pure API integration for converting African currencies to USD stablecoins and vice versa. Build your own UI and payment flows while leveraging our settlement infrastructure.

## Features

* **API-First Design**: Full control over the payment experience
* **Real-Time Quotes**: Lock in FX rates before transaction
* **Multiple Rails**: Support for bank transfers and mobile money
* **Flexible Integration**: Use in any context (apps, bots, backend)

## Integration Steps

1. [Get a Ramp Quote](/cashramp/direct-ramp/ramp-quotes.md) - Lock in real-time exchange rates
2. [Initiate a Deposit](/cashramp/direct-ramp/deposits.md) - Convert local currency to stablecoins
3. [Initiate a Withdrawal](/cashramp/direct-ramp/withdrawals.md) - Convert stablecoins to local currency

## Common Use Cases

| Industry                  | Implementation                          |
| ------------------------- | --------------------------------------- |
| **Cross-Border Payments** | Automated fiat-to-stablecoin settlement |
| **Digital Services**      | Custom payment flows                    |


---

# 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.cashramp.co/cashramp/direct-ramp/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.
