> For the complete documentation index, see [llms.txt](https://pango.gitbook.io/paas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pango.gitbook.io/paas/console-details/project-settings/members.md).

# Member

Project member is a person who has access to the Management Console. There are 3 roles with different privileges:

| Role    | Access                            |
| ------- | --------------------------------- |
| Owner   | full access                       |
| Admin   | unable to delete a project        |
| Support | unable to change project settings |

## Actions

### Adding a new member

If you want to add a new member to the project, do the following:

1. Click on "<img src="/files/-M6as_C6h43arRVNKgTa" alt="" data-size="line">**Add member**" button. You will see a form that looks like this:

![](/files/-M6bX_1QfuGZ9-yebxkc)

2. Enter the email address of the new member

{% hint style="info" %}
If this user has access to the Management Console, he will see this project in his list of projects. A new project member will receive an invitation email.
{% endhint %}

3. Select member's role from the predefined list

{% hint style="info" %}
A member can't add a new member with a role higher than his own role
{% endhint %}

4. If you want this member to help other users with technical issues, tick all clients that the user will receive emails from (per OS)

{% hint style="info" %}
Our SDK provides this member's email to an application (per OS). Your application can use this email to a support contact
{% endhint %}

5. Click on "**Add member"** button

### Editing a member

If you want to change settings of an existing member, do the following:

1. Select a member and click <img src="/files/-M6atk86ByRh9GKWtJuR" alt="" data-size="line">. You will see a form that looks like this:

![Edit member dialog](/files/-M6bbXChM-t0N9TBP_Jk)

2. Edit settings and click on "**Save changes"** button

### Deleting a member

If you want to delete an existing member, do the following:

1. Select a member to delete and click <img src="/files/-M6axeQocKfSIPIp5IMx" alt="" data-size="line">. You will see a form that looks like this:

![Delete member dialog](/files/-M6bb3_QrebG9wbPkpvr)

2. Click on "**Delete member"** button


---

# 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:

```
GET https://pango.gitbook.io/paas/console-details/project-settings/members.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.
