# Tutorials

- [Pinot Architecture](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-architecture.md)
- [Store Data](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/store-data.md)
- [Batch Tables](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/store-data/offline-tables.md)
- [Streaming Tables](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/store-data/realtime-tables.md)
- [Ingest Data](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors.md): How to turn on the water valve
- [Batch](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch.md)
- [Creating Pinot Segments](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/create-pinot-segments.md)
- [Write your batch](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/write-your-batch.md)
- [HDFS](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/hdfs.md)
- [AWS S3](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/s3.md)
- [Azure Storage](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/azure.md)
- [Google Cloud Storage](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/batch/gcs.md)
- [Streaming](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming.md)
- [Creating Pinot Segments](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/create-pinot-segments.md)
- [Write your stream](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/write-your-stream.md): This page describes how to write your own streams to plug to Pinot. Two modes are available: high and low level.
- [Kafka](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/kafka.md): This page describes how to connect Kafka to Pinot
- [Azure EventHub](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/eventhub.md)
- [Amazon Kinesis](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/kinesis.md)
- [Google Pub/Sub](https://docs.pinot.apache.org/release-0.4.0/developers/tutorials/pinot-connectors/streaming/google-pub-sub.md)


---

# 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/release-0.4.0/developers/tutorials.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.
