> 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/build-with-pinot/build-with-pinot.md).

# Overview

Use this section when you are designing tables, ingesting data, querying Pinot, choosing indexes, or connecting Pinot to applications and tools. The goal here is to help you decide what to do next and then take you to the right detailed docs without forcing you through raw reference first.

## Core build workflows

{% content-ref url="/pages/JHGSeFAN7cpJaw9dZyzo" %}
[Data modeling](/build-with-pinot/data-modeling.md)
{% endcontent-ref %}

{% content-ref url="/pages/YqYKvoLQRBDeRhikxqKe" %}
[Ingestion](/build-with-pinot/ingestion.md)
{% endcontent-ref %}

{% content-ref url="/pages/ylJExJhigHcd3NiRoRFT" %}
[Querying & SQL](/build-with-pinot/querying-and-sql.md)
{% endcontent-ref %}

{% content-ref url="/pages/6iTiVOEu4Bqoz6Yeobcj" %}
[Indexing](/build-with-pinot/indexing.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZeU0T4mM3Dqq7C5CKZvi" %}
[Connectors, clients & APIs](/build-with-pinot/connectors-clients-apis.md)
{% endcontent-ref %}

## When to use Reference

If you already know the exact property, endpoint, or plugin you need, jump to the [Reference](/reference/reference.md) section. Build-focused pages in this section explain how pieces fit together. Reference pages stay dense on purpose.

## What this page covered

This page introduced the task-oriented `Build with Pinot` structure and pointed to the main workflows for modeling, ingestion, querying, indexing, and integration.

## Next step

Start with the workflow that matches your immediate task, such as [Data modeling](/build-with-pinot/data-modeling.md) or [Ingestion](/build-with-pinot/ingestion.md).

## Related pages

* [Querying & SQL](/build-with-pinot/querying-and-sql.md)
* [Functions](/functions/functions.md)
* [Connectors, clients & APIs](/build-with-pinot/connectors-clients-apis.md)
* [Reference](/reference/reference.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pinot.apache.org/build-with-pinot/build-with-pinot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
