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

# Context Graphs

> The backbone of Galaxy

## **What is a Context Graph?**

A **Context Graph** is an ontology-driven knowledge graph. It connects meaning across databases, teams, tools, and time.

## **What Context Graphs Enable**

Context graphs help teams:

* Understand relationships across system boundaries
* Traverse information the way humans naturally reason
* Preserve nuance that flat schemas and static docs lose

## **Capabilities of the Graph in Galaxy**

The graph you build in Galaxy is:

<Columns cols={2}>
  <Card icon="check-double" horizontal title="Navigable">
    Explore connections interactively
  </Card>

  <Card icon="check-double" horizontal title="Visual">
    See relationships at a glance
  </Card>
</Columns>

<Columns cols={2}>
  <Card icon="check-double" horizontal title="Queryable">
    Ask questions and get answers
  </Card>

  <Card icon="check-double" horizontal title="Evolvable">
    Automatically up-to-date
  </Card>
</Columns>

This is why Galaxy is not only “semantic modeling.” The graph is how meaning becomes usable in practice.

## **Context Graphs in Our Product**

We represent context graphs as [Projects](/projects) in Galaxy. Projects are created from Sources and consist of nodes and edges. You can ask questions on top of your Project using our Chat feature. Read more about each of these components:

<Card icon="diagram-project" horizontal href="/projects" title="Projects">
  Context graphs that represent how your business works
</Card>

<Card icon="circle-dot" horizontal href="/nodes" title="Nodes">
  The key things you care about (Customer, Order, Product)
</Card>

<Card icon="link" horizontal href="/edges" title="Edges">
  How those things connect (Customer places Order)
</Card>

<Card icon="comment-question" horizontal href="/chat-with-your-graph" title="Chat">
  Traverses the graph to answer questions using your definitions
</Card>
