# Get unique groups/values

The Get unique groups/value step allows you to get the values from a column or unique groups of values from a combination of several columns.

### Step parameters

* `Get unique groups/values in columns` **column(array)\***: Select one or several columns that will be combined to constitute unique groups of values

### Example

**Input**

<figure><img src="/files/NRTixcYgxOj4S7dpM7QJ" alt=""><figcaption><p>Aggregate - get unique groups / values input</p></figcaption></figure>

**Configuration**

```json
{
    "columns": ["category", "product"]
}
```

**Output**

<figure><img src="/files/fjZpjnA4urSoF2O80eLs" alt=""><figcaption><p>Aggregate - get unique groups / values output</p></figcaption></figure>


---

# 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-v3.toucantoco.com/data-management-in-datahub/datasets-in-toucan/preparing-data/overview-of-youprep-tm/aggregate/get-unique-groups-values.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.
