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

# Domains and context

> What a domain means and what the agent context contains.

A domain is the operating unit for Aeolo. It owns the brand context, content strategy, connected channels, measurement history, Drive connection, and generated content.

## Canonical context layers

`aeo agent context` returns the practical context bundle that agents should read before acting.

| Layer             | Purpose                                                                    |
| ----------------- | -------------------------------------------------------------------------- |
| Brand facts       | Structured profile: name, category, audience, value proposition, products. |
| Brand memo        | Human-editable durable notes.                                              |
| Content strategy  | The reviewed strategy manifest used for article planning.                  |
| Data sources      | Research source policy and connected source state.                         |
| Measurement state | Visibility, audit, and traffic summaries.                                  |
| Chat memory       | Durable notes captured through the agent experience when relevant.         |

Reference style evidence is not a universal system prompt by default. It is task-specific evidence that writing or media tools should load when the user chooses or when the task asks for it.

## Read commands

```bash theme={null}
aeo domain list
aeo domain setup
aeo domain audit
aeo domain channels
aeo agent context
aeo strategy show
aeo config data-sources
```

## Update commands

```bash theme={null}
aeo domain brand update --brand-context "$(cat ./brand.md)"
aeo strategy update --manifest "$(cat ./strategy.json)"
```

The current CLI expects raw string flag values. There is no `--brand-context-file` or `--manifest-file` support.

Use updates sparingly. If the user says "remember this", decide whether it belongs in brand memo, strategy, data source policy, or chat memory before writing.
