# TablePlus Documentation

## TablePlus Documentation

- [Overview](https://docs.tableplus.com/master.md)
- [Getting Started](https://docs.tableplus.com/getting-started.md)
- [The Interface](https://docs.tableplus.com/gui-tools/the-interface.md)
- [Quick Look](https://docs.tableplus.com/gui-tools/the-interface/quick-look.md)
- [Menu](https://docs.tableplus.com/gui-tools/the-interface/menu.md)
- [Toolbar](https://docs.tableplus.com/gui-tools/the-interface/toolbar.md)
- [Left sidebar](https://docs.tableplus.com/gui-tools/the-interface/left-sidebar.md)
- [Right sidebar](https://docs.tableplus.com/gui-tools/the-interface/right-sidebar.md)
- [Console Log](https://docs.tableplus.com/gui-tools/the-interface/console-log.md)
- [Query Editor](https://docs.tableplus.com/gui-tools/the-interface/query-editor.md)
- [Multi Tabs / Workspaces / Windows](https://docs.tableplus.com/gui-tools/the-interface/multi-tabs-workspaces-windows.md)
- [Open Anything](https://docs.tableplus.com/gui-tools/open-anything.md)
- [Code Review & Safemode](https://docs.tableplus.com/gui-tools/code-review-and-safemode.md)
- [Code Preview](https://docs.tableplus.com/gui-tools/code-review-and-safemode/code-preview.md)
- [Commit changes](https://docs.tableplus.com/gui-tools/code-review-and-safemode/commit-changes.md)
- [Discard changes](https://docs.tableplus.com/gui-tools/code-review-and-safemode/discard-changes.md)
- [Safe mode](https://docs.tableplus.com/gui-tools/code-review-and-safemode/safe-mode.md)
- [Connections & Command Line (CLI)](https://docs.tableplus.com/gui-tools/manage-connections.md)
- [Database](https://docs.tableplus.com/gui-tools/untitled.md)
- [Working with Table](https://docs.tableplus.com/gui-tools/working-with-table.md)
- [Table Basics](https://docs.tableplus.com/gui-tools/working-with-table/table.md)
- [Row](https://docs.tableplus.com/gui-tools/working-with-table/row.md)
- [Column](https://docs.tableplus.com/gui-tools/working-with-table/column.md)
- [Constraint](https://docs.tableplus.com/gui-tools/working-with-table/constraint.md)
- [Index](https://docs.tableplus.com/gui-tools/working-with-table/index.md)
- [Trigger](https://docs.tableplus.com/gui-tools/working-with-table/trigger.md)
- [Filter](https://docs.tableplus.com/gui-tools/filter.md)
- [Database Objects](https://docs.tableplus.com/gui-tools/database-objects.md)
- [Function](https://docs.tableplus.com/gui-tools/database-objects/function.md)
- [Procedure](https://docs.tableplus.com/gui-tools/database-objects/procedure.md)
- [View](https://docs.tableplus.com/gui-tools/database-objects/view.md)
- [Import & Export](https://docs.tableplus.com/gui-tools/import-and-export.md)
- [Backup & Restore](https://docs.tableplus.com/gui-tools/backup-and-restore.md)
- [User Management](https://docs.tableplus.com/gui-tools/user-management.md)
- [Metrics board](https://docs.tableplus.com/gui-tools/metrics-board.md): Build a simple metrics report in less than 5 minutes.
- [Editor Basics](https://docs.tableplus.com/query-editor/untitled.md)
- [Multiple Carets](https://docs.tableplus.com/query-editor/multiple-carets.md)
- [Query Favorite & Keyword Binding](https://docs.tableplus.com/query-editor/keyword-binding-favorite.md)
- [Query History](https://docs.tableplus.com/query-editor/query-history.md)
- [Streaming Results & Async Loading](https://docs.tableplus.com/query-editor/streaming-results-and-async-loading.md)
- [Autocomplete](https://docs.tableplus.com/query-editor/autocomplete.md)
- [Split Panes](https://docs.tableplus.com/query-editor/split-panes.md)
- [Split Results into Tabs](https://docs.tableplus.com/query-editor/split-results-into-tabs.md)
- [Working With Query Results](https://docs.tableplus.com/query-editor/working-with-query-results.md)
- [Format query (beautify/minify/uglify)](https://docs.tableplus.com/query-editor/query-reformat.md)
- [Query Parameters](https://docs.tableplus.com/query-editor/query-parameters.md)
- [Customize Query Editor](https://docs.tableplus.com/query-editor/customize-query-editor.md)
- [General](https://docs.tableplus.com/preferences/general.md)
- [Application](https://docs.tableplus.com/preferences/general/application.md)
- [Table Data](https://docs.tableplus.com/preferences/general/table-data.md)
- [SQL Editor](https://docs.tableplus.com/preferences/general/sql-editor.md)
- [CSV File](https://docs.tableplus.com/preferences/general/csv-file.md)
- [Connections](https://docs.tableplus.com/preferences/general/connections.md)
- [Fonts & Colors](https://docs.tableplus.com/preferences/fonts-and-colors.md)
- [Crash & Security](https://docs.tableplus.com/preferences/crash-and-security.md)
- [Keymap](https://docs.tableplus.com/preferences/keymap.md)
- [Plugin](https://docs.tableplus.com/utilities/plugin.md)
- [DBngin](https://docs.tableplus.com/utilities/dbngin.md)
- [Shortcut Keys](https://docs.tableplus.com/utilities/shortcut-keys.md)
- [Licensing](https://docs.tableplus.com/utilities/licensing.md)
- [Troubleshooting](https://docs.tableplus.com/utilities/troubleshooting.md)
- [LLM Plugin](https://docs.tableplus.com/llm-plugin.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tableplus.com/master.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.
