> For the complete documentation index, see [llms.txt](https://devcontrol2.gitbook.io/devcontrol2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devcontrol2.gitbook.io/devcontrol2/readme/set-up-your-account/customize-sidebar.md).

# Customize sidebar

## Customize sidebar

You can adjust the sidebar so the most important pages stay easy to reach.

This is useful if you want a cleaner layout or faster access to daily controls.

### What you can change

Changes apply only for your profile

* reorder sidebar items
* hide items you do not use
* keep important dashboards near the top

{% hint style="info" %}
Some sidebar items may be fixed by the system configuration and cannot be changed for regular users.
{% endhint %}

### Change the sidebar

{% stepper %}
{% step %}

### Open your profile

Log in to Home Assistant.

Then open your user profile.
{% endstep %}

{% step %}

### Find sidebar settings

Look for the section that controls sidebar visibility or order.

Open the sidebar customization view.
{% endstep %}

{% step %}

### Reorder or hide items

Move the items you use most to the top.

Hide items you do not need every day.
{% endstep %}

{% step %}

### Save and check the result

Return to the main screen.

Confirm that the sidebar now matches the way you work.
{% endstep %}
{% endstepper %}

### Suggested setup

For most users, this order works well:

1. Dashboard
2. Energy
3. Frigate
4. To-do lists

### If you do not see the change

Try this:

* refresh the page once
* log out and log in again
* follow the steps on [Refreshing page](/devcontrol2/readme/troubleshooting/refreshing-page.md)

If the sidebar still does not update, the item may be controlled by the system configuration.

### Photo guide

<figure><img src="/files/dqmubFL8Upd9MKMITRxW" alt="click the profile photo on the left down edge of the interface...."><figcaption><p>Open settings</p></figcaption></figure>

<figure><img src="/files/QNvrfRhYfcaRlZsmVvnO" alt="clik edit under change the order and hide items from the sidebar"><figcaption><p>In settings</p></figcaption></figure>

### Related pages

* [Log in](/devcontrol2/readme/set-up-your-account/log-in.md)
* [Reset password](/devcontrol2/readme/set-up-your-account/reset-password.md)
* [Refreshing page](/devcontrol2/readme/troubleshooting/refreshing-page.md)


---

# 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://devcontrol2.gitbook.io/devcontrol2/readme/set-up-your-account/customize-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.
