# Informational

- [Fetch status definitions for Invoice and payout](https://docs.thedex.cloud/documentation/informational/fetch-status-definitions.md): Returns a list of all statuses for invoices and payouts
- [Fetch active crypto and fiat currencies](https://docs.thedex.cloud/documentation/informational/fetch-currency-definitions.md): Returns a list of all active crypto and fiat currencies used in invoice and payout processing
- [Fetch cryptocurrency to fiat-currency rate](https://docs.thedex.cloud/documentation/informational/fetch-crypto-to-fiat-rates.md): Returns a list of available conversion rates between supported cryptocurrencies and fiat currencies.
- [Fetch fiat currency amount limits on invoice creation](https://docs.thedex.cloud/documentation/informational/fetch-fiat-limits-in-invoices.md): Returns a list of fiat currency limits (minimum ) applicable when creating an invoice.
- [Fetch fiat currency amount limits on payout creation](https://docs.thedex.cloud/documentation/informational/fetch-fiat-limits-in-payouts.md): Returns a list of fiat currency limits (minimum ) applicable when creating a payout.                     Note: this endpoint is needed only in case of use fiat-to-crypto payouts
- [Fetch cryptocurrency amount limits on invoice creation](https://docs.thedex.cloud/documentation/informational/fetch-crypto-limits-in-invoices.md): Returns a list of cryptocurrency amount limits (minimum) applicable when creating an invoice.
- [Fetch cryptocurrency amount limits on payout creation](https://docs.thedex.cloud/documentation/informational/fetch-crypto-limits-in-payots.md): Returns a list of cryptocurrency amount limits (minimum) applicable when creating a payout.
- [Fetch Invoice creation ways](https://docs.thedex.cloud/documentation/informational/fetch-invoice-creation-ways.md): Returns a list of all ways on invoice creation


---

# 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.thedex.cloud/documentation/informational.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.
