Quick Start
Upload documents and create your first knowledge graph in 5 minutes.
Quick Start
This guide gets you from zero to exploring a knowledge graph in about 5 minutes.
Step 1: Upload Documents
- Navigate to Files in the sidebar
- Click the + Add button (or drag files onto the page)
- Select one or more documents — PDFs, images, or text files
- Wait for processing to complete
Processing involves parsing the document, splitting it into chunks, generating embeddings, and extracting metadata. Larger documents take longer — you can continue using Moongraph while they process.
What Happens During Processing
When you upload a document, Moongraph:
- Parses the content (OCR for images, text extraction for PDFs)
- Chunks the document into semantic segments
- Embeds each chunk for semantic search
- Extracts metadata (title, dates, etc.)
You'll see the status change from Processing → Completed in the Files table.
Step 2: Create a Knowledge Graph
- Navigate to Graphs in the sidebar
- Click New Graph
- Give it a name (e.g., "Research Project")
- Select the documents or folders to include
- Click Create Graph
Graph creation runs entity and relationship extraction across your selected documents. This is more compute-intensive than upload processing — expect a few minutes for larger document sets.
What Happens During Graph Creation
For each document, Moongraph:
- Extracts entities — people, organizations, locations, dates, concepts
- Identifies relationships — how entities connect to each other
- Resolves duplicates — merges "John Smith" and "J. Smith" into one entity
- Builds the graph — creates a unified network of all entities and relationships
Step 3: Explore Your Graph
Once your graph is ready:
Option A: Visualize with Cosmograph
- Navigate to Cosmograph in the sidebar
- Select your graph from the dropdown
- Explore the network — zoom, pan, click nodes to see details
This is useful for spotting clusters, hubs, and unexpected connections.
Option B: Ask Questions with the Agent
- Navigate to Agent in the sidebar
- Type a question about your documents
- Get an answer with citations linking back to source documents
The Agent uses your documents (and optionally your graphs) to answer questions. Every claim is cited.
Option C: Deep Investigation with Workbench
- Navigate to Workbench in the sidebar
- Select a graph to investigate
- Combine graph exploration with AI chat in one view
Workbench is for power users who want to explore entities while simultaneously asking the Agent questions in context.