# Honcho Technical Architecture Simplified Diagram > Published on ADIN (https://adin.chat/s/honcho-technical-architecture-flowchart-ymij) > Type: Diagram > Date: 2026-03-12 > Description: Explore the clean flowchart showcasing Honcho’s user, app, SDK, and API integration for seamless interaction. Mermaid diagram: graph LR User["User Interaction"] --> App["Application / Agent"] App --> SDK["Honcho SDK"] SDK --> API["Honcho API"] API --> Ingest["Ingestion Reasoning\nExtract structured facts"] Ingest --> Model["Identity Model\nGraph‑structured representation"] Model --> Background["Background Reasoning\nContinuously updates identity"] SDK --> API API --> Query["Query‑Time Reasoning\nDerive conclusions"] Query --> Model Query --> API API --> SDK SDK --> App