# Server to server

- [Getting Started](https://docs.fonbnk.com/server-to-server/getting-started.md)
- [Integration guide](https://docs.fonbnk.com/server-to-server/integration-guide.md)
- [Transfer types explanation](https://docs.fonbnk.com/server-to-server/integration-guide/transfer-types-explanation.md)
- [Flow examples](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples.md)
- [Fiat to Crypto](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/fiat-to-crypto.md)
- [Crypto to Fiat](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/crypto-to-fiat.md)
- [Fiat to Merchant balance](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/fiat-to-merchant-balance.md)
- [Merchant balance to Fiat](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/merchant-balance-to-fiat.md)
- [Crypto to Merchant balance](https://docs.fonbnk.com/server-to-server/integration-guide/flow-examples/crypto-to-merchant-balance.md)
- [Servers](https://docs.fonbnk.com/server-to-server/servers.md)
- [Signing requests](https://docs.fonbnk.com/server-to-server/signing-requests.md)
- [KYC flow](https://docs.fonbnk.com/server-to-server/kyc-flow.md)
- [Order statuses](https://docs.fonbnk.com/server-to-server/order-statuses.md)
- [Webhooks](https://docs.fonbnk.com/server-to-server/webhooks.md)
- [KYC and auth webhooks](https://docs.fonbnk.com/server-to-server/webhooks/kyc-and-auth-webhooks.md)
- [API Endpoints](https://docs.fonbnk.com/server-to-server/api-endpoints.md)
- [Get available currencies](https://docs.fonbnk.com/server-to-server/api-endpoints/get-available-currencies.md)
- [Get order limits](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order-limits.md)
- [Create quote](https://docs.fonbnk.com/server-to-server/api-endpoints/create-quote.md)
- [Create order](https://docs.fonbnk.com/server-to-server/api-endpoints/create-order.md)
- [Trigger order intermediate action](https://docs.fonbnk.com/server-to-server/api-endpoints/trigger-order-intermediate-action.md)
- [Confirm order](https://docs.fonbnk.com/server-to-server/api-endpoints/confirm-order.md)
- [Cancel order](https://docs.fonbnk.com/server-to-server/api-endpoints/cancel-order.md)
- [Get order](https://docs.fonbnk.com/server-to-server/api-endpoints/get-order.md)
- [Get orders](https://docs.fonbnk.com/server-to-server/api-endpoints/get-orders.md)
- [Get user KYC state](https://docs.fonbnk.com/server-to-server/api-endpoints/get-user-kyc-state.md)
- [Submit user KYC](https://docs.fonbnk.com/server-to-server/api-endpoints/submit-user-kyc.md)
- [Get merchant balances](https://docs.fonbnk.com/server-to-server/api-endpoints/get-merchant-balances.md)
- [Generate user auth tokens](https://docs.fonbnk.com/server-to-server/api-endpoints/generate-user-auth-tokens.md)
- [Types](https://docs.fonbnk.com/server-to-server/types.md): Types used in the code examples


---

# 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.fonbnk.com/server-to-server.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.
