# Enforcement Boundary

Cogna8 is strongest when its boundary is clear.

***

## Inside the Boundary

{% hint style="success" %}
**Cogna8 verifies and enforces:**

* Whether the state an action depends on is consistent, current, and in scope
* Whether conflicts are surfaced explicitly
* Whether required state is present and resolved before an action proceeds
* Whether trace and audit records connect every decision to the state that produced it
* Whether scope boundaries prevent cross-context contamination
  {% endhint %}

## Outside the Boundary

{% hint style="info" %}
**Cogna8 does not govern:**

* Base model behavior or language generation quality
* Agent personality, tone, or conversational style
* General workflow orchestration and routing design
* External storage architecture
* UI presentation outside integrity semantics
  {% endhint %}

***

## The Principle

> **Cogna8 verifies whether the system should act on state - not how the model should sound while talking about it.**

{% hint style="success" %}
**When each layer does its job, the whole stack becomes more trustworthy than any single layer can achieve alone.** Action authority is the missing piece that connects memory (what the system knows) to action (what the system does) through verified, traceable, scope-aware trust.
{% endhint %}


---

# 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://cogna8-io.gitbook.io/docs/core-concepts/enforcement-boundary.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.
