> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/alpha-moodle-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/alpha-moodle-theme/theme-settings/top-bar.md).

# Top Bar

<figure><img src="/files/RJLvK1lVRYg6m0rdIBk8" alt=""><figcaption><p>Top bar explanation for logged-in users</p></figcaption></figure>

1. **Logo**\
   Site Administration -> Appearance -> Alpha -> Top bar ->Logo (Top Bar) + Dark mode - Logo (Top Bar) \
   Site Administration -> Appearance -> Alpha -> Top bar -> Turn on a logo area -> On
2. **Show/hide the main navigation**\
   Site Administration -> Appearance -> Alpha -> Sidebar -> Turn off the sidebar
3. **Default Moodle Navigation**\
   Site Administration -> Appearance -> Themes -> Theme settings -> Custom menu items
4. **Custom HTML**\
   Site Administration -> Appearance -> Alpha -> Top bar -> Custom HTML
5. **Languages selector:**\
   Site Administration -> Language -> Language settings -> Display language menu
6. **Dark mode**\
   Site Administration -> Appearance -> SpacAlphae -> General -> Dark Mode
7. **Notifications**
8. **Messages**\
   Site Administration -> Advanced features -> Enable messaging system
9. **User Menu**\
   Site Administration -> Appearance -> Themes -> Theme settings -> User menu items

### Available options

1. Custom Top Bar Height - For those who really need a bigger logo :)
2. Edit mode button on the top bar
3. Turn on a logo area (on/off)

   *Logo, Logo(Dark Mode)*
4. Display Text Next to The Logo (on/off)\
   \&#xNAN;*Company/Site Name*
5. Custom HTML Area
6. Color Customization


---

# 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://rosea.gitbook.io/alpha-moodle-theme/theme-settings/top-bar.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.
