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

# Style Panel

> Customize label styles (color/size), live preview, persistence in localStorage, and cancel/save behavior.

The Style panel ("Style Settings") customizes how nodes of a specific label appear in the graph.

<img src="https://mintcdn.com/falkordb-core/CURHiDkvs63xihjo/images/browser/style-panel.webp?fit=max&auto=format&n=CURHiDkvs63xihjo&q=85&s=cd972c7fa15895612610cb0b2d3d4a3d" alt="Style panel" width="287" height="1079" data-path="images/browser/style-panel.webp" />

## How to open

1. Open **Graph Info**.
2. Click the palette icon next to a node label.

## What you can change

* **Color**
  * Preset colors
  * Custom color via a red/green/blue color picker
* **Size**
  * Choose from predefined size options

Changes are previewed immediately on the canvas.

## Save vs Cancel

* **Save**
  * Closes the panel.
  * Persists the style to browser storage (localStorage) so the label keeps the style.
* **Cancel / Close**
  * Reverts to the original style values.

## Tutorial note

During the tutorial, saving style changes is intentionally prevented.

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How do I open the Style panel?">
    Open the **Graph Info** panel, then click the **palette icon** next to the node label you want to customize.
  </Accordion>

  <Accordion title="Are style changes saved automatically?">
    No. You must click **Save** to persist changes to localStorage. Clicking **Cancel** or closing the panel reverts to the original style.
  </Accordion>

  <Accordion title="Can I use a custom color?">
    Yes. Besides preset colors, you can choose a **custom color** using the red/green/blue color picker.
  </Accordion>

  <Accordion title="Do style changes affect other users?">
    No. Styles are stored in your browser's **localStorage** and only apply to your session. Other users will see their own style settings.
  </Accordion>
</AccordionGroup>
