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

# Context Graph Interface

> Navigate the Context Graph section of the web interface

The Context Graph section provides visual tools for exploring your organizational knowledge graph. This graph contains entities from your connected data sources—cloud resources, repositories, services, and their relationships.

## Access

Click **Context Graph** in the sidebar to expand the submenu, then select a view.

## Available Views

The Context Graph section includes multiple interfaces, each optimized for different tasks:

| View                                                              | Purpose                      | Best For                  |
| ----------------------------------------------------------------- | ---------------------------- | ------------------------- |
| **Overview**                                                      | Dashboard with graph metrics | Quick status check        |
| **[Graph Explorer](/web-interface/context-graph/graph-explorer)** | Visual graph navigation      | Discovering relationships |
| **[Entities](/web-interface/context-graph/entities)**             | Table view of all entities   | Searching and filtering   |
| **[Queries](/web-interface/context-graph/queries)**               | Cypher query interface       | Advanced exploration      |

## Sidebar Navigation

Under **Context Graph** in the sidebar:

**GRAPH:**

* Overview
* Explorer
* Entities
* Queries

**COGNITIVE MEMORY:**

* Overview
* Datasets
* Search
* Audit Logs

**DATA INGESTION:**

* Sources
* Pipelines
* Activity

## When to Use Which View

### Use the Overview when:

* Checking graph health and metrics
* Viewing connected source status
* Getting a quick summary of entity types

### Use the Explorer when:

* Visualizing relationships between entities
* Navigating graph structure interactively
* Exploring dependencies visually

### Use Entities when:

* Searching for specific resources
* Filtering by type, source, or properties
* Exporting entity data

### Use Queries when:

* Running Cypher queries directly
* Building complex relationship queries
* Extracting specific data patterns

<Tip>
  **For most users:** Start with the [Meta Agent](/core-concepts/meta-agent) to explore your graph through natural language. Use these visual tools when you need to see the topology or run specific queries.
</Tip>

## Graph Metrics

The Overview page shows key metrics:

* **Total Nodes** - Count of all entities in the graph
* **Connected Sources** - Number of active data sources
* **Entity Types** - Distinct types of entities indexed

## Related Pages

* **[Graph Explorer](/web-interface/context-graph/graph-explorer)** - Visual graph exploration
* **[Entities](/web-interface/context-graph/entities)** - Entity table view
* **[Queries](/web-interface/context-graph/queries)** - Cypher query interface
* **[Data Ingestion](/web-interface/context-graph/data-ingestion)** - Manage data sources
* **[Context Graph Concepts](/core-concepts/overview)** - Learn about the Context Graph
