# Work Graph

The Work Graph takes the signals from the Work Mesh and turns them into structure. Documents, messages, contacts, tasks and events become nodes. Your actions link them. The graph holds these connections even when work shifts between tools or pauses for a while.

It also keeps track of what was worked on recently and what has not moved in some time. This helps the system keep ongoing work together instead of letting it fragment. When activity resumes, the relationships are still intact.

The Graph gives the system a stable view of how your work is arranged at any moment. This structure is what the Temporal Lattice Memory places across time.


---

# 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-1/work-graph.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.
