# For Operators

- [Basics](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot.md)
- [Setup cluster](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/setup-cluster.md)
- [Setup table](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/setup-table.md)
- [Setup ingestion](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/setup-ingestion.md)
- [Access Control](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/access-control.md)
- [Monitoring](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/monitoring.md)
- [Tuning](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/tuning.md)
- [Realtime](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/tuning/realtime.md)
- [Routing](https://docs.pinot.apache.org/release-0.4.0/operators/operating-pinot/tuning/routing.md)
- [Tutorials](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials.md): Here you will find a collection of how-to guides for operators or developers tha
- [Build Docker Images](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/build-docker-images.md)
- [Running Pinot in Production](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/running-pinot-in-production.md)
- [Kubernetes Deployment](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/deployment-pinot-on-kubernetes.md)
- [Amazon EKS (Kafka)](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/non-eks-to-eks.md)
- [Amazon MSK (Kafka)](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/how-to-connect-pinot-with-amazon-managed-streaming-for-apache-kafka-amazon-msk.md): How to Connect Pinot with Amazon Managed Streaming for Apache Kafka (Amazon MSK)
- [Batch Data Ingestion In Practice](https://docs.pinot.apache.org/release-0.4.0/operators/tutorials/batch-data-ingestion-in-practice.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.pinot.apache.org/release-0.4.0/operators.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.
