> For the complete documentation index, see [llms.txt](https://fig.gitbook.io/fig/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fig.gitbook.io/fig/get-started/fig-home/the-sidebar.md).

# The Sidebar

The Fig Sidebar attaches to the right of your Terminal. The sidebar gives you one click access to code snippets you use frequently. Clicking on a sidebar item runs it directly in the Terminal for you

### Adding Items

You can add and remove items to the Sidebar from Sidebar tab in `fig home`

For each item you can: choose an emoji, add a label, and add a code snippet

**✨Hints**

* Fig suggests some helpful shortcuts at the bottom of the page
* Take advantage of the Fig CLI
  * e.g. `fig web [url]` can quickly open a website for you
  * `fig app_name` will open an app for you
* Installing an App automatically adds it your sidebar (with a nice image too)

![](/files/-MD7vAh0bxvwwr9tBPaf)

### Next Version

*The next version of the **Fig Sidebar** is planned for early-mid August*

**Currently**: The Sidebar is static. The same sidebar will appear next to every terminal window.&#x20;

**Next Version**: The Sidebar will be contextual. You will be able to customize your sidebar depending on your environment (like what directory you're currently in, what apps you have open, what your teammates are doing)

Some examples of what a contextual sidebar can do:

* show a readme icon when a readme is in your current directory
* show scripts that are most relevant to a specific directory
* show what apps and scripts are most commonly used by your team in a specific folder


---

# 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 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://fig.gitbook.io/fig/get-started/fig-home/the-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.
