# Action Integrity Score

The action integrity score is a numerical indicator of how ready an action is to proceed, based on the current condition of its state dependencies.

## Score Bands

Scores fall into bands from critical to high, providing a quick visual signal of overall action readiness. Higher scores indicate more complete and consistent state.

{% hint style="warning" %}
The score is **advisory**. The actual gate decision is determined by policy rules, not the score alone. The score provides a fast triage signal; the gate decision and its reasons are the authority.
{% endhint %}

## What Affects the Score

The score reflects the completeness and consistency of the state an action depends on - missing state, active conflicts, and unconfirmed items all reduce the score proportionally.

{% hint style="info" %}
For the full reasoning behind any score, open the [Why Panel](https://github.com/Cogna8/docs/blob/main/features/why-panel.md).
{% 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/action-integrity-score.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.
