# Autocomplete

TablePlus suggests as you type. Objects to be suggested includes databases, tables, keywords, columns.

You can change the Auto Complete options by clicking on the config/setting button at the bottom left of the editor and choose Autocomplete options. Select/unselect to include/exclude in the suggestion:

* Tables
* Keywords
* Auto prefix schemas
* Auto uppercase keywords. You can also enable/disable this option via the app's preferences (**`⌘ + ,`**) at the General tab.

![](/files/-LruEohKk_ebdYMxxvWa)


---

# 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/query-editor/autocomplete.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.
