> ## Documentation Index
> Fetch the complete documentation index at: https://new.docs.falkordb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigation & Header

> Left sidebar navigation (Graphs/Settings), graph-side panel toggles, help menu, theme toggle, logout.

FalkorDB Browser uses a left sidebar (header) for navigation and global actions.

<img src="https://mintcdn.com/falkordb-core/4RKo-4HTPunDsB0h/images/browser/overview.png?fit=max&auto=format&n=4RKo-4HTPunDsB0h&q=85&s=38a76b4d6778e49fc901b6ca23efa499" alt="Navigation and graph workspace" width="1920" height="1200" data-path="images/browser/overview.png" />

## Main navigation buttons

Located in the sidebar under the user name/version block:

* **SETTINGS** → opens `/settings`
* **GRAPHS** → opens `/graph`

## Contextual graph controls (Graphs page)

When you are on **Graphs** (`/graph`) and a graph is selected:

* **Graph Info toggle** (database icon) opens/closes the Graph Info panel.
* **CHAT** toggle opens/closes the Chat side panel (requires an LLM connection and model configured in Settings).

## Create graph

For non–Read-Only users, the sidebar can expose **Create Graph** (depending on the current route).

## Help menu

The “Help” button (file/code icon) opens a menu with:

* Documentation (external)
* API Documentation (`/docs`)
* Support (Discord)
* About drawer

## Theme toggle

The theme toggle cycles through:

* Dark → Light → System → Dark

## Connection indicators

The sidebar may show connection “mode” badges (e.g. Single/Sentinel/Cluster) and an **Offline** indicator when the backend is unreachable.

## Logout

The logout button signs out and redirects to `/login`.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How do I switch between Graphs and Settings?">
    Use the **left sidebar** navigation buttons. Click **GRAPHS** to open `/graph` or **SETTINGS** to open `/settings`.
  </Accordion>

  <Accordion title="How do I change the theme (dark/light mode)?">
    Click the **theme toggle** button in the sidebar. It cycles through Dark → Light → System → Dark.
  </Accordion>

  <Accordion title="What does the Offline indicator mean?">
    The **Offline** badge appears in the sidebar when the Browser cannot reach the backend server. Check your network connection and ensure the FalkorDB server is running.
  </Accordion>

  <Accordion title="How do I open the Chat panel?">
    On the Graphs page, click the **CHAT** toggle in the left sidebar. Note: Chat requires an LLM connection and model to be configured in Settings first. You can use either a cloud API key or a local Ollama/LM Studio connection.
  </Accordion>
</AccordionGroup>
