> 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-partners.md).

# Invite Partners

Let clients view prices and save favourite collections from your embedded content. Learn how to invite a contact as a client user and track their status.

This article covers how to invite clients as users. Client users can view prices and create favourite collections from your embedded content.

{% hint style="warning" %}
Client, guest or Tier2 users, as we like to call them, cannot access the Mimeeq dashboard. They will be redirected to your website based on the redirect URL set in your account settings.
{% endhint %}

For information about inviting a work colleague (primary user), see [Invite a Co Worker, Primary User (Tier1)](/users-and-permissions/users-and-contacts/invite-team-members.md).

***

## How to invite a client user

{% stepper %}
{% step %}

### Open the company

All invites are carried out on the company screen associated with the contact.

1. Open the contact you want to invite.
2. From the contact, click the company.

Alternatively, navigate to the company directly.
{% endstep %}

{% step %}

### Send the invite

1. Click **Invite** beside the contact's name. This opens the **Invite** modal.
2. Select the language of the user.
3. Click **Invite**.

After a couple of seconds, the modal closes and the status changes to **Invited**.
{% endstep %}

{% step %}

### Check the invite status

When the user has completed the invite process, the status changes to **User**.

The status of each user can also be seen in the **Contacts** list view.
{% endstep %}
{% endstepper %}

***

## How the client user registers

```mermaid
flowchart LR
    A[Invite email] --> B[Sign-up page] --> C[Set password] --> D[Confirmation email] --> E[Signed up]
```

1. The users you invite receive an email to sign up.
2. Clicking the link in the email takes them to a sign-up page.
3. They set their password.
4. An email is sent to them to confirm their registration.
5. When they confirm the email, they are signed up.

***

## 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 Team Members</strong></td><td>Give colleagues access to the Mimeeq dashboard.</td><td><a href="/users-and-permissions/users-and-contacts/invite-team-members.md">Invite Team Members</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-partners.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.
