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

# Workload Playbooks

- [Overview](https://docs.pinot.apache.org/workload-playbooks/playbooks.md): End-to-end guides for canonical Apache Pinot workloads.
- [Real-Time Product Analytics](https://docs.pinot.apache.org/workload-playbooks/real-time-product-analytics.md): End-to-end guide for building sub-second dashboards over Kafka event streams with Apache Pinot.
- [CDC / Upsert Pipeline](https://docs.pinot.apache.org/workload-playbooks/cdc-upsert-pipeline.md): End-to-end guide for keeping Pinot in sync with a transactional database using CDC and upserts.
- [Hybrid Real-Time + Offline](https://docs.pinot.apache.org/workload-playbooks/hybrid-offline-realtime.md): End-to-end guide for combining low-latency streaming with high-quality batch backfills in a single Pinot table.
- [Multi-Tenant Analytics](https://docs.pinot.apache.org/workload-playbooks/multi-tenant-analytics.md): End-to-end guide for serving multiple customers from a shared Pinot cluster with resource and data isolation.
- [Text Search Analytics](https://docs.pinot.apache.org/workload-playbooks/text-search-analytics.md): End-to-end guide for combining full-text search with OLAP aggregations in Apache Pinot.


---

# 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:

```
GET https://docs.pinot.apache.org/workload-playbooks.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.
