# Mark a required (must-approve) approver

1. Open the policy version (draft) in the editor.
2. On the stage, add (or open) the rule whose resolved user(s) must approve.
3. Tick the **required** checkbox on that rule's row.
4. Save and activate.

The stage now passes only when **both** the quorum mode is satisfied **and** every user resolved by every `required` rule has approved. If a required user has no remaining open task (expired, reassigned away, etc.), the stage is rejected.

Common pattern: stage with `mode = any-n`, `mode_value = 2`, three rules where one is marked required → "any 2 of 3 must approve, but the third one is mandatory."


---

# 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://docs.openg2p.org/platform/platform-services/approval-workflow-engine/how-to/required-approver.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.
