> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/bot-settings/process-flow/edit-workflow/merge-request-workflow.md).

# Merge Request Workflow

Ensure any changes made to the workflow are important by the supervisor. This will help to prevent any potential problems that may arise after changes are approved.

Go to **Bot Settings** and select the **Process Flow** menu. Then, click the **'List of Workflow'** button and open the **Merge Request** tab. In this tab, you will see all requests that need to be reviewed, then click **'View Workflow'** to start reviewing change requests. You will see a pop-up page of the review merge request.&#x20;

On this page, all workflow updates will be visible. Supervisors can review multiple changes simultaneously and choose which changes to approve first. In the following, we will explain the components of the pop-up review merge request.

**Component Explanation:**&#x20;

<table><thead><tr><th width="120">Icon</th><th width="173">Name</th><th>Description</th></tr></thead><tbody><tr><td></td><td>Workflow Name </td><td>Your workflow name. </td></tr><tr><td></td><td>Editor </td><td>Indicates the user is responsible for this change request.</td></tr><tr><td></td><td>Description</td><td>Display added description when the editor submitted this change request.</td></tr><tr><td></td><td>Priority </td><td>Indicates the priority of workflow changes that the editor submitted.</td></tr><tr><td></td><td>Node Workflow </td><td><p>Menampilkan perubahan yang terjadi pada isi workflow tersebut. </p><ul><li>Added -> Terdapat penambahan node workflow baru. </li><li>Edit -> Terdapat perubahan pada isi dari node workflow. </li><li>Delete -> Terdapat  penghapusan pada node workflow. </li></ul></td></tr><tr><td></td><td>Merge</td><td><p>Button to approve workflow changes.<br><br><strong>Note:</strong> </p><p>If multiple merge requests are from different editors, the supervisor can only approve one change at a time.</p></td></tr><tr><td></td><td>Reject</td><td>Button to reject workflow changes. </td></tr></tbody></table>

If the supervisor approves the request, it will automatically apply using the approved changes, as shown below.

Supervisors can undo approved changes by quickly rolling back to a previous version using the 'Rollback' button, as shown below.

{% hint style="info" %}
The 'Rollback' button will only be accessible for changes that each supervisor has approved.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/bot-settings/process-flow/edit-workflow/merge-request-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
