# Console Log

Console log will record all executed queries when turned on.

![](/files/-Ls-MBRcfcRWc-usD_BC)

To open the Console Log, click on the Toggle button near the top right of the window, or use the shortcut keys **`⌘ + ⇧ + C`.**

You can config the console log to show:

* Meta queries only
* Data queries only
* All queries, including meta queries and data queries.

This setting can be found at the bottom left of the console log.

To clear the log, click on the delete button next to the dropdown menu.

![](/files/-LrobbIm0S7zVnK1enuY)


---

# 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/the-interface/console-log.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.
