# Permissions (Member v/s Admin)

## Roles/Permissions

When you invite another user into your organization, you can decide whether they should have an **admin** or a **member** role within the organization. This choice determines what exactly they are allowed to do. Below is a list of these permissions.

✅ = Permitted

❌ = Not Permitted

### Organization-Level

| Action              | Member | Admin |
| ------------------- | ------ | ----- |
| Create project      | ✅      | ✅     |
| Manage memberships  | ❌      | ✅     |
| Manage billing      | ❌      | ✅     |
| Change Org Settings | ❌      | ✅     |

### Project-Level

| Action             | Member | Admin |
| ------------------ | ------ | ----- |
| Delete             | ✅      | ✅     |
| Create Data Source | ✅      | ✅     |
| Create Environment | ✅      | ✅     |
| Update schema      | ✅      | ✅     |

### Environment-Level

* Environment **not** tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>✅</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Generate Mock Data</td><td>✅</td><td>✅</td></tr><tr><td>Manage API Keys</td><td>✅</td><td>✅</td></tr><tr><td>Change Env Settings</td><td>✅</td><td>✅</td></tr></tbody></table>

* Environment tagged as "**Production**".  See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

| Action              | Member | Admin |
| ------------------- | ------ | ----- |
| View                | ✅      | ✅     |
| Delete              | ❌      | ✅     |
| Update Tag          | ❌      | ✅     |
| Generate Mock Data  | ❌      | ❌     |
| Manage API Keys     | ❌      | ✅     |
| Change Env Settings | ❌      | ✅     |

### Data Source-Level

* Data Source **not** tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>✅</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Wipe Database</td><td>✅</td><td>✅</td></tr><tr><td>Change Data Source Settings</td><td>✅</td><td>✅</td></tr></tbody></table>

* Data Source tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>❌</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Wipe Database</td><td>❌</td><td>❌</td></tr><tr><td>Change Data Source Settings</td><td>❌</td><td>✅</td></tr></tbody></table>


---

# 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.neurelo.com/getting-started/dashboard/user-management/permissions-member-v-s-admin.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.
