# Unite

## How to Access This Feature

* Click "+" button and select "Unite".
* You can also select columns to unite first, and then select "Unite" from the column menu of one of the selected columns

## Unite multiple columns together into one column

1. Specify names of new united column in "New Column Name" text field.
2. Select columns to unite from "Columns to Unite".
3. Specify separating text in "Separate by" text field.
4. Specify whether to remove original columns by "Drop Source Columns" dropdown.
5. Click "Run".


---

# 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.exploratory.io/data-wrangling/unite.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.
