> ## Documentation Index
> Fetch the complete documentation index at: https://docs.integratewise.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Personal System Flow: Data Path to Your Workbench

> How your personal data moves from source systems through Spine Fabric to the Personal domain projection.

The System Flow for the Personal domain describes how data from Gmail, Google Calendar, Slack, and other sources is ingested, normalized, and projected into your workbench. This flow ensures that every view reflects current reality across your tools.

<Steps>
  <Step title="Intake">
    Connectors pull events from Gmail, Google Calendar, Slack, Notion, and Linear via webhooks and polling.
  </Step>

  <Step title="Load">
    Raw payloads are ingested into Spine Fabric. Each payload retains its native schema.
  </Step>

  <Step title="Normalize">
    Events are mapped to canonical entities: Task, Meeting, Note, Commitment.
  </Step>

  <Step title="Schema Mapping">
    Field-level mappings align status, time, and ownership across personal tools.
  </Step>

  <Step title="Context Assembly">
    Related entities are linked. An email connects to a meeting invite; a task connects to a Slack thread.
  </Step>

  <Step title="Projection">
    The domain view is rendered: Today, Inbox, My Tasks, or Calendar.
  </Step>

  <Step title="OODA">
    Twin and agents observe the projected state, orient, and propose actions.
  </Step>

  <Step title="Governance">
    Proposed actions are checked against your authorization, scope, and policy.
  </Step>

  <Step title="Execution">
    Approved capabilities write back to your source systems.
  </Step>

  <Step title="State Update">
    The updated state is re-ingested, and the cycle continues.
  </Step>
</Steps>

### Related

* [Spine Fabric](/internal-docs/domains/personal/spine-fabric)
* [Execution Flow](/internal-docs/domains/personal/execution-flow)
* [Integrations](/internal-docs/domains/personal/integrations)
* [Platform Spine Fabric](/platform/spine-fabric)
* [System Flow](/internal-docs/domains/personal/system-flow)
