# Collaborators

All Alphi subscriptions include at least one additional seat which you can use to invite team members.

{% hint style="warning" %}
Only the **Primary Contact** on an account can invite new team members.&#x20;
{% endhint %}

## Invite a team member

1. Click the 👤 icon within the navigation
2. Select "Team Members"
3. Click "Invite new team member"
4. Enter the name and email address of the person you would like to invite to your Alphi account, then click "Invite new team member".

{% hint style="info" %}
The invitee will receive an email inviting them to set a password and log in.
{% endhint %}


---

# 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.alphi.dev/projects/collaborators.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.
