# Ambient Agentic OS (AAOS)

AAOS runs the transitions defined in the fabric. It takes the signals from Work Mesh, the structure in the Work Graph and the timing held in TLM. When a rule condition is met, AAOS updates the state that belongs to that object or link. An item can be marked active, marked inactive or moved out of scope. Connections are added or cleared when the signals show a different relationship. AAOS carries out these transitions.

AAOS also resolves differences between structure and timing. When something shifts in the Work Graph, the change needs to appear in TLM. When the timing moves, the structure may need to adjust. AAOS applies these corrections so the fabric stays consistent.

This layer runs inside the system. It implements the transitions that keep the fabric aligned with the activity the system has recorded.


---

# 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/ambient-agentic-os-aaos.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.
