# Members

Members in [**MSquared**](https://dash.mserve.io/) are users who have been invited to join an organization.&#x20;

* [Invitation-based](/dash/organizations/invites.md): Members can only be added to an organization through an invitation process. There is no direct creation of member accounts.
* Roles:
  * Admins: Have unrestricted access and control within the organization.
  * Regular Members: Their access can be determined by team assignments or individual permissions.&#x20;
* Flexible permission system:
  * [Team-based permissions](/dash/organizations/team/team-permissions.md): Members can derive access rights from their assigned teams.
  * [Individual permissions](/dash/organizations/members/member-permissions.md): Specific permissions can be assigned directly to a member, similar to project permissions.
* [Multi-organization capability](/dash/organizations/organization.md): A user can be a member of multiple organizations, potentially with different roles in each.

The member system ensures that organizations can maintain control over who has access to their resources while providing flexibility in managing permissions and collaborative efforts. This structure supports both security and efficient workflow management within the platform.


---

# 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.msquared.io/dash/organizations/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.
