# For Operators

- [Deployment and Monitoring](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot.md)
- [Set up cluster](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/setup-cluster.md)
- [Server Startup Status Checkers](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/server-startup-status-checkers.md)
- [Set up table](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/setup-table.md)
- [Set up ingestion](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/setup-ingestion.md)
- [Decoupling Controller from the Data Path](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/decoupling-controller-from-the-data-path.md): Decouple the controller from the data path for real-time Pinot tables.
- [Segment Assignment](https://docs.pinot.apache.org/release-1.3.0/for-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-1.3.0/for-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-1.3.0/for-operators/operating-pinot/rebalance.md): This page describes how to rebalance a table
- [Rebalance Servers](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/rebalance/rebalance-servers.md)
- [Rebalance Brokers](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/rebalance/rebalance-brokers.md)
- [Rebalance Tenant](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/rebalance/rebalance-tenant.md)
- [Separating data storage by age](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/separating-data-storage-by-age.md)
- [Using multiple tenants](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/separating-data-storage-by-age/moving-segments-across-tenants.md)
- [Using multiple directories](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/separating-data-storage-by-age/using-multiple-directories.md)
- [Pinot managed Offline flows](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/pinot-managed-offline-flows.md)
- [Minion merge rollup task](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/minion-merge-rollup-task.md)
- [Consistent Push and Rollback](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/consistent-push-and-rollback.md)
- [Access Control](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/access-control.md)
- [Monitoring](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/monitoring.md)
- [Tuning](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning.md)
- [Tuning Default MMAP Advice](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning/tuning-default-mmap-advice.md): Adding on behalf of Dino Occhialini \[https://github.com/dinoocch]
- [Real-time](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning/realtime.md): Learn about tuning real-time tables.
- [Routing](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning/routing.md)
- [Query Routing using Adaptive Server Selection](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning/query-routing-using-adaptive-server-selection.md)
- [Query Scheduling](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/tuning/query-scheduling.md): Schedule queries to prioritize them.
- [Upgrading Pinot with confidence](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/upgrading-pinot-cluster.md): This page describes the Pinot cross-release compatibility test suite.
- [Managing Logs](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/managing-logs.md)
- [OOM Protection Using Automatic Query Killing](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/oom-protection-using-automatic-query-killing.md): Pinot's built in heap usage monitoring and OOM protection
- [Pause ingestion based on resource utilization](https://docs.pinot.apache.org/release-1.3.0/for-operators/operating-pinot/pause-ingestion-based-on-resource-utilization.md): Pause and Un-pause Ingestion based on Resource Utilization
- [Command-Line Interface (CLI)](https://docs.pinot.apache.org/release-1.3.0/for-operators/cli.md)
- [Configuration Recommendation Engine](https://docs.pinot.apache.org/release-1.3.0/for-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-1.3.0/for-operators/tutorials.md): Here you will find a collection of how-to guides for operators or developers
- [Authentication](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/authentication.md): Set up HTTP basic auth and ACLs for access to controller and broker
- [Basic auth access control](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/authentication/basic-auth-access-control.md): Set up BasicAuthAccessControl for access to controller and broker
- [ZkBasicAuthAccessControl](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/authentication/zkbasicauthaccesscontrol.md): Set up ZkBasicAuthAccessControl for access to controller and broker
- [Configuring TLS/SSL](https://docs.pinot.apache.org/release-1.3.0/for-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-1.3.0/for-operators/tutorials/build-docker-images.md)
- [Running Pinot in Production](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/running-pinot-in-production.md)
- [Kubernetes Deployment](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/deployment-pinot-on-kubernetes.md)
- [Amazon EKS (Kafka)](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/non-eks-to-eks.md)
- [Amazon MSK (Kafka)](https://docs.pinot.apache.org/release-1.3.0/for-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-1.3.0/for-operators/tutorials/monitor-pinot-using-prometheus-and-grafana.md)
- [Performance Optimization Configurations](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/performance-optimization-configurations.md)
- [Segment Operations Throttling](https://docs.pinot.apache.org/release-1.3.0/for-operators/tutorials/segment-operations-throttling.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-1.3.0/for-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.
