# Task Components

- [Readers](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers.md): All the available Reader Task components are included in this section.
- [HDFS Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/hdfs-reader.md)
- [MongoDB Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/mongodb-reader.md)
- [DB Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/db-reader.md)
- [S3 Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/s3-reader.md)
- [Azure Blob Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/azure-blob-reader.md)
- [ES Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/es-reader.md)
- [Sandbox Reader](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/readers/sandbox-reader.md)
- [Writers](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers.md): All the available Writer Task components for a Job are explained in this section.
- [HDFS Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/hdfs-writer.md)
- [Azure Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/azure-writer.md)
- [DB Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/db-writer.md)
- [ES Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/es-writer.md)
- [S3 Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/s3-writer.md)
- [Sandbox Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/sandbox-writer.md)
- [Mongodb Writer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/mongodb-writer.md)
- [Kafka Producer](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/writers/kafka-producer.md)
- [Transformations](https://docs.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components/transformations.md): This page aims to explain the various transformation options provided on the Jobs Editor page.


---

# 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.bdb.ai/data-pipeline-3/getting-started/homepage/create/creating-a-new-job/task-components.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.
