> For the complete documentation index, see [llms.txt](https://vayl.gitbook.io/vayl-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vayl.gitbook.io/vayl-docs/documentation/reference/glossary.md).

# Glossary

**Reconciliation** — deciding how a new fact relates to stored facts (supersede, retract, flag, coexist, dedup).

**Supersede** — replace a value; the old one is retired to history.

**Retract** — remove a fact; a tombstone keeps it in history but nothing current is returned.

**Flag** — surface an ambiguous conflict for a human instead of guessing.

**Slot** — a fact's `(subject, scope)`. The same-slot invariant allows at most one active value per slot.

**Same-slot invariant** — the engine guarantee that no slot has two active values at once.

**State vs. event** — state holds until replaced; events happened at a point in time and coexist.

**Memory space** — an isolated store keyed by `(user_id, agent_id, run_id)`.

**Principal** — an authenticated user or agent with an API key and role.

**Scope** — the set of `user_id`s a principal may touch.

**Audit chain** — the tamper-evident, hash-chained, Ed25519-signed log of every operation.

**Attestation / receipt** — signed, third-party-verifiable proof of what was known or erased.

**Critical fact** — a fact whose category bypasses semantic ranking so it is always included.

**Declared slot** — a pre-defined field with a canonical name, aliases, and optional confirm gate.

## Next steps

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-book" style="color:$primary;">:book:</i> Core concepts</h4></td><td>These terms in context — the full reconciliation model.</td><td><a href="/pages/FaSGGOl6CSP0t71WWh7l">/pages/FaSGGOl6CSP0t71WWh7l</a></td></tr><tr><td><h4><i class="fa-sliders" style="color:$primary;">:sliders:</i> Configuration</h4></td><td>The environment variables behind critical facts and declared slots.</td><td><a href="/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d">/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d</a></td></tr><tr><td><h4><i class="fa-toolbox" style="color:$primary;">:toolbox:</i> MCP tools</h4></td><td>The tools that put these concepts to work.</td><td><a href="/pages/0rv5zDFBjpt9n3VKwsfd">/pages/0rv5zDFBjpt9n3VKwsfd</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://vayl.gitbook.io/vayl-docs/documentation/reference/glossary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
