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

# Sidebar settings

The Manage Sidebar page allows you to customise which pages and sections appear in the left-hand sidebar. With this interactive editor, you can drag and drop items to reorder the menu and create new sections with custom section divider titles—helpful for organising content into clear sections.

### Reordering Sections & Items

To rearrange the menu:&#x20;

* Drag and drop sections and items to reorder them as needed.

### Adding & Removing Items

To manage the contents of a section:

1. Click the three dots on the right-hand side of the section box to open the options panel.&#x20;
2. Click Manage Items to add or remove pages within this section.&#x20;
3. To add an item – tick the checkbox next to it.&#x20;
4. To remove an item – untick the checkbox.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/lpx44qzb4k>" %}

### Adding & Editing Sections

To add a new section, click Add Section. You can then:&#x20;

* Drag items into it manually.
* Click Manage Items to add or remove pages within the section.&#x20;

To edit a section heading, click Edit Heading.

To delete a section, click Delete Section.

### Saving Changes

Click Save to apply your changes or Cancel to discard any edits.

By customising the sidebar, you can ensure a well-structured and easy-to-navigate menu for your users.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.eventflowapp.com/eventflow-cms/sidebar-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
