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

# Projects

> Defining meaning in Galaxy

Projects are where you manage ontology-driven knowledge graphs. A Project is your backend context graph that contains the semantic structure of your data. It defines what main concepts exist, how they relate, and how they map to your Sources.

A Project contains:

* **Nodes**: Semantic concepts like "Customer," "Order," or "Product"
* **Edges**: How Nodes connect, like "Customer places Order"
* **Mappings**: Connections between Nodes and Edges and Source data (e.g., mapping "Customer" to specific tables, columns, and joins)

Projects attach to one or more Sources and integrate them into one view to transform raw information into semantic meaning.

## Creating a Project

<Frame>
  <img src="https://mintcdn.com/galaxy-d7fe996b/35sJCgDRfkDqH-xs/images/create-project-apple.gif?s=888250e77ca49e0f9121c30c940c9bd4" alt="Create Project Apple" width="1108" height="720" data-path="images/create-project-apple.gif" />
</Frame>

Start by clicking "New project" from Projects.

1. **Select Sources**: Choose which Sources to attach to your Project or connect a new source
2. **Choose mapping method**:
   * **Auto-introspect**: Galaxy analyzes your Sources and automatically generates initial models
   * <kbd>COMING SOON</kbd>  *JSON: Define your context graph structure using JSON*
   * <kbd>COMING SOON</kbd>  *Blank: Build from scratch with a canvas experience*
3. **Run project sync**: Galaxy processes your Sources and generates the initial context graph

<Frame>
  <img src="https://mintcdn.com/galaxy-d7fe996b/6-Rz1rpIBcXfVZgy/images/building-graph.gif?s=ae703c74d95562191dd112a9d6636a7a" alt="Building Graph" width="1112" height="720" data-path="images/building-graph.gif" />
</Frame>

Now you're ready to uncover insights from your context graph.
