# Forbid self-approval & repeat approvers

1. Open the policy version (draft) in the editor.
2. In the **Metadata** card, tick either or both:
   * **Forbid self-approval** — the request's `requester` is filtered out of every stage's approver list.
   * **Forbid repeat approvers across stages** — anyone who approved an earlier stage of the same request is filtered out of later stages.
3. Save and activate.

Filters apply at task-creation time. A stage that loses every eligible approver because of a filter follows the stage's **If no approvers resolve** setting (skip or block).

Applies only to `approver` rules; observers are never filtered.


---

# 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/segregation-of-duties.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.
