# Invite Members

You can add staff members, assign roles and let them manage your application.&#x20;

You can also create multiple organizations under your account to better manage your applications.

| Role                           | Owner                                    | Admin                          | Developer |
| ------------------------------ | ---------------------------------------- | ------------------------------ | --------- |
| **Preview application**        | ✔️                                       | ✔️                             | ✔️        |
| **View/Edit application info** | ✔️                                       | ✔️                             | ✔️        |
| **Create application**         | ✔️                                       | ✔️                             |           |
| **Edit organization**          | ✔️                                       | ✔️                             |           |
| **Delete organization**        | ✔️                                       |                                |           |
| **Edit/Add/Delete members**    | ✔️                                       | ✔️                             |           |
| **Delete application**         | ✔️(regardless of an active subscription) | ✔️(if not active subscription) |           |
| **Purchase subscription**      | ✔️                                       |                                |           |

1. **Owner** : Owner is like a father of the organization. He has all the permissions.
2. **Admin** : Admin is like a product manager. He can manage everything except, delete organization and delete application if the subscription for that application is active.
3. **Developer** : Developer can edit and preview the application and all the information. But can not edit the organization and other members detail.

### How to Add new members?

### Step: 1 Click on "⚙️" button besides the organization name

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

### Step: 2 Click on "Members" and "Invite Member"

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

### Step: 3 Enter the email address of the member you want to invite and choose the role

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

### Step: 4 Choose the Applications you want to give permission to

<figure><img src="/files/Sv5QeecW2ZgzTWuDEQts" 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://help.twinr.dev/organization/invite-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.
