# Architecture & Concepts

- [Concepts](https://docs.pinot.apache.org/architecture-and-concepts/concepts.md): Explore the fundamental concepts of Apache Pinot™ as a distributed OLAP database.
- [Pinot Storage Model](https://docs.pinot.apache.org/architecture-and-concepts/concepts/pinot-storage-model.md)
- [Architecture](https://docs.pinot.apache.org/architecture-and-concepts/concepts/architecture.md): Understand how the components of Apache Pinot™ work together to create a scalable OLAP database that can deliver low-latency, high-concurrency queries at scale.
- [Components](https://docs.pinot.apache.org/architecture-and-concepts/components.md): Discover the core components of Apache Pinot, enabling efficient data processing and analytics. Unleash the power of Pinot's building blocks for high-performance data-driven applications.
- [Cluster](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster.md): Learn to build and manage Apache Pinot clusters, uncovering key components for efficient data processing and optimized analysis.
- [Tenant](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster/tenant.md): Discover the tenant component of Apache Pinot, which facilitates efficient data isolation and resource management within Pinot clusters.
- [Server](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster/server.md): Uncover the efficient data processing and storage capabilities of Apache Pinot's server component, optimizing performance for data-driven applications.
- [Controller](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster/controller.md): Discover the controller component of Apache Pinot, enabling efficient data and query management.
- [Broker](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster/broker.md): Discover how Apache Pinot's broker component optimizes query processing, data retrieval, and enhances data-driven applications.
- [Minion](https://docs.pinot.apache.org/architecture-and-concepts/components/cluster/minion.md): Explore the minion component in Apache Pinot, empowering efficient data movement and segment generation within Pinot clusters.
- [Table](https://docs.pinot.apache.org/architecture-and-concepts/components/table.md): Explore the table component in Apache Pinot, a fundamental building block for organizing and managing data in Pinot clusters, enabling effective data processing and analysis.
- [Segment](https://docs.pinot.apache.org/architecture-and-concepts/components/table/segment.md): Discover the segment component in Apache Pinot for efficient data storage and querying within Pinot clusters, enabling optimized data processing and analysis.
- [Deep Store](https://docs.pinot.apache.org/architecture-and-concepts/components/table/segment/deep-store.md): Leverage Apache Pinot's deep store component for efficient large-scale data storage and management, enabling impactful data processing and analysis.
- [Segment Threshold](https://docs.pinot.apache.org/architecture-and-concepts/components/table/segment/segment-threshold.md): Learn how segment thresholds work in Pinot.
- [Segment Retention](https://docs.pinot.apache.org/architecture-and-concepts/components/table/segment/segment-retention.md): In this Apache Pinot concepts guide, we'll learn how segment retention works.
- [Schema](https://docs.pinot.apache.org/architecture-and-concepts/components/table/schema.md): Explore the Schema component in Apache Pinot, vital for defining the structure and data types of Pinot tables, enabling efficient data processing and analysis.
- [Time Boundary](https://docs.pinot.apache.org/architecture-and-concepts/components/table/time-boundary.md): Learn about time boundaries in hybrid tables.
- [Logical Table](https://docs.pinot.apache.org/architecture-and-concepts/components/table/logical-table.md): Learn about Logical Tables in Apache Pinot, which provide a unified query interface over multiple physical tables for flexible data organization.
- [Pinot Data Explorer](https://docs.pinot.apache.org/architecture-and-concepts/components/exploring-pinot.md): Pinot Data Explorer is a user-friendly interface in Apache Pinot for interactive data exploration, querying, and visualization.


---

# 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/architecture-and-concepts.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.
