# Context Plane

> The addressable layer where an agent gets what it needs to know: records, typed links, permissioned views. The difference between an agent that guesses and one that knows.

Category: context

A context plane is the structured, permissioned layer an agent reads from to understand the organization: stable records, typed links between them, and views scoped to what the agent is allowed to see.

## Why it matters
Most agents fail not because the model is weak but because the context is garbage. Knowledge is scattered across repos, tickets, docs, dashboards, and people's heads. An agent pointed at that mess guesses. An agent pointed at a context plane knows.

## In practice
Instead of dumping raw documents into a prompt, you give the agent addressable records with relationships and access rules. It retrieves what is relevant, sees only what it is permitted to, and leaves a trail of what it read.

## Where it shows up in my work
This is the entire premise of helaix.com: context infrastructure for human-AI collaboration. Records, links, views, tools, receipts, policies, gates. Make the organization legible to the agent before you ask the agent to act in it.

---
Source: https://ryanhunter.io/lexicon/context-plane
Part of the Agent Infrastructure Lexicon by Ryan Hunter. https://ryanhunter.io/lexicon
