# For Operators

- [Deployment and Monitoring](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot.md)
- [Setup cluster](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/setup-cluster.md)
- [Setup table](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/setup-table.md)
- [Setup ingestion](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/setup-ingestion.md)
- [Decoupling Controller from the Data Path](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/decoupling-controller-from-the-data-path.md): For Real Time Pinot tables
- [Segment Assignment](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/segment-assignment.md): This page introduces all the segment assignment strategies, when to use them, and how to configure them
- [Instance Assignment](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/instance-assignment.md): This page introduces all the instance assignment strategies, when to use them, and how to configure them
- [Rebalance](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/rebalance.md): This page describes how to rebalance a table
- [Rebalance Servers](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/rebalance/rebalance-servers.md)
- [Rebalance Brokers](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/rebalance/rebalance-brokers.md)
- [Tiered Storage](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/tiered-storage.md)
- [Pinot managed Offline flows](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/pinot-managed-offline-flows.md)
- [Minion merge rollup task](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/minion-merge-rollup-task.md)
- [Access Control](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/access-control.md)
- [Monitoring](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/monitoring.md)
- [Tuning](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/tuning.md)
- [Realtime](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/tuning/realtime.md)
- [Routing](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/tuning/routing.md)
- [Upgrading Pinot with confidence](https://docs.pinot.apache.org/release-0.10.0/operators/operating-pinot/upgrading-pinot-cluster.md): This page describes the pinot cross-release compatibility test suite.
- [Command-Line Interface (CLI)](https://docs.pinot.apache.org/release-0.10.0/operators/cli.md)
- [Configuration Recommendation Engine](https://docs.pinot.apache.org/release-0.10.0/operators/configuration-recommendation-engine.md): This page describes the automated mechanisms we have for recommending a suitable configuration for your deployment.
- [Tutorials](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials.md): Here you will find a collection of how-to guides for operators or developers
- [Authentication, Authorization, and ACLs](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/authentication-authorization-and-acls.md): Set up HTTP basic auth and ACLs for access to controller and broker
- [Configuring TLS/SSL](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/configuring-tls-ssl.md): Set up TLS-secured connections inside and outside your cluster
- [Build Docker Images](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/build-docker-images.md)
- [Running Pinot in Production](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/running-pinot-in-production.md)
- [Kubernetes Deployment](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/deployment-pinot-on-kubernetes.md)
- [Amazon EKS (Kafka)](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/non-eks-to-eks.md)
- [Amazon MSK (Kafka)](https://docs.pinot.apache.org/release-0.10.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)
- [Monitor Pinot using Prometheus and Grafana](https://docs.pinot.apache.org/release-0.10.0/operators/tutorials/monitor-pinot-using-prometheus-and-grafana.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.10.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.
