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

# FX

- [Quote](https://developer.flash-payments.com/fx/quote.md): Quote the current bid and ask for a currency pair and size.
- [Conversions](https://developer.flash-payments.com/fx/conversions.md): Convert between your multi-currency balances
- [Convert funds](https://developer.flash-payments.com/fx/conversions/convert-funds.md): Convert between your multi-currency balances
- [Query conversions](https://developer.flash-payments.com/fx/conversions/query-conversions.md): You can query all your past conversions
- [Conversion statuses](https://developer.flash-payments.com/fx/conversions/conversion-statuses.md)
- [FX Payments](https://developer.flash-payments.com/fx/payments.md): Convert and send your balance as single instruction
- [Send funds](https://developer.flash-payments.com/fx/payments/send-funds.md): How to send orchestrated account-to-account payments which include FX
- [Payment statuses](https://developer.flash-payments.com/fx/payments/payment-statuses.md)
- [Query payments](https://developer.flash-payments.com/fx/payments/query-payments.md)
- [Auto receive funds](https://developer.flash-payments.com/fx/payments/auto-receive-funds.md): Automatically receive and convert funds from other countries and currencies


---

# 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://developer.flash-payments.com/fx.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.
