# Approve a pull request

Before any pages can go live, it has to be approved first by a second pair of eyes. This could be your colleague or your boss.&#x20;

The approval process ensures that changes are reviewed and makes it harder for attackers to deface your website or make unauthorised changes easily.

{% hint style="info" %}
Before you approve the pull request, be sure to check the staging site that all changes are reflected correctly to confirm that your content is ready to be published&#x20;
{% endhint %}

To approve a pull request, follow the steps below

**Step 1.** Go to the pull request tab and select the correct pull request

![](/files/-MJV-GeeS9hRaklIdjmZ)

**Step 2.** Select *add your review* button&#x20;

![](/files/-MJV-dSP_Y9D1eCK2hNX)

**Step 3.** Add you review and select *approve* and click on *submit review*

![](/files/-MJV-w5Fn_kecfywgLWh)


---

# 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://v2.isomer.gov.sg/publish-your-changes/approve-a-pull-request.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.
