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

# Broker

- [CybusMQ](https://docs.cybus.io/broker/cybusmq.md): The Industrial MQTT Broker.
- [Configuring CybusMQ](https://docs.cybus.io/broker/cybusmq/configuration.md): Features, concepts, and configuration options for CybusMQ.
- [Metadata Store](https://docs.cybus.io/broker/cybusmq/configuration/metadata-store.md): The metadata store manages retained messages and subscription data across the CybusMQ broker cluster, ensuring efficient replication and cluster scaling.
- [Clustering Connections](https://docs.cybus.io/broker/cybusmq/configuration/clustering-connections.md): CybusMQ clustering connection improvements for reliable message delivery and high throughput between broker nodes.
- [Continuous Cluster Discovery in Kubernetes](https://docs.cybus.io/broker/cybusmq/configuration/continuous-cluster-discovery-in-kubernetes.md): CybusMQ continuous cluster discovery in Kubernetes prevents split-brain scenarios through periodic polling of the Kubernetes API.
- [Synchronous SUBSCRIBE Handling](https://docs.cybus.io/broker/cybusmq/configuration/synchronous-subscribe-handling.md): CybusMQ synchronous SUBSCRIBE handling ensures the cluster is ready before sending SUBACK, preventing message loss during overload scenarios.
- [Duplicate Message Delivery](https://docs.cybus.io/broker/cybusmq/configuration/duplicate-message-delivery.md): Configure duplicate message delivery behavior in CybusMQ.
- [Collocated One-way and Mutual TLS](https://docs.cybus.io/broker/cybusmq/configuration/collocated-tls-configuration.md): CybusMQ supports both one-way TLS and mutual TLS clients on the same listener with configurable mount point routing.
- [Self-Refreshing Webhooks Cache](https://docs.cybus.io/broker/cybusmq/configuration/self-refreshing-webhooks-cache.md): CybusMQ self-refreshing webhooks cache enables efficient authentication and authorization at scale by proactively refreshing cached objects.
- [Monitoring & Analytics](https://docs.cybus.io/broker/cybusmq/configuration/monitoring-and-analytics.md): Monitoring and analytics capabilities of CybusMQ.
- [Operating CybusMQ](https://docs.cybus.io/broker/cybusmq/operations.md): Operational and maintenance tasks for CybusMQ.
- [Deleting Broker Data Volumes](https://docs.cybus.io/broker/cybusmq/operations/deleting-broker-data-volumes.md): Delete broker data volumes to remove persistent MQTT data.
- [Environment Variables (CybusMQ)](https://docs.cybus.io/broker/cybusmq/environment-variables.md): Environment variables for configuring CybusMQ.


---

# 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.cybus.io/broker.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.
