Quickstart Guide
Get started with DON Memory Protocol in minutes.
1. Get Your API Key
DON Memory Protocol is provisioned for enterprise clients. Contact DON Systems to receive your API key. Keep this key secure—it authenticates all your requests.
2. Sign In to Your Dashboard
Navigate to the dashboard and enter your API key to authenticate:
3. Upload Your Data
Use the Upload Data button in the dashboard header to collapse documents into your memory field. Supported formats include plain text, JSON, and structured data. Each upload passes through recursive coherent collapse—text is filtered into adjacency structure.
4. Explore Your Graph
Switch to the Graph tab to view your memory topology. The graph visualizes nodes (traces), edges (adjacency), and coherence ratio—the structural density of your collapsed field.
5. Advanced: Field Operations Console
The Console tab provides direct protocol-level access for power users. Type commands to interact with the full API surface:
Φ > store --conv=session_001 "Turbine pressure nominal at 3.2 MPa"
Φ > retrieve "pressure readings" --limit=10
Φ > graph
Φ > stats
Φ > use session_001
The console includes live field telemetry, JSON-highlighted responses, and SSE streaming for field reconstruction operations. Type help for the full command reference.
Need help? Contact support@donsystems.com or see the detailed onboarding guide.