# Team Member Management

Managing team members in Epsilla allows organizations to easily collaborate with multiple users and manage project access across the team. Follow the steps below to invite and manage members in your organization. Free Tier can have only 1 team member (the creator themselves). and Starter Tier organization can have 2 team members. Professional Tier organization can have up to 20 team members, while Enterprise Tier organization can have unlimited team members.&#x20;

### **Accessing Team Management**

* **Step 1:** Click on your profile icon in the top-right corner.
* **Step 2:** In the dropdown menu, select the **Team Members** option.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-efa351dedca04286f6325921b5cefd6575db3373%2FScreenshot%202024-10-12%20at%2011.00.25%20PM.png?alt=media" alt="" width="254"><figcaption></figcaption></figure>

This will open the **Team Management** interface where you can view and manage the current team members.&#x20;

Once in the **Team Management** section, you'll see a list of current team members, with columns displaying their **Member ID** (email) and **Status**.

* **Active Status:** Indicates a member has accepted the invitation and is actively part of the team.
* **Invited Status:** Indicates a pending invitation that hasn't been accepted by the recipient yet.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-b362017a79861cab5ad464a4427b2741bd7f625f%2FScreenshot%202024-10-12%20at%2011.00.43%20PM.png?alt=media" alt=""><figcaption></figcaption></figure>

### **Inviting New Members**

To add new members to your organization, follow these steps:

* **Step 1:** In the Team Management interface, click the **Invite New Member** button located at the top-right.
* **Step 2:** A pop-up window will appear. Enter the email address of the member you want to invite in the **Email** field. You can invite more than one users by clicking the **+ Add** button.
* **Step 3:** Under **Accessible Projects**, select which project(s) the new member(s) will have access to.&#x20;
* **Step 4:** Once done, click **Invite** to send the invitation.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-277d68f88c93cb700827f69ccbb4bf33a57b2561%2FScreenshot%202024-10-12%20at%2011.01.03%20PM.png?alt=media" alt="" width="442"><figcaption></figcaption></figure>

### **Member Invitation Email**

Once an invitation is sent, the invited user will receive an email from Epsilla, like the following:

* The email contains a message that they've been invited to join your organization.
* The recipient must click the **Accept Invitation** button in the email to complete the process and activate their account.

If they are having trouble with the button, a direct invitation link is also provided.

<figure><img src="https://2532879721-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM0ZX7fId7ifK45ldHWEp%2Fuploads%2Fgit-blob-a01b1244442db66776cb6620c8122c4442923c7b%2FScreenshot%202024-10-12%20at%2011.03.57%20PM.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

Continue reading about [Project Management](https://epsilla-inc.gitbook.io/epsilladb/project-management) and managing team members' access to projects.


---

# 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://epsilla-inc.gitbook.io/epsilladb/team-member-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.
