# Code Preview

Except the commands executed directly via the query editor, for every change you made via the GUI that you haven't committed to the server, you can see the generated SQL commands in the Code review function.

To see it, click on the Code review button at the left side of the top bar, or use shortcut keys **`⌘ + ⇧ + P`**

![](/files/-LrtQU_b89UVzjK3wcyj)


---

# 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.tableplus.com/gui-tools/code-review-and-safemode/code-preview.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.
