What next?
You’ve deployed TrustGraph, loaded data, queried with Graph RAG, seen explainability in action, used ontologies for precision extraction, run SPARQL queries, and explored the Context Graph.
Here’s where to go from here.
Build an app
Ready to integrate TrustGraph into your own application? The App Builder guide walks you through building a UI plugin from scratch — including ontology design, data loading, and a working interface.
Build an agent
If you’re building agentic AI systems, the Agent Builder guide covers agent orchestration, tool integration, and MCP interoperability.
Try your own documents
You’ve seen TrustGraph work with sample data. Now try your own documents — the Document RAG guide and Graph RAG guide cover loading and querying custom data in detail.
Plan a production deployment
If you’re an architect or technical lead planning a production rollout, the Enterprise Planner covers infrastructure requirements, deployment options, and enterprise features.
Talk to us
- TrustGraph Enterprise — commercial offering, managed support, and SLAs
- Discord — community support and discussion
- GitHub — source code, issues, and contributions
Shutting down
When you’re done, shut down TrustGraph cleanly:
docker-compose -f docker-compose.yaml down -v -t 0
podman-compose -f docker-compose.yaml down -v -t 0
The -v option removes data volumes. The -t 0 option skips the graceful shutdown wait.