# Organization

### Organization management

Open the left side menu and tap your **Organization Name** (Test Reseller on screenshot) to view it's settings

![Organization](https://user-images.githubusercontent.com/72790181/119668453-e0488c00-be3f-11eb-9e1a-f22eae4b2100.png)

On this screen you can edit Organization Information, switch to another organization or navigate to Organization **Members** tab to edit users list.

### Members (users) management

![Organization members](https://user-images.githubusercontent.com/72790181/119666558-269ceb80-be3e-11eb-9032-b89ad16010af.png)

Members tab displays all members of the current organization and invite new one's.

Statuses are:

* **Pending** – the user is invited, but the email is not confirmed (user haven't logged in yet)
* **Active** – the user confirmed the email, logged at least one time
* **Inactive** – the user hasn't logged for 1 month

To invite new member press **Add** **User** in the upper right corner

![User invitation](https://user-images.githubusercontent.com/72790181/119666581-2b619f80-be3e-11eb-833f-cf60a73a376a.png)

Fill new members Email and name. Choose a role to see what [permissions](/en/blynk.console/settings/access.md) new member will have, then tap **User icon** to confirm.

{% hint style="warning" %}
Full control over permissions is only available in [PRO plans](https://www.blynk.io/pricing) and higher.
{% endhint %}

These roles are available by default:

* **Admin** – supposed to have the most rights&#x20;
* **Staff** – use this role for those who provide user support, need to invite other users,  check all devices, supervise other organizations (clients)&#x20;
* **User** – supposed to have basic permissions


---

# 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.blynk.io/en/blynk.apps/profile-management/organization-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.
