# Merge a pull request

{% hint style="info" %}
Once your pull request is approved, anyone who has access to the site, can publish your content to live.&#x20;
{% endhint %}

You could leave this step to the next day if you wish to publish your content at a certain time and day. All you have to do is to log into Github at the time you wish to publish and go through the steps below

**Step 1.** Go to the pull request that has been approved (you can follow the same steps by going to Pull request tab, and select the correct pull request in the list)

**Step 2.** Scroll to the bottom of the page and you'll see the green button that say&#x73;**,** *Merge Pull Request* and click on it.

![](/files/-MJV1HV2_9UnKoBlK-SR)

**Step 3.** You will be prompted another button to *Confirm Merge*. Click on it, and voila! Your site is live now!

![](/files/-MJV1m0nVyNzRjyEcIoE)

{% hint style="warning" %}
Note that depending on the size of your size and the isomer user traffic, the time taken to live may vary from 1 - 15 mins.
{% endhint %}

Once you've merged the pull request, your changes will be reflected on your live site.&#x20;

**If your site is not launched yet, proceed to the next page to find out what to do next.**&#x20;


---

# 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/merge-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.
