# Develop & Contribute

- [Codebase Basics](https://docs.pinot.apache.org/develop-and-contribute/codebase-basics.md)
- [Code Setup](https://docs.pinot.apache.org/develop-and-contribute/codebase-basics/code-setup.md)
- [Code Modules and Organization](https://docs.pinot.apache.org/develop-and-contribute/codebase-basics/code-modules-and-organization.md): Overview of the Apache Pinot Maven modules and how the codebase is organized.
- [Dependency Management](https://docs.pinot.apache.org/develop-and-contribute/codebase-basics/dependency-management.md)
- [Build Docker Images](https://docs.pinot.apache.org/develop-and-contribute/codebase-basics/build-docker-images.md)
- [Extending Pinot](https://docs.pinot.apache.org/develop-and-contribute/extending-pinot.md)
- [Writing Custom Aggregation Function](https://docs.pinot.apache.org/develop-and-contribute/extending-pinot/custom-aggregation-function.md)
- [Segment Fetchers](https://docs.pinot.apache.org/develop-and-contribute/extending-pinot/segment-fetchers.md)
- [Plugins](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture.md)
- [Write Custom Plugins](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins.md)
- [Input Format Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/record-reader.md)
- [Filesystem Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/pluggable-storage.md)
- [Batch Segment Fetcher Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/write-your-batch.md)
- [Stream Ingestion Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/write-your-stream.md): This page describes how to write your own stream ingestion plugin for Pinot.
- [Time Series Language Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/time-series-language-plugin.md): Describes how you can support custom or novel Time Series Query Languages like PromQL, M3QL, etc.
- [Segment Uploader Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/segment-uploader-plugin.md)
- [Segment Writer Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/segment-writer-plugin.md)
- [Metrics Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/metrics-plugin.md)
- [Minion Task Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/minion-task-plugin.md): Write a custom Minion task plugin with a task generator and task executor.
- [Opchain Converter Plugin](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/opchain-converter-plugin.md): Learn how to implement a custom OpChain converter for multi-stage engine extensibility
- [Config Validator SPI](https://docs.pinot.apache.org/develop-and-contribute/plugin-architecture/write-custom-plugins/config-validator-spi.md)
- [Design Documents](https://docs.pinot.apache.org/develop-and-contribute/design-documents.md): Index of design documents and how to propose new ones
- [Segment Writer API](https://docs.pinot.apache.org/develop-and-contribute/design-documents/segment-writer-api.md)
- [Contributing](https://docs.pinot.apache.org/develop-and-contribute/contributing.md)
- [Contribution Guidelines](https://docs.pinot.apache.org/develop-and-contribute/contributing/contribution-guidelines.md)
- [Contribute Pinot Documentation](https://docs.pinot.apache.org/develop-and-contribute/contributing/contributing.md)
- [Update Documentation](https://docs.pinot.apache.org/develop-and-contribute/contributing/update-document.md)
- [Style Guide](https://docs.pinot.apache.org/develop-and-contribute/contributing/style-guide.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/develop-and-contribute.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.
