> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/users-and-permissions/users-and-contacts/invite-team-members.md).

# Invite Team Members

Give colleagues access to your Mimeeq dashboard. Learn how to add a team member, assign them a role and send the invite.

This article covers inviting a work colleague (co-worker) to the Mimeeq dashboard. In Mimeeq, a co-worker user is called a Tier1 or primary user. This differentiates main users from client users, who can be invited to view prices and interact with products via an embeddable version of your products.

{% hint style="info" %}
To invite a guest (client), or as we call it a Tier2 user, see [Invite a Partner User, Client (Tier2)](/users-and-permissions/users-and-contacts/invite-partners.md).
{% endhint %}

***

## How to invite a co-worker (primary user)

{% stepper %}
{% step %}

### Open the users list

1. Click **Settings**.
2. Click **Users and Roles**.
3. Click **Users**.
4. Click **New user**.
   {% endstep %}

{% step %}

### Enter the user's details

1. Enter the user's first and last name.
2. Choose a **Role**. This is the role the user will be assigned to.
3. Enter the user's email.
4. Select a language for the user.
   {% endstep %}

{% step %}

### Send the invite

Click **Invite**.

{% hint style="success" %}
A confirmation appears to show that the invite has been sent.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Related articles

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Invite Partners</strong></td><td>Invite client users to view prices and save favourites.</td><td><a href="/users-and-permissions/users-and-contacts/invite-partners.md">Invite Partners</a></td></tr><tr><td><strong>Import &#x26; Export</strong></td><td>Import or export companies and contacts with CSV files.</td><td><a href="/users-and-permissions/users-and-contacts/import-and-export.md">Import &amp; Export</a></td></tr></tbody></table>


---

# 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://help.mimeeq.com/users-and-permissions/users-and-contacts/invite-team-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.
