# Transformations

- [SQL Component](https://docs.bdb.ai/data-pipeline-2/components/transformations/sql-component.md): SQL transformer applies SQL operations to transform and manipulate data, providing flexibility and expressiveness in data transformations within a data pipeline.
- [Dateprep Script Runner](https://docs.bdb.ai/data-pipeline-2/components/transformations/dateprep-script-runner.md)
- [File Splitter](https://docs.bdb.ai/data-pipeline-2/components/transformations/file-splitter.md)
- [Rule Splitter](https://docs.bdb.ai/data-pipeline-2/components/transformations/rule-splitter.md)
- [Stored Producer Runner](https://docs.bdb.ai/data-pipeline-2/components/transformations/stored-producer-runner.md)
- [Flatten JSON](https://docs.bdb.ai/data-pipeline-2/components/transformations/flatten-json.md)
- [Email Component](https://docs.bdb.ai/data-pipeline-2/components/transformations/email-component.md)
- [Pandas Query Component](https://docs.bdb.ai/data-pipeline-2/components/transformations/pandas-query-component.md)
- [Enrichment Component](https://docs.bdb.ai/data-pipeline-2/components/transformations/enrichment-component.md)
- [Mongo Aggregation](https://docs.bdb.ai/data-pipeline-2/components/transformations/mongo-aggregation.md)
- [Data Loss Protection](https://docs.bdb.ai/data-pipeline-2/components/transformations/data-loss-protection.md)
- [Data Preparation (Docker)](https://docs.bdb.ai/data-pipeline-2/components/transformations/data-preparation-docker.md)
- [Rest Api Component](https://docs.bdb.ai/data-pipeline-2/components/transformations/rest-api-component.md)
- [Schema Validator](https://docs.bdb.ai/data-pipeline-2/components/transformations/schema-validator.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/transformations.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.
