# Navbar

## Overview

The Navbar is the top navigation bar in Labii. It provides quick access to common actions from anywhere in the app, including opening the side menu, searching, scanning, support, and user profile settings.

## Navbar items

### Side menu icon

Use the side menu icon to open the side menu.

{% hint style="info" %}
If the side menu is already visible in the current view, this icon is hidden.
{% endhint %}

### Search

Use **Search** to quickly find data.

* For workspace-wide lookup, use [Global search](https://docs.labii.com/user-guide/navbar/search/global-search).
* For table or project-focused lookup, use [Search at list view](https://docs.labii.com/user-guide/navbar/search/search-at-list-view).

### Scan

Use **Scan** to open scanning workflows available in your organization.

### Support center

Use **Support** to access help resources and support channels.

{% hint style="info" %}
For additional help resources, see the [Support](https://docs.labii.com/support/support) section.
{% endhint %}

### User profile

Use the user profile menu to access account-related actions and personal settings.

## Organization-level customization

The Navbar can be customized at the organization level to match your branding.

You can customize:

* Logo
* Navbar background color
* Navbar text color

For details, see [Organization settings](https://docs.labii.com/admin-guide/organization) in the Admin Guide.


---

# 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://docs.labii.com/user-guide/navbar.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.
