# Tutorials

- [Authentication, Authorization, and ACLs](https://docs.pinot.apache.org/release-0.12.1/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.12.1/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.12.1/operators/tutorials/build-docker-images.md)
- [Running Pinot in Production](https://docs.pinot.apache.org/release-0.12.1/operators/tutorials/running-pinot-in-production.md)
- [Kubernetes Deployment](https://docs.pinot.apache.org/release-0.12.1/operators/tutorials/deployment-pinot-on-kubernetes.md)
- [Amazon EKS (Kafka)](https://docs.pinot.apache.org/release-0.12.1/operators/tutorials/non-eks-to-eks.md)
- [Amazon MSK (Kafka)](https://docs.pinot.apache.org/release-0.12.1/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.12.1/operators/tutorials/monitor-pinot-using-prometheus-and-grafana.md)
- [Performance Optimization Configurations](https://docs.pinot.apache.org/release-0.12.1/operators/tutorials/performance-optimization-configurations.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.12.1/operators/tutorials.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.
