# Sidebar

**Sidebar** panel shows app main navigation menu. When sidebar is not used, it is invisible, and it is visible when the user swipes a finger from the left edge of the screen.

You can setup a headerImage and a list of icons from [here](https://fontawesome.com/cheatsheet)

**Triggering Sidebar.** Triggered when user picks (selects) an item from Sidbar

![](/files/-LGh4Y1-zuQPiN4jRYiM)

**Creating Sidebar.** You can create a Sidebar menu by following block, there are app's main options in the left edge of screen. The Sidebar is visible if user swipes a finger from left edge of screen. &#x20;

HeaderImagePath could be added from asset folder or point to the Internet or even you can leave it empty. Notice that for ListItems , it provides a CSV of items, and for ListIcons, it provides a CSV of icons from [here](https://fontawesome.com/cheatsheet)

![](/files/-LGh83xPq-LKkhTnHaDV)

**Open Sidebar.** A Sidebar which is already created, can be opened using the following block:&#x20;

![](/files/-LGhF1l1XGV3ZHUtcHi2)

**Checking Sidebar.** You can check if a Sidebar is opened or not  with the following block:

![](/files/-LGhFccHctzZMnwHoe8k)

**Closing Sidebar.** if you want to close a created Sidebar, you can use the below Sidebar , by entering the sidebar name:

![](/files/-LGhGVM07RCDlo6UY7hE)

**Tutorial.** Please check-out e-Book tutorial [HERE](https://help.appybuilder.com/tutorials/creating-e-book).


---

# 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://help.appybuilder.com/components/reference/effects/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.
