# Maker Checker

When changing currently running features, minimizing the risk of errors is important. That's where the maker checker mechanism comes in. It's essential to be aware of changes and ensure they are clearly defined to avoid the possibility of something slipping through the cracks. By having two people involved in the process, one to make the changes and another to double-check them, we can be more confident that our updates are accurate and safe to apply.

This maker checker is only applicable to the **Process Flow** menu and is optional to use. Allows the "Checker" to review any changes made by the "Maker". If you act as **Maker**, you can log in as **'Bot Trainer'**, but if you act as Checker, you can log in as **'Supervisor'** or **'Administrator'**.

The following are various responsibilities of the role maker checker.&#x20;

| Menu         | Maker                                                                                                                                                                                              | Checker                                                                                                                  |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Process Flow | <ul><li>Create draft process flow changes</li><li>Remove draft process flow changes</li><li>Make cloning when drafting process flow</li><li>Create merge request from draft process flow</li></ul> | <ul><li>Review merge request from draft  process flow changes</li><li>Approve and reject process flow changes.</li></ul> |


---

# 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.3dolphins.ai/bot-settings/maker-checker.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.
