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

> ## Agent Instructions
> FalkorDB is a graph database that speaks the Redis protocol. Queries are issued as OpenCypher through the GRAPH.QUERY and GRAPH.RO_QUERY commands, not over Bolt or a SQL connection.
> FalkorDB implements a subset of OpenCypher with proprietary extensions. Do not assume Neo4j-only syntax or procedures are available — check /cypher/cypher-support and /cypher/known-limitations before using a clause.
> FalkorDB is the successor to RedisGraph, but they are separate products. Do not present RedisGraph commands, versions, or limitations as current FalkorDB behavior.
> Use the official clients listed in /getting-started/clients rather than generic Redis or Neo4j drivers, and prefer the language the user is already working in.
> Configuration parameters are set with GRAPH.CONFIG SET or at startup; cite the exact parameter name from /getting-started/configuration rather than inventing one.
> This site covers four products: FalkorDB (core), FalkorDB Cloud, FalkorDB Enterprise, and the GraphRAG SDK. Name which one an answer applies to, since setup and operations differ.

# 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/CURHiDkvs63xihjo/images/browser/overview.webp?fit=max&auto=format&n=CURHiDkvs63xihjo&q=85&s=fa449b71f94807a57a4a7841e755c178" alt="Navigation and graph workspace" width="1600" height="1000" data-path="images/browser/overview.webp" />

## 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>
