# Open Anything

You can expect this feature to run as the Search Spotlight on macOS.

Click on the Search icon on the Toolbar, or use the shortcut key **`⌘ + P`** and enter a keyword, TablePlus will use fuzzy matching to suggest a list of items to open, including:

* Database
* Schema
* Table
* View
* Materialized view
* Function
* Procedure
* Queries

To open an item from the result list, double-click on the item or use the up arrow and down arrow key to select the item then hit **`Return`**.

![](/files/-LroS40NvWftIxonrsvT)


---

# 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/open-anything.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.
