# API Reference

- [Authentication](https://docs.denvrdata.com/docs/api-reference/authentication.md): Here, you will find information on endpoints related to token-based authentication, ensuring secure and protected access to our cloud software API.
- [Clusters](https://docs.denvrdata.com/docs/api-reference/clusters.md): On this page, you will find detailed documentation on endpoints related to accessing and managing clusters, enabling efficient scaling and operation within our cloud software API.
- [Applications](https://docs.denvrdata.com/docs/api-reference/applications.md): Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of applications within our cloud software API environment.
- [Virtual machines](https://docs.denvrdata.com/docs/api-reference/virtual-machines.md): Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of virtual machines within our cloud software API environment.
- [VPCs](https://docs.denvrdata.com/docs/api-reference/vpcs.md): Explore this section for comprehensive information on endpoints related to the deployment, management, and operation of Virtual Pri within our cloud software API environment.
- [Bare metal](https://docs.denvrdata.com/docs/api-reference/bare-metal.md): Explore this section for detailed information on endpoints related to the management and operation of bare metal servers within our cloud software API environment.
- [Images](https://docs.denvrdata.com/docs/api-reference/images.md)
- [Snapshots](https://docs.denvrdata.com/docs/api-reference/snapshots.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.denvrdata.com/docs/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.
