# Exchange Crypto to Fiat

- [Exchange Overview](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/exchange-overview.md): Beta's Exchange product enables a seamless On/Off ramps experience for Wallets, DeFi, and Crypto Exchanges.
- [Requesting a Quote](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/requesting-a-quote.md): Obtain a quote for buying and selling crypto.
- [Buy/Sell Orders](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/buy-sell-orders.md): Endpoints to process crypto exchange orders and retrieve their details.
- [Crypto and Fiat Deposits](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/crypto-and-fiat-deposits.md): Request deposit instructions for any supported Crypto or Fiat Assets.
- [Crypto and Fiat Withdrawal](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/crypto-and-fiat-withdrawal.md): Request withdrawal from sub-account wallets and bank accounts.
- [Subaccount Balance](https://docs.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat/subaccount-balance.md): Retrieving crypto or fiat subaccount balances.


---

# 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.betaramps.com/documentation-beta-ramps/exchange-crypto-to-fiat.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.
