# API Definitions

- [API Information - Sandbox](https://docs.developers.upland.me/upland-developers/api-definitions/api-information-sandbox.md)
- [API Information - Production](https://docs.developers.upland.me/upland-developers/api-definitions/api-information-production.md)
- [Upland Users Authentication](https://docs.developers.upland.me/upland-developers/api-definitions/upland-users-authentication.md): An authenticated user on your application must authorize using of his upland data/assets by the following process.
- [Upland User Information](https://docs.developers.upland.me/upland-developers/api-definitions/upland-user-information.md): Endpoints to retrieve Upland Users information.
- [Escrow Container Management](https://docs.developers.upland.me/upland-developers/api-definitions/escrow-container-management.md)
- [Tournament APIs](https://docs.developers.upland.me/upland-developers/api-definitions/tournament-apis.md)
- [Generic Endpoints](https://docs.developers.upland.me/upland-developers/api-definitions/generic-endpoints.md)
- [Webhooks Notifications](https://docs.developers.upland.me/upland-developers/api-definitions/webhooks-notifications.md): Description of the webhook notifications send by Upland Developers APIs
- [Upland Appchain](https://docs.developers.upland.me/upland-developers/api-definitions/upland-appchain.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.developers.upland.me/upland-developers/api-definitions.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.
