# PRODUCTS

- [Fiat To Stablecoin (On-Ramp)](https://docs.alignlabs.dev/products/fiat-to-stablecoin-on-ramp.md): Enable your users to convert fiat into stablecoins.
- [Stablecoin To Fiat (Off-Ramp)](https://docs.alignlabs.dev/products/stablecoin-to-fiat-off-ramp.md): Enable your users to convert stablecoins into fiat currencies.
- [Virtual Accounts](https://docs.alignlabs.dev/products/virtual-accounts.md): Virtual Accounts let your users collect (on-ramp) funds into a named bank account and pay out (off-ramp) funds from a named bank account.
- [Bank Accounts](https://docs.alignlabs.dev/products/bank-accounts.md): Create local bank accounts globally without opening local entities. For example, instantly issue AED bank accounts to EU companies and USD bank accounts to South African businesses.
- [Cross-Chain Stablecoin Transfers](https://docs.alignlabs.dev/products/cross-chain-stablecoin-transfers.md): Seamlessly transfer stablecoins across different blockchains, ensuring secure and efficient transactions.
- [Cross-Chain Stablecoin Deposits](https://docs.alignlabs.dev/products/cross-chain-stablecoin-deposits.md): Allow your customers to deposit their wallets across all major chains and stablecoins.
- [Yield Generating Stablecoins](https://docs.alignlabs.dev/products/yield-generating-stablecoins.md): Coming Soon.


---

# 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.alignlabs.dev/products.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.
