> For the complete documentation index, see [llms.txt](https://docs.tableplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tableplus.com/gui-tools/code-review-and-safemode.md).

# Code Review & Safemode

{% hint style="info" %}
This is one of the most important features where it allows you to take control of the changes you have made on your data. All changes made via GUI will be pending until you actually commit them to the server, and safe mode will be more strict when asking for password to confirm your actions.

No more accidentally delet data or making changes without you being aware of.
{% endhint %}

{% content-ref url="/pages/-Lrjn24NLeXAWTvQKxlo" %}
[Code Preview](/gui-tools/code-review-and-safemode/code-preview.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lrjmt84Q6vOw3YAYvXW" %}
[Commit changes](/gui-tools/code-review-and-safemode/commit-changes.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lrjn9yMmy4dzfVHUJ2o" %}
[Discard changes](/gui-tools/code-review-and-safemode/discard-changes.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LrjmkrDtMgJt-C4p7fU" %}
[Safe mode](/gui-tools/code-review-and-safemode/safe-mode.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.tableplus.com/gui-tools/code-review-and-safemode.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.
