# Guides

- [A typical VerneMQ deployment](https://docs.vernemq.com/1.13.0/guides/typical-vernemq-deployment.md): In the following we describe how a typical VerneMQ deployment can look and some of the concerns one have to take into account when designing such a system.
- [VerneMQ on Kubernetes](https://docs.vernemq.com/1.13.0/guides/vernemq-on-kubernetes.md): This guide describes how to deploy a VerneMQ cluster on Kubernetes
- [Loadtesting VerneMQ](https://docs.vernemq.com/1.13.0/guides/loadtesting.md): Loadtesting VerneMQ with vmq\_mzbench
- [Clustering during development](https://docs.vernemq.com/1.13.0/guides/clustering-during-development.md): This describes a quick way to create a VerneMQ cluster on developer's machines
- [Not a tuning guide](https://docs.vernemq.com/1.13.0/guides/not-a-tuning-guide.md)
- [Change Open File Limits](https://docs.vernemq.com/1.13.0/guides/change-open-file-limits.md): A guide that shows how to change the open file limtits


---

# 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.vernemq.com/1.13.0/guides.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.
