> For the complete documentation index, see [llms.txt](https://docs.denvrdata.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.denvrdata.com/docs/overview/technical-support.md).

# Technical support

Denvr provides 3 support channels to our clients:

1. [Tickets](#tickets)
2. [Email](#email)
3. [Slack](#slack)

## Tickets

Tickets are  the preferred method for contacting our technical support team if you already have access to the Denvr AI Cloud web console. Without leaving the dashboard you can:

* See the status of open tickets
* Review closed tickets
* Communicate the severity and impacted services
* Upload screenshots

Simply navigate to "Support" from the left navigation menu

<figure><img src="/files/9ctwN7VaxU5AyEL0MgsO" alt=""><figcaption></figcaption></figure>

or from the following links.

* [All Tickets](https://console.cloud.denvrdata.com/app/main/support)
* [Support Ticket](https://console.cloud.denvrdata.com/app/main/support/new-support-ticket)
* [Inquiry](https://console.cloud.denvrdata.com/app/main/support/new-general-inquiry)

<figure><img src="/files/suR35k0bKEfHUFlXmqxJ" alt=""><figcaption></figcaption></figure>

## Email

In addition to web tickets we can also be reached at `support@denvrdata.com`.  Please be sure to include:

* Tenant name
* Issue priority and impact
* Description and screen captures if available

Please note that we will validate that the sending email address matches as active user in the Tenant.  This is to prevent any impersonation and ensure any access control is followed.  We may contact the Tenant Administrator if there are any concerns.&#x20;

## Slack

Enterprises can request access to dedicated Slack channels for chat-based support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.denvrdata.com/docs/overview/technical-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
