# DENVR AI CLOUD

- [Dashboard](https://docs.denvrdata.com/docs/platform/dashboard.md): The dashboard is our management console to interact with the Denvr AI Compute.
- [Applications](https://docs.denvrdata.com/docs/platform/applications.md): Containerized applications for data scientists and speed of use
- [Model endpoints](https://docs.denvrdata.com/docs/platform/model-endpoints.md): AI Inference on Dedicated GPUs
- [Virtual machines](https://docs.denvrdata.com/docs/platform/virtual-machines.md): GPU instances for speed and ease of deployment
- [Bare metal](https://docs.denvrdata.com/docs/platform/bare-metal.md): Full access to machine resources without the overhead of virtualization.
- [Storage](https://docs.denvrdata.com/docs/platform/storage.md): Denvr AI Compute provide two primary storage categories.
- [Networking](https://docs.denvrdata.com/docs/platform/networking.md)
- [User management](https://docs.denvrdata.com/docs/platform/user-management.md): Manage users and permissions
- [Billing](https://docs.denvrdata.com/docs/platform/billing.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/platform.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.
