# Folder & Sidebar

### Show / Hide Folders

For better performance, consider hiding folders in the sidebar. This is a technical debt and I'm working hard to fix this. Sorry for the inconvenience.

To show or hide folders, check/uncheck **View > Show Folders**

<figure><img src="/files/nWEBZVA57qldMvfZ2s8a" alt="" width="563"><figcaption><p>Show or Hide Folders</p></figcaption></figure>

### Pinned Chats

To quickly access certain chats, you can pin them to the top section.

To pin a chat, right-click and choose "Pin Chat".

<figure><img src="/files/tQIrsoyTmPti7VkwunCi" alt="" width="563"><figcaption><p>Pinned Chats show on top</p></figcaption></figure>

### Hidden Chats

Sometimes you want to declutter the sidebar but you don't want to archive the chats. You can choose to hide them instead.

You can always show hidden chats in the menu View > Hidden Chats.

<figure><img src="/files/h1FL2Mg19ESjSIitolx4" alt="" width="563"><figcaption><p>Show Hidden Chats</p></figcaption></figure>

### Sort Chats

You can change this option easily in the menu View > Sort Chats By.

Starting from version 1.16.8, chats are sorted by edited date by default. Folders are always sorted by custom sort order (you can drag folders to reorder them)

<figure><img src="/files/ATKUpV5S97nuObWJB0aJ" alt="" width="563"><figcaption><p>Sort Chats in Sidebar</p></figcaption></figure>

### Compact Sidebar

For a more compact sidebar, select **View > Compact Sidebar**

<figure><img src="/files/QyM1vzKItKn9evMtjoRA" alt="" width="375"><figcaption><p>Compact Sidebar</p></figcaption></figure>


---

# 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.boltai.com/docs/chat-ui/folder-and-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.
