# How to send a change request for approval

**Overview**

A core principle of change management is ensuring that every change is reviewed and authorized before implementation. This is typically done by a Change Advisory Board (CAB). This guide shows you how to submit a planned change request for formal approval.

#### **Step-by-Step Guide**

**1. Navigate to the Approvals Tab**

Once your change plan is complete and ready for review, you can initiate the approval process.

* From the Changes module (1), open the change request you want to submit for approval (2).
* Inside the change, click on the Approvals tab (3).
* Click the + Request Approval button (4) to open the selection window.

<figure><img src="/files/v59cyx8LRiBiJWd1juaZ" alt=""><figcaption></figcaption></figure>

**2. Select Approvers and Set Policy**

The approval window is specifically designed for change management, allowing you to select pre-configured CAB groups.

* **Select CAB Groups:** For formal changes, the best practice is to select the appropriate Change Advisory Board from the list (e.g., "IT Operations CAB"). All members of that group will be added as approvers.
* **Search for User:** You can also add any other individual managers or stakeholders as approvers by searching for them.
* **Set the Approval Policy:** Choose a rule, such as "Everyone must approve," and add an optional note to provide context for the approvers.
* Click Request Approval to submit.

<figure><img src="/files/ORT3UV3bYB7gdiLAeRP4" alt=""><figcaption></figcaption></figure>

**3. Monitor the Approval Status**

Submitting the approval request formally moves the change into the next stage of its lifecycle.

* The change's status automatically updates to Awaiting Approval.
* Under the Approvals tab, you can now see a list of all individual approvers from the selected CAB.
* Each approver has their own Approve and Reject buttons. You can track the progress in real-time as they cast their votes.

<figure><img src="/files/0qmG8UA1nBS6JXaQFxFM" alt=""><figcaption></figcaption></figure>


---

# 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.booldesk.com/how-to-use-modules/change-management-module/how-to-send-a-change-request-for-approval.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.
