# Left sidebar

![](/files/-LrzTceQYdnueL8gSVaz)

## Quick Navigation

There's a quick navigation bar on top of the left sidebar which enable you to:

* Open the list of saved connections and make a switch
* Open the list of databases in the current connection and make a switch
* Open a new Query Editor

| **Icon**                                                        | **Description**   | **Shortcut Keys** |
| --------------------------------------------------------------- | ----------------- | ----------------- |
| <img src="/files/-LrySQ_mEhtEeWM6wuTI" alt="" data-size="line"> | Show Connections  | ⌘ + ⇧ + K         |
| <img src="/files/-Lrntpnj8wsd13ju10oZ" alt="" data-size="line"> | Show Databases    | ⌘ + K             |
| <img src="/files/-LrntylX1OfNHdT6osGc" alt="" data-size="line"> | Open Query Editor | ⌘ + Return        |

## Sidebar Items

Left sidebar give you quick access to the list of database objects: [tables](/gui-tools/working-with-table.md), [views](/gui-tools/database-objects/view.md), [functions](/gui-tools/database-objects/function.md), [procedures](/gui-tools/database-objects/procedure.md); queries [favourite](/query-editor/keyword-binding-favorite.md) and [history](/query-editor/query-history.md).

The search box enables you to search for any items listed on the left sidebar using fuzzy matching.

Find the sidebar setting from the dropdown menu at the bottom so you can choose:

* **Show/hide recent section**. The recent section on the left sidebar shows the last 5 opened items from the current database.
* **Show/hide function section**. This function section shows the functions and procedures of the current database.
* **Show/hide system schemas**: This allows you to select system schemas from the schema list at the bottom of the left sidebar. For example, you can find information\_schema, pg\_catalog, pg\_toast.

![Right sidebar](/files/-LrirVWfUPRvHqnh4Vf9)

When you have multiple databases at the same time, TablePlus will show another left sidebar with the database icon so you can quickly switch between different databases.

### **Show DB name & connection name**‌

When you open multiple databases from different connections, for better differentiate them, you can find the config button at the bottom left corner and choose to:

* Show/hide database name
* Show/hide connection name

![Right sidebar with multiple connections](/files/-LrirwaKQWr3YZQXEzyI)

### **Pin to top**

From the list of database objects on the left sidebar, you can choose to pin some items so they always be shown on the top of the list.&#x20;

* To pin, right click on the table/view/function name and choose **`Pin to top`**.
* To unpin, right click on the pinned item and choose **`Unpin from top`**.


---

# 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/left-sidebar.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.
