# Data Mapper

Data Mapper is a tool in ZBrain Flow designed to manipulate data structures by transforming and mapping data from one format to another. It helps streamline data processing, ensuring seamless integration between different systems and workflows.

To integrate Data Mapper with ZBrain Flow, follow these detailed steps:

* Click the '+' button in the Flow and search for Data Mapper in ZBrain Flow.
* Select the specific task from the list you want to include in the Flow.

### **Advanced Mapping** <a href="#advanced-mapping" id="advanced-mapping"></a>

Transforms data from one format to another by defining mappings.

**How to Configure Advanced Mapping in ZBrain Flow?**

1. Enter the Mapping Content in JSON format to define how data should be transformed.
2. Click the '*f'* button to add dynamic values where needed.


---

# 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.zbrain.ai/zbrain-documentation/zbrain-builder/flows/flow-components/data-mapper.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.
