> 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/reference/reference.md).

# Overview

Use this section when you already know what object you need to inspect: a table property, a controller or broker endpoint, a plugin matrix, or a release note. Reference pages stay dense and exact. If you want task-oriented guidance first, start in [Build with Pinot](/build-with-pinot/build-with-pinot.md).

## Reference areas

{% content-ref url="/pages/47GdtF4NYh8aScIoQAsp" %}
[Configuration reference](/reference/configuration-reference.md)
{% endcontent-ref %}

{% content-ref url="/pages/D5aKD2msGmHoUL8uXD1o" %}
[API reference](/reference/api-reference.md)
{% endcontent-ref %}

{% content-ref url="/pages/p48kxH1tx9VJs0KtujJA" %}
[Plugin reference](/reference/plugin-reference.md)
{% endcontent-ref %}

{% content-ref url="/pages/vHKrIXxQm6UDChA5eIkg" %}
[Release notes](/reference/release-notes.md)
{% endcontent-ref %}

## What this page covered

This page defined the role of the reference section and split it into configuration, API, plugin, and release-note material.

## Next step

Open the reference area that matches the exact detail you need, such as [Configuration reference](/reference/configuration-reference.md) or [API reference](/reference/api-reference.md).

## Related pages

* [Build with Pinot](/build-with-pinot/build-with-pinot.md)
* [Querying & SQL](/build-with-pinot/querying-and-sql.md)
* [Release notes](/reference/release-notes.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/reference/reference.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.
