2. Ontology Index
Forge can generate relationship indexes that map how notes connect across your vault.
Forge calls these ontology indexes because they describe relationships between concepts, notes, projects, systems, and entities.
You do not need to be an ontology expert to use them.
In practice, they are:
structured maps of how your notes relate to each other.

Run the Export
Run:
Forge: Export Ontology Index
Forge scans matching notes, extracts relationships, and generates structured relationship indexes.
Before Running
Configure:
Settings → Export
Recommended setup:
- Enable export
- Click Reload from schema
- Choose a filter field, usually
type - Select filter values such as:
projectreferenceresearchsystem
- Set a relationship heading, usually:
RelatedReferencesDepends On
Forge uses these settings to decide which notes participate in the export and which sections contain relationships.
Generated Files
For each selected filter value, Forge writes:
A-I/Forge/Exports/<value>-index.json
A-I/Forge/Exports/<value>-index.md
Example:
A-I/Forge/Exports/project-index.json
A-I/Forge/Exports/project-index.md
These files contain structured relationship maps and readable summaries.
How Relationships Are Found
Forge scans matching notes and reads configured relationship sections.
Example:
## Related
- [[Project Alpha]]
- [[Research Notes]]
- [[Client Dashboard]]
Forge extracts:
- linked notes
- outbound references
- observed relationship keys
- selected metadata fields
This creates a structured map of how notes connect across the vault.
Why Relationship Indexes Matter
As vaults grow, notes gradually become networks instead of isolated documents.
Projects connect to:
- people
- ideas
- systems
- research
- decisions
- tasks
- references
Over time, those relationships become difficult to track manually.
Relationship indexes help surface that structure automatically.
Dataview, Bases, and Dashboards
Relationship indexes become much more useful when metadata is consistent.
Forge works best when:
- note types are standardized
- statuses are predictable
- tags are normalized
- schemas are enforced consistently
That consistency improves:
- Dataview queries
- Bases
- dashboards
- exports
- graph workflows
- AI-assisted retrieval systems
Reliable structure produces more reliable relationships.
Common Use Cases
Relationship indexes are useful for:
- project mapping
- research systems
- knowledge management
- dependency tracking
- dashboard generation
- vault audits
- AI workflows
- large vault navigation
You might use them to answer questions like:
- Which projects depend on this system?
- Which topics appear together most often?
- Which notes are isolated?
- Which concepts connect multiple domains?
- Which projects reference the same research?
Folder Exclusions
Use:
Settings → Export → Excluded folders
to omit areas that should not participate in exports.
Common exclusions include:
- archives
- templates
- generated content
- scratch notes
- temporary workspaces
This helps keep exports cleaner and more useful.
Relationship Workflow Example
A common workflow looks like this:
- Define schemas
- Normalize metadata
- Run Vault Lint
- Repair inconsistencies
- Add relationship sections
- Export relationship indexes
- Build dashboards from results
Over time, the vault becomes easier to:
- navigate
- query
- audit
- maintain
- understand
Shapes and Relationship Structure
Shapes work especially well alongside relationship indexes.
Shapes help keep note structures consistent.
Relationship indexes help surface how those structures connect.
Together they help larger vaults remain:
- understandable
- queryable
- navigable
- maintainable