# Run stages in parallel

1. Open the policy and click **New draft version** (or **Edit** an existing draft).
2. Add or open the stages that should run together.
3. On each of those stages, set **Parallel group** to the same number (e.g. `1`).
4. Leave **Parallel group** blank on stages that should remain sequential.
5. Click **Save** and **Activate** the new version.

Stages sharing a parallel-group number all activate at once. The next group only starts after every stage in the current group is approved. Any single stage rejecting terminates the request.


---

# 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/parallel-stages.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.
