# Site Access

Now that your GitHub account is all set up. You will need access to your site to start editing.&#x20;

To gain access, email the Isomer Team at <support@isomer.gov.sg> and let us know your **GitHub username** and which **website** you're managing.

{% hint style="info" %}
**UPDATE - Jan 2021**

[**You can now grant yourself access to your repository through a FormSG form.**](https://go.gov.sg/isomer-access) **If your email is not whitelisted in the verification step, let us know.**&#x20;
{% endhint %}

Upon being added to the repository, **you will receive an invite on your registered email.**&#x20;

{% hint style="success" %}
Besides email, you can visit [www.github.com/isomerpages](https://v2.isomer.gov.sg/setup/www.github.com/isomerpages), look for a button at the top right hand corner of the page and click that button to accept the invitation.
{% endhint %}

### Accept the invitation

![](/files/-MFfaFqOMaJG1FEN-zg-)

Click on `Join Isomer` and you are all set!

You will now see a banner notifying you `You are now a member of Isomer!`

![](/files/-MFfao5HQdQmX7TPrXdK)

## What are the user access types?

**All users on Isomer holds the same access type, editor access**.&#x20;

With editor access, you'll be able to make changes to your site, create a pull request before you launch it, and approve someone else's request.&#x20;

We do not provide pages specific restricted access but do note that all changes are tracked (even a single full stop you add to or remove from the page). That being said, do make changes to your site responsibly as all these changes are being tracked.

All isomer team members are admin users (with the ability to create new site, add and remove users, and grant permissions to users)


---

# 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/setup/site-access.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.
