> ## Documentation Index
> Fetch the complete documentation index at: https://docs.planeconnection.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Send a Portal Invite

> Invite charter clients and aircraft owners to your customer portal using magic link authentication.

This guide explains how to invite clients to your customer portal so they can sign in and start managing their trips, passengers, and invoices.

<Warning>
  This feature requires **administrator** or **workspace owner** permissions. Changes made here
  affect all users in your workspace.
</Warning>

<Info>
  **Who should read this:** Workspace administrators, operations managers, and dispatchers who
  onboard new clients.

  **Prerequisites:** Admin, Account Owner, or Dispatcher role. The customer portal must be enabled
  (see [Set Up the Customer Portal](/en/how-to/portal/set-up-customer-portal)).
</Info>

## How portal invitations work

Portal invitations use **magic link** authentication. When you invite a client:

1. PlaneConnection sends an email to the client with a secure login link.
2. The client clicks the link to access the portal -- no password required.
3. For subsequent visits, the client enters their email on the portal login page and receives a new magic link each time.

Magic links expire after a set period and can only be used once, providing security without the friction of password management.

## Send an invitation

<Steps>
  ### Navigate to portal clients

  Go to **Settings > Portal > Clients**. This page lists all current portal users and pending invitations.

  ### Click Invite Client

  Click the **Invite Client** button at the top of the page.

  ### Enter client details

  Fill in the following fields:

  | Field       | Description                                                      |
  | ----------- | ---------------------------------------------------------------- |
  | **Email**   | The client's email address. This is their portal login identity. |
  | **Name**    | The client's full name.                                          |
  | **Role**    | Select **Owner**, **Charter Client**, or **Customer**.           |
  | **Company** | The client's company name (optional).                            |

  ### Send the invitation

  Click **Send Invite**. The client receives an email with a link to access your portal.
</Steps>

## Manage pending invitations

On the **Settings > Portal > Clients** page, pending invitations show a **Pending** badge. You can:

* **Resend** -- send the invitation email again if the client did not receive it or the link expired.
* **Revoke** -- cancel the invitation before the client accepts it.

## Verify client access

After a client accepts their invitation and signs in:

1. Their status changes from **Pending** to **Active** on the clients page.
2. They appear in the portal's active user list.
3. They can immediately access trips, passengers, invoices, and messaging features based on their assigned role.

<Tip>
  Send a personal email alongside the portal invitation to explain what the portal is and what the
  client can do with it. First-time clients appreciate a brief walkthrough of the key features.
</Tip>

## Bulk invitations

If you have many clients to onboard at once, you can invite multiple clients by repeating the invitation process for each email address. Each invitation is sent individually.

<Warning>
  Each email address can only have one active portal invitation or account per workspace. If a
  client already has access, sending a new invitation will fail with a duplicate email error.
</Warning>

## Related

<CardGroup cols={2}>
  <Card title="Set Up the Customer Portal" href="/en/how-to/portal/set-up-customer-portal">
    Enable and configure the portal before inviting clients.
  </Card>

  <Card title="Manage Portal Passengers" href="/en/how-to/portal/manage-portal-passengers">
    Help clients manage their passenger directories.
  </Card>

  <Card title="Portal Features Reference" href="/en/reference/portal-features">
    Complete list of features available to portal users.
  </Card>
</CardGroup>
