# Add Row

You can add a row by passing Column Name-value pairs.

## How to Access This Feature

* Click "+" button and select "Others ..." -> "Add Row Manually"

![](/files/-MARzL37gL7FWDLVxubj)

### Add Row Manually

![](/files/-MARzL3BXakbzVOmnFom)

1. Select Column that you want to set a value.
2. Enter a value for the column in the Expression field.
3. Click "Run" to add a new row.

If you want to enter values for the other columns in the row, you can click "+Add New" on the "Add Row Manually" step.

![](/files/-MARzL3EAjpVaESn0w4H)

Then repeat the same for the other columns, and you can add a row like the below screenshot.

![](/files/-MARzL3M72Xd3Ji_8KZv)


---

# 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/add_row.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.
