# Manager API reference

- [Clients](https://docs.rialtobridge.xyz/manager-api-reference/clients.md)
- [Clients onboarding](https://docs.rialtobridge.xyz/manager-api-reference/clients-onboarding.md)
- [Client bank accounts](https://docs.rialtobridge.xyz/manager-api-reference/client-bank-accounts.md)
- [Client blockchain wallets](https://docs.rialtobridge.xyz/manager-api-reference/client-blockchain-wallets.md)
- [Client preset fees](https://docs.rialtobridge.xyz/manager-api-reference/client-preset-fees.md)
- [Client deposit instructions](https://docs.rialtobridge.xyz/manager-api-reference/client-deposit-instructions.md)
- [Client transactions](https://docs.rialtobridge.xyz/manager-api-reference/client-transactions.md)
- [Transactions](https://docs.rialtobridge.xyz/manager-api-reference/transactions.md)
- [Manager preset fees](https://docs.rialtobridge.xyz/manager-api-reference/manager-preset-fees.md)
- [Deposit instructions](https://docs.rialtobridge.xyz/manager-api-reference/deposit-instructions.md)
- [Uploads (temporary storage)](https://docs.rialtobridge.xyz/manager-api-reference/uploads-temporary-storage.md)
- [Documents (permanent storage)](https://docs.rialtobridge.xyz/manager-api-reference/documents-permanent-storage.md)
- [Webhooks](https://docs.rialtobridge.xyz/manager-api-reference/webhooks.md)
- [Constants](https://docs.rialtobridge.xyz/manager-api-reference/constants.md)
- [Simulate](https://docs.rialtobridge.xyz/manager-api-reference/simulate.md)
- [Models](https://docs.rialtobridge.xyz/manager-api-reference/models.md)


---

# 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.rialtobridge.xyz/manager-api-reference.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.
