# Field Merge Builder

The Field Merge Builder is a way of joining/appending data together that is in a bloc with the final output being one value in the field. You can add as many fields as you like to the value of the field, and you can even write your own characters inside the value too.<br>

{% hint style="info" %}
**Note:** And understanding of our [Field Slugs](/blocworx-documentation/bloc-editor/bloc-settings/list-of-available-field-slugs.md) is required to use this field. However you may find it intuitive enough to use by itself by simply clicking "Click to View Fields to Add" and begin clicking the fields you want in the merged data.
{% endhint %}

The requirement for a field to be considered an actual field inside the data is that it must be wrapped in a tag called \[BW], for example, lets say we want to combine the value of Field A and Field B, then the format is \[BW]field\_a\[/BW]\[BW]field\_b\[/BW]. The reason we do this is it allows to write freehand text in the field so the software knows the difference when trying to update the value.

![Here is an example with some freehand text, some characters like -- and \_\_ and the fields. See below for the output of this example. As you can ,it supports spaces (after SAMPLE)](/files/aXvfZIJOYu5K8X1veBuJ)

![](/files/r1GklLmli4yZBQQLLabj)


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/dynamic-output-and-variable-components/field-merge-builder.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.
