> For the complete documentation index, see [llms.txt](https://docs.qore.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qore.dev/table/manage-table/manage-row.md).

# Manage Row

### Add Row

There are two ways to add row in your table:

1. Click "Add Row" button on top of your table\
   ![](/files/5WBF9VvptlC3ghtV28GY)
2. Click (+) button on bottom of your table\
   ![](/files/oXNrSgSqUR6EPreFfvIX)

### Add Row with Constrain and Validation

If you had field with constrain or validation on your table, then you want to add row on that table, your new row would not save directly. Instead, there would be a highlight and a sign on the row that says your data should meet the validation before it saved to the database.

**Example:**

![](/files/l71511l8kquPAMFWmE4x)

### Delete Row

Steps to delete row on your table:

1. Hover on row you desire to delete, click on triple dot icon\
   ![](/files/MQmWn6kqcokSZ1xBFsFe)
2. Click "Delete this row" option\
   ![](/files/yLrkUwRz0VZbkfzQPX99)

{% hint style="warning" %}
**Warning:** You can't undo deleted row or retrieve your deleted data. So before you delete your row, make sure you didn't use the data.
{% endhint %}

### Delete Multiple Row


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qore.dev/table/manage-table/manage-row.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
