# Running Tiledesk with Kubernetes using Helm

The following guide bootstraps a Tiledesk deployment on a Kubernetes cluster using the Helm package manager:

<https://github.com/Tiledesk/tiledesk-deployment>

**Please help us improving this documentation**: if you encounter a problem, something you don’t understand or a typo, use [this link](https://github.com/Tiledesk/tiledesk-deployment/issues) to ask a question. You could also open a PR to directly fix the documentation on Github, if you want.


---

# 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://developer.tiledesk.com/installation/running-tiledesk-with-kubernetes-helm.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.
