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

# Submission Review

> Item-by-item compliance review with AI verdicts

Core review workflow. Displays the full compliance profile organized by category, with AI verdicts and action buttons per item.

## Actions

| Action          | When available                        | Result                         |
| --------------- | ------------------------------------- | ------------------------------ |
| Start Review    | Status is Pending                     | Moves to In Review             |
| Assign to Me    | No reviewer assigned                  | Claims the submission          |
| Complete Review | In Review, at least one item reviewed | Finalizes with computed status |

## Per-item review actions

| Action  | Meaning                         |
| ------- | ------------------------------- |
| Approve | Meets code requirements         |
| Flag    | Needs architect clarification   |
| Reject  | Does not meet code requirements |
| Skip    | Defer this item                 |

Notes and code references can be attached to any action.

## Completion logic

* All approved: status becomes **Approved**
* Any rejected: status becomes **Rejected**
* Any flagged (none rejected): status becomes **Needs Response**

API equivalent: [POST /api/gov/submissions/:reviewId/actions](/api/submission-actions)
