# Team Management

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><h3><a href="https://emojipedia.org/large-red-circle">🔴</a> Owner</h3><p> <a href="https://fsymbols.com/signs/tick/">✔</a> Create member<br> <a href="https://fsymbols.com/signs/tick/">✔</a> Edit member<br> <a href="https://fsymbols.com/signs/tick/">✔</a> Delete member</p></td></tr><tr><td><h3><a href="https://emojipedia.org/large-green-circle">🟢</a> Admin</h3><p><a href="https://fsymbols.com/signs/tick/">✔</a> Create member<br><a href="https://fsymbols.com/signs/tick/">✔</a> Edit member<br><a href="https://fsymbols.com/signs/tick/">✘</a>  Delete member</p></td></tr><tr><td><h3><a href="https://emojipedia.org/large-blue-circle">🔵</a> Moderator</h3><p><a href="https://fsymbols.com/signs/tick/">✔</a> Create member<br><a href="https://fsymbols.com/signs/tick/">✘</a>  Edit member<br><a href="https://fsymbols.com/signs/tick/">✘</a>  Delete member</p></td></tr></tbody></table>

> ### Managing Team Members

#### **Step 1: Navigate to the 'Team Management' panel to see the list of Team Members details**

Click ‘Setting’ on the sidebar, and then ‘Team Management.‘

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/moongate-85/images/admin-settings/team-management/team%20management%20panel.gif" alt=""><figcaption></figcaption></figure>

#### **Step 2: Add team members**

{% hint style="warning" %}
Only applicable to ‘Owner’ and ‘Admin’ roles team member
{% endhint %}

Click ‘Add New’, input the email address of the target team member, and then ‘Add.‘

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/moongate-85/images/admin-settings/team-management/add%20member.gif" alt=""><figcaption></figcaption></figure>

#### **Step 3: Deleting a team member**

{% hint style="warning" %}
Only applicable to ‘Owner’ roles team member
{% endhint %}

Click the trash bin icon next to the ‘Role’ column of the target team member under the ‘Action’ column.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/moongate-85/images/admin-settings/team-management/delete%20member.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.moongate.id/merchant-guide/admin-settings/team-management.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.
