# Customise Left Sidebar Menu

A question that often arises is how to remove certain menu items from the left-hand sidebar. Whilst there is no on / off toggle available in Logseq, you can hide unwanted options with CSS.

You can add the following to your custom.css to hide the option in the sidebar by

1. Open your custom.css file (search custom.css and open)
2. Add the following line `.change-text { display: none; }`
3. Change `change-text` with any of the following:

* `journals-nav` to remove the Journal option
* `flashcards-nav` to remove the Flashcards option
* `graph-view-nav` to remove the Graph View option
* `all-pages-nav` to remove the All Pages option

{% embed url="<https://www.youtube.com/watch?v=Xaa3mry9O5I>" %}


---

# 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://unofficial-logseq-docs.gitbook.io/unofficial-logseq-docs/beginner-to-advance-features/customise-left-sidebar-menu.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.
