# Writers

- [S3 Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/s3-writer.md)
- [DB Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/db-writer.md)
- [HDFS Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/hdfs-writer.md)
- [ES Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/es-writer.md)
- [Video Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/video-writer.md)
- [Azure Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/azure-writer.md)
- [ClickHouse Writer (Docker)](https://docs.bdb.ai/data-pipeline-2/components/writers/clickhouse-writer-docker.md): Along with the Spark Driver in RDBMS Writer we have Docker writer that supports TCP port.
- [Sandbox Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/sandbox-writer.md): A Sandbox writer is used to writer data within a configured sandbox environment.
- [MongoDB Writers](https://docs.bdb.ai/data-pipeline-2/components/writers/mongodb-writers.md): We have given two different writers for writing data to MongoDB. The available deployment types for the same are: Spark and Docker.
- [MongoDB Writer](https://docs.bdb.ai/data-pipeline-2/components/writers/mongodb-writers/mongodb-writer.md)
- [MongoDB Writer Lite (PyMongo Writer)](https://docs.bdb.ai/data-pipeline-2/components/writers/mongodb-writers/mongodb-writer-lite-pymongo-writer.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.bdb.ai/data-pipeline-2/components/writers.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.
