# Architecture

ToggleX is built on a set of core systems that work together to understand your work without requiring any manual input from you.

#### Work Mesh

Captures the basic signals of your digital activity — tool usage, focus shifts, session patterns — without looking at content.

#### Work Graph

Builds a live, structured map of your work by linking users, contacts, documents, calendar events, and inferred projects together.

#### Temporal Lattice Memory

Maintains rolling summaries of your activity across different time horizons — short, medium, and long range — so recent work and ongoing threads stay visible.

#### Ambient Agentic OS (AAOS)

The computation layer that reacts to new activity and keeps everything updated — preparing recaps, identifying open loops, and flagging work that needs attention.

#### Toggle Data Network (TDN)

An opt-in system where anonymized work patterns are used to improve how ToggleX interprets real work behavior, while keeping individual data private.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://toggle.gitbook.io/togglex/architecture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
