> For the complete documentation index, see [llms.txt](https://guide.transmute.industries/verifiable-data-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.transmute.industries/verifiable-data-platform/platform-guide/members.md).

# Members

The Transmute platform allows you to manage Keys, Verifiable Credentials, and Verifiable Presentations for your organization. Inviting members is a way to take advantage of the platform by being able to collaborate on your business workflows.&#x20;

<figure><img src="/files/6Odpz1yFiRRSQa0bLxJC" alt="Navigating to the Members section of the Transmute platform."><figcaption><p>Navigating to the Members section of the Transmute platform.</p></figcaption></figure>

## Inviting New Members

With the "Starter" Plan, the maximum number of members is 2. This is enough for you and a friend to test out the platform. If you need more members, you can upgrade to a higher tier. But for now, let's cover inviting a member to your organization.

<figure><img src="/files/Ug6fpx4mhhvOiFQCgU7F" alt="Adding a new member to your organization on the Transmute platform"><figcaption><p>Adding a new member to your organization on the Transmute platform.</p></figcaption></figure>

Click on the `+ New Member` icon in the top right of the Members page.

<figure><img src="/files/MhHYGNlmXz1rOPSotXbc" alt="Add new member modal on the Transmute platform"><figcaption><p>Add new member modal on the Transmute platform.</p></figcaption></figure>

This will bring up a modal with an input for an email.

<figure><img src="/files/EHYWyFw41p58J8XHw2mr" alt="Filling in email for new member modal on the Transmute platform"><figcaption><p>Filling in email for new member modal on the Transmute platform.</p></figcaption></figure>

Once an email address has been entered into the input form, the `Send Invitation` button will become enabled. And you can click it to send an invitation to join your Organization.

<figure><img src="/files/sZxP8xiLJUDI4RHuP741" alt="Confirmation for sending a member invitation on the Transmute platform"><figcaption><p>Confirmation for sending a member invitation on the Transmute platform.</p></figcaption></figure>

After clicking the Invite button, you should see a tooltip confirming the invite has been sent. The invited member will show up as another entry in the members list with an `Invited` tag.

### Invitation Email

Then the invitee recipient should then receive an email.  Which looks like the image below.&#x20;

<figure><img src="/files/59QHBx6KIE8VDDPZrBXy" alt="Invitation email for joining and Organization on the Transmute platform"><figcaption><p>Invitation email for joining and Organization on the Transmute platform.</p></figcaption></figure>

Once the invitee clicks the link, they will be taken to the Transmute platform. For the invited member there are three possible options.

1. They do not have an account, and will need to sign up
2. They have an account and will need to sign in
3. They have an account and are already signed in

In the case of options 1 & 2 the user will presented with the login screen. In the case the invited user does not have an account, they can choose the Sign Up option to confirm their email. Otherwise if the invited member already has an account on the platform and is part of another organization, they can choose the option to login.

<figure><img src="/files/V20cNfHT4nFGwt3JggYd" alt="Login Screen for the Invited Member to accept invitation"><figcaption><p>Login Screen for the Invited Member to accept invitation.</p></figcaption></figure>

Once the invited user has authenticated, or in the case they were already authenticated, they will be presented with the option to join the organization.

<figure><img src="/files/936no67ESTkLOTmhVhmB" alt="Invitation to a new organization Member on the Transmute platform"><figcaption><p>Invitation to a new organization Member on the Transmute platform.</p></figcaption></figure>

The user can click on the `Accept Invitation` button to accept the invitation to the organization on the Transmute platform.

### Removing Members

Navigate to the organization members page. Click the three vertical dot menu on the right hand side.  Click “Delete Member”.

<figure><img src="/files/E0mSUrM0yVyZdpjzv5s0" alt="Removing an organization Member on the Transmute platform"><figcaption><p>Removing an organization Member on the Transmute platform.</p></figcaption></figure>

Review the confirmation modal. Click “Remove Member”.

<figure><img src="/files/ooUr4dJO6tUNvPIu4sqa" alt="Confirmation modal for removing a member on the Transmute platform"><figcaption><p>Confirmation modal for removing a member on the Transmute platform.</p></figcaption></figure>

And the member will be removed from the Organization. Note that the last admin of an organization cannot remove themselves. They will need to delete the organization from the Organization Settings if that is their intention.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.transmute.industries/verifiable-data-platform/platform-guide/members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
