# Invite User

Inviting new team members to your Akto workspace allows for collaborative API security management. Here's a step-by-step guide on how to add new members to your team:

{% @arcade/embed url="<https://app.arcade.software/share/fy0didkl3VI4D3iJqbWw>" flowId="fy0didkl3VI4D3iJqbWw" %}

### Inviting a New Team Member

1. On the Users page, click the "Invite user" button in the top right corner.
2. A dialog box titled "Add team member" will appear.
3. Enter the new member's details:
   * Account email: Input the email address of the person you're inviting.
   * Role: Select the appropriate role from the dropdown menu (e.g., Security Engineer, Developer, Guest).
4. After entering the details, click "Invite" or a similar confirmation button.

### Sharing the Invitation

After confirming the invitation, you'll see an "Invite link" dialog:

1. You'll be presented with a unique invitation link.
2. You can either:
   * Copy the link directly by clicking the "Copy invitation" button.
   * Or, share the displayed link manually with your invitee.
3. The invitee can use this link to create their account and join your Akto workspace.

### Managing Invitations

* Pending invitations will be displayed in the user list with a status like "Invitation sent for security engineer".
* You can resend or cancel pending invitations if needed.

### Post-Invitation

* Once the invitee accepts the invitation and creates an account, they will appear in your team members list with their assigned role.
* You can modify a team member's role after they've joined by using the role dropdown next to their name.

Remember, different roles have different permissions within Akto. Ensure you assign the appropriate role based on the team member's responsibilities and required access level. Learn more [Role permissions](/account-management/understanding-role-permissions.md).


---

# 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.akto.io/account-management/invite-user.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.
