# Top Bar

### Logged in user

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

1. Logo
2. Logo Label
3. Languages selector
4. Custom HTML
5. **Default Moodle Navigation:** Site administration **-** Themes - Theme settings - Custom menu items
6. Search
7. Dark mode

### Non-logged in

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

1. In-build Moodle Log-in button
2. Custom button *(Top bar - Additional Button)*

#### Change the position of buttons

Site administration -> Appearance -> Monocolor -> Advanced -> Raw SCSS&#x20;

<figure><img src="/files/qSXbF5hVjRZ4vGxmVEH4" alt=""><figcaption></figcaption></figure>

```scss
.rui-icon-menu--right { flex-direction: row-reverse; }
```


---

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