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

# Knowledge Graph

> Explore the visual knowledge graph that maps connections between your content.

# Knowledge Graph

The **Knowledge Graph** is an interactive visualization that shows how your knowledge base content connects. It maps relationships between concepts, topics, and entities found in your documents.

<Frame>
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/TRsIqCuewk8" title="See Exactly What Your AI Chatbot Knows (Knowledge Graph)" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## What the Graph Shows

The knowledge graph displays:

* **Nodes**: Individual concepts, topics, or entities extracted from your content
* **Edges**: Connections between related concepts
* **Clusters**: Groups of closely related topics that form natural categories

<Frame>
  <img src="https://mintcdn.com/bestchatbot/97kdRjnWT0Lew0EI/images/knowledge-graph-screen.png?fit=max&auto=format&n=97kdRjnWT0Lew0EI&q=85&s=c12be1f64a38e613a68fcec2defea3cd" alt="Interactive Knowledge Graph with colored nodes and connections" width="2557" height="1058" data-path="images/knowledge-graph-screen.png" />
</Frame>

## How to Use It

<Steps>
  <Step title="Open Graph Viewer">
    Open the **Knowledge Graph** section from the dashboard sidebar.
  </Step>

  <Step title="Explore Visually">
    The graph loads with all your content's concepts displayed as connected nodes. You can:

    * **Pan**: Click and drag to move around the graph
    * **Zoom**: Scroll to zoom in or out
    * **Click nodes**: Select a node to see its details and connections
  </Step>

  <Step title="Search for Topics">
    Use the search bar to find specific concepts. The graph will highlight matching nodes and their connections.
  </Step>

  <Step title="Use the Legend">
    The legend shows what different colors and node sizes mean. Larger nodes typically represent more connected or central concepts.
  </Step>
</Steps>

## After Rebuilding

The knowledge graph updates automatically when you rebuild your knowledge base. After adding new content and rebuilding, revisit the graph to see how the new information connects to your existing knowledge.

## Next Steps

<CardGroup cols={2}>
  <Card title="Customize Responses" icon="sliders" href="/customization/response-preferences">
    Fine-tune how the bot communicates.
  </Card>

  <Card title="Test Your Bot" icon="flask" href="/using-the-bot/retrieval-testing">
    Verify the bot answers correctly.
  </Card>
</CardGroup>
