# Inside Honcho: User Identity Flowchart > Published on ADIN (https://adin.chat/s/user-identity-structure-inside-honcho-p66k) > Type: Diagram > Date: 2026-03-11 > Description: Explore the structure of user identities, including core details, demographics, and roles in an interactive diagram. Mermaid diagram: graph TD USER_ID["User Identity (Canonical)"] USER_ID --> CORE["Core Identity"] CORE --> DEMO["Demographics"] CORE --> ROLES["Roles"] CORE --> TRAITS["Stable Traits"] USER_ID --> PREFS["Preferences"] PREFS --> COMM["Communication Style"] PREFS --> RISK["Risk Tolerance"] PREFS --> FORMAT["Output Preferences"] USER_ID --> MEMORY["Memory"] MEMORY --> FACTS["Facts"] MEMORY --> EVENTS["Events"] MEMORY --> BELIEFS["Beliefs"] MEMORY --> CORRECTIONS["Corrections"] USER_ID --> REL["Relationships"] REL --> PEOPLE["People"] REL --> ORGS["Organizations"] REL --> AGENTS["Agents"] USER_ID --> META["Meta"] META --> CONF["Confidence Scores"] META --> SOURCE["Source Attribution"] META --> TTL["Decay / Time Horizon"]