> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/how-to/opening-the-pixiebrix-sidebar.md).

# Opening the PixieBrix Sidebar

Some mods are accessible via the PixieBrix Sidebar. Specifically any mods that use the [Sidebar Panel](/developing-mods/developer-concepts/types-of-mods/sidebar-panel.md) as a starter brick.&#x20;

To access the PixieBrix sidebar, click the PixieBrix icon in the Chrome Extension bar.&#x20;

<figure><img src="/files/zYxPX9t91xaBjfW8NtKf" alt=""><figcaption></figcaption></figure>

Don't see the PixieBrix icon? You can click the Puzzle icon and PixieBrix will show up below.

&#x20;

<figure><img src="/files/QZpgOsLiphtQH6FQi8F0" alt="" width="375"><figcaption></figcaption></figure>

Learn more about [Pinning the Chrome Extension](/how-to/pinning-the-chrome-extension.md) so you can always access that icon.


---

# 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://docs.pixiebrix.com/how-to/opening-the-pixiebrix-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.
