> 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/release-1.1.0/basics/getting-started.md).

# Getting Started

## Running Pinot

To simplify the getting started experience, Pinot ships with quick start guides that launch Pinot components in a single process and import pre-built datasets.

For a full list of these guides, see [Quick Start Examples](/release-1.1.0/basics/getting-started/quick-start.md).

{% content-ref url="/pages/-M18E1t\_0W-wKBfdyCpM" %}
[Running Pinot locally](/release-1.1.0/basics/getting-started/running-pinot-locally.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M18TcTXy6fhfsE\_q4-l" %}
[Running Pinot in Docker](/release-1.1.0/basics/getting-started/running-pinot-in-docker.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lu7VDP3weOqHi5F5Hub" %}
[Running in Kubernetes](/release-1.1.0/basics/getting-started/kubernetes-quickstart.md)
{% endcontent-ref %}

### Deploy to a public cloud

{% content-ref url="/pages/-LtSSCd6JxwgVtQyfcGL" %}
[Running on Azure](/release-1.1.0/basics/getting-started/public-cloud-examples/azure-quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LtSSRHXBSyF5asjplJW" %}
[Running on GCP](/release-1.1.0/basics/getting-started/public-cloud-examples/gcp-quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LtSS5T8D3UfvbLGyqBJ" %}
[Running on AWS](/release-1.1.0/basics/getting-started/public-cloud-examples/aws-quickstart.md)
{% endcontent-ref %}

## Data import examples

Getting data into Pinot is easy. Take a look at these two quick start guides which will help you get up and running with sample data for offline and real-time [tables](/release-1.1.0/basics/components/table.md).

{% content-ref url="/pages/-M18U57ah-9zgknZ\_4vJ" %}
[Batch import example](/release-1.1.0/basics/getting-started/pushing-your-data-to-pinot.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M1Rjx\_c3eVu0HXCUuie" %}
[Stream ingestion example](/release-1.1.0/basics/getting-started/pushing-your-streaming-data-to-pinot.md)
{% endcontent-ref %}


---

# 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/release-1.1.0/basics/getting-started.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.
