> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/requests-intake-buyers/approve-requests/approve-a-request-approvers.md).

# Approve a request (Approvers)

As an Approver, intake requests will be routed to you for approval when the request meets specific request data, such as location, budget, or role. You'll be able to either approve or reject the request and add a comment.

<figure><img src="https://docs.fairmarkit.com/content/intake/approvals/images/approvals-approver_thumb_0_0.png" alt=""><figcaption></figcaption></figure>

### View approval status <a href="#viewapprovalstatus" id="viewapprovalstatus"></a>

You can view an request's approval progress on the approvals area in your request.

* **View approvals area**: If the approvals area isn't displayed, click the **comments/approvals**![](https://docs.fairmarkit.com/content/intake/approvals/images/message-approvals-btn_60x20.png) button to switch to the Approvals view.
* **Matching criteria**: Displays details on the approval rule or rules that routed the request for approval.
* **Sequence**: Displays a list of approvers and the current status of the approval process. Any comments from approvers will also be displayed.

### Approve a request <a href="#approvearequest" id="approvearequest"></a>

{% stepper %}
{% step %}
In the approvals area, click **Approve**. The Approve request? screen displays.

<figure><img src="/files/UmYOPp6illybz2LX5VKW" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Optionally, enter a comment about your approval. This will be available to the request owner and other approvers.
{% endstep %}

{% step %}
Click **Approve.** Once approved, the request either moves to the next reviewer or is submitted to the assigned buyer.
{% endstep %}
{% endstepper %}

### Reject a request <a href="#rejectarequest" id="rejectarequest"></a>

{% stepper %}
{% step %}
In the approvals area, click **Reject**. The Reject request? screen displays.

<figure><img src="/files/el6LoTT4WWaSzpaLBLeH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter a comment to describe why you are rejecting the request. This will be available to the request owner and other approvers.
{% endstep %}

{% step %}
Click **Reject**. The request is sent back to the request owner with your comment.

<figure><img src="/files/6lHLBsg6aD3QOQ5aBfTi" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Reassign approval <a href="#reassignapproval" id="reassignapproval"></a>

{% stepper %}
{% step %}
In the approvals area, click **Reassign** ![](https://docs.fairmarkit.com/content/buyers/images/reassign-btn_20x20.png). The Reassign approval window displays.

<figure><img src="/files/GBWyVfIhQjXy0KdMjkm9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
In **Select user**, select the user to reassign the approval to.
{% endstep %}

{% step %}
Click **Reassign**.
{% endstep %}
{% endstepper %}

### How will I know if something needs my approval? <a href="#howwilliknowifsomethingneedsmyapproval" id="howwilliknowifsomethingneedsmyapproval"></a>

When a request requires your approval, you will receive an email alert that a request is pending your approval and it will display on your Requests list with a *Awaiting for approve* label.

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

### Why did I receive this request to approve? <a href="#whydidireceivethisrequesttoapprove" id="whydidireceivethisrequesttoapprove"></a>

From the **Approvals** area, you can review the Matching criteria section, which provides details on the approval rule or rules that routed the request to you for approval. Your company's Fairmarkit Admin defines the approval rules.

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

### How do I track an approval? <a href="#howdoitrackanapproval" id="howdoitrackanapproval"></a>

Through out the approval process, you can use the Approvals area to track where the request is in the approval process.

<figure><img src="/files/7uTN8eCkBK9AV3AWfDuO" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.fairmarkit.com/buyers/requests-intake-buyers/approve-requests/approve-a-request-approvers.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.
