# Keep Only Unique Rows

## How to Access This Feature

* Click "+" button and select "Keep Only ..." menu. Then select its "Unique Rows" submenu.
* You can also select "Keep Only ..." from the column menu of the column(s) which you want to be unique in the result, and then select "Unique Rows" from its submenu.

## Keep Only Unique Rows

* Select the column to make unique in the result from "Based on These Columns" column selector.
* Specify whether to keep other columns in the result with "Keep Other Columns" dropdown.
* 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/distinct.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.
