# API Documentation

- [Deposit](https://docs.tupayonline.com/english/api-documentation/deposit.md)
- [Technical  Aspects](https://docs.tupayonline.com/english/api-documentation/deposit/technical-aspects.md): Learn about the technical and security aspects of our API.
- [Signature Authorization and Calculation](https://docs.tupayonline.com/english/api-documentation/deposit/signature-authorization-and-calculation.md)
- [Deposit Creation Endpoint](https://docs.tupayonline.com/english/api-documentation/deposit/deposit-creation-endpoint.md)
- [Deposit Status Endpoint](https://docs.tupayonline.com/english/api-documentation/deposit/deposit-status-endpoint.md): You can execute the call to check the status of the deposit at any time you deem appropriate. However, each time a repository changes status, we will send you a notification containing the repository
- [Notifications Process](https://docs.tupayonline.com/english/api-documentation/deposit/notifications-process.md): Learn about how the notifications for deposits works
- [Cashout](https://docs.tupayonline.com/english/api-documentation/cashout.md)
- [Technical Aspects](https://docs.tupayonline.com/english/api-documentation/cashout/technical-aspects.md)
- [Authentication and Signature Calculation](https://docs.tupayonline.com/english/api-documentation/cashout/authentication-and-signature-calculation.md)
- [Cashout Creation Endpoint](https://docs.tupayonline.com/english/api-documentation/cashout/cashout-creation-endpoint.md)
- [Cashout Status Endpoint](https://docs.tupayonline.com/english/api-documentation/cashout/cashout-status-endpoint.md): Learn how to use the Endpoint to retrieve the status of a cashout
- [Notification Process](https://docs.tupayonline.com/english/api-documentation/cashout/notification-process.md): Learn about how the notifications of the Cashout API work
- [Reconciliation API](https://docs.tupayonline.com/english/api-documentation/reconciliation-api.md): The Reconciliation API allows you to automatize your reconciliation tasks
- [Technical and Security Aspects](https://docs.tupayonline.com/english/api-documentation/reconciliation-api/technical-and-security-aspects.md): Learn about the technical and security aspects of our Reconciliation API
- [Endpoints](https://docs.tupayonline.com/english/api-documentation/reconciliation-api/endpoints.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.tupayonline.com/english/api-documentation.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.
