# Reset Changes

After editing the table or performing insert/update/delete operations, you can revert any changes by clicking the **Reset** button.&#x20;

1. To undo your most recent change, you can use the Undo button or the keyboard shortcut Ctrl + Z.

<figure><img src="/files/Yo4onbvIwp9k2qqVfUbn" alt=""><figcaption><p>Undo</p></figcaption></figure>

2. If you have made bulk edits to the table, inserted new rows, or duplicated existing ones, you can click the **Reset** button to discard all changes before clicking **Save** if you decide not to proceed with those edits.

<figure><img src="/files/799kiMYhjCWyuxEZm79K" alt=""><figcaption><p>Reset previous operations</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.editable.io/working-with-editable/table-operations-insert-update-delete/reset-changes.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.
