> For the complete documentation index, see [llms.txt](https://guide.form.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.form.gov.sg/user-guides/basic-guide/add-or-remove-collaborators.md).

# Add or Remove Collaborators

Upon creating a form, the creator will become the **owner** and the only collaborator on the form. We recommend adding more collaborators to prevent sudden loss of access to the form.

These are three different access levels (owner, editor and viewer).&#x20;

<table><thead><tr><th width="200"></th><th width="141"></th><th width="139"></th><th width="137"></th></tr></thead><tbody><tr><td><strong>Rights</strong></td><td>       <strong>Owner</strong></td><td>        <strong>Editor</strong></td><td>       <strong>Viewer</strong></td></tr><tr><td>Delete form</td><td>          ✅</td><td>          ❌</td><td>          ❌</td></tr><tr><td>Edit form</td><td>          ✅</td><td>          ✅</td><td>          ❌</td></tr><tr><td>Edit settings</td><td>          ✅</td><td>          ✅</td><td>          ❌</td></tr><tr><td>View results</td><td>          ✅</td><td>          ✅</td><td>          ✅</td></tr><tr><td>Add/remove collaborators</td><td>          ✅</td><td>          ✅</td><td>          ❌</td></tr><tr><td>Share form</td><td>          ✅</td><td>          ✅</td><td>          ✅</td></tr></tbody></table>

* **Owner**: Full rights
* **Editor**: Same rights as form owner, but is unable to **delete** the form or make someone the owner.&#x20;
* **Viewer**: Can only view **results** and **share** form.&#x20;

Learn how to edit collaborators below:

{% tabs %}
{% tab title="Video Tutorial" %}

### <img src="/files/L6aeyturpbmqLw0lGpTf" alt="" data-size="line"> Video Tutorial: Edit Collaborators

{% embed url="<https://youtu.be/dlDu-SRnNI8>" %}
{% endtab %}

{% tab title="Text Tutorial" %}

### <img src="/files/j6GutTRDRrofXv3qKMKQ" alt="" data-size="line"> Text Tutorial: Edit Collaborators

**Step 1: Click on this button** <img src="/files/E7GdfynfGia0WTYEVhvs" alt="" data-size="line">&#x20;

You can add/remove collaborators on the **top right hand corner** of each form by clicking on this button below.

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

**Step 2: Enter collaborator's email and choose** [**access**](#access-levels) **levels**

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

{% hint style="warning" %}
Adding a collaborator in Email mode does not mean that they receive responses immediately. You need to add them as [recipients](broken://pages/Xj4Kcg9dHMTsCzWibaRC) in the email mode form's settings.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://guide.form.gov.sg/user-guides/basic-guide/add-or-remove-collaborators.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.
