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

# User management

> Add collaborators and manage access to your Vinkit account

export const VinkitCTA = () => <div style={{
  display: 'flex',
  gap: '12px',
  marginTop: '16px',
  marginBottom: '16px'
}}>
    <a href="https://vinkit.co/login" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: '#16A34A',
  color: 'white',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px'
}}>
      Ouvrir Vinkit
    </a>
    <a href="https://chromewebstore.google.com/detail/vinkit-crm-bot-vinted/oeglnknhkgjamieipddbjahfpecinelm" style={{
  display: 'inline-flex',
  alignItems: 'center',
  gap: '8px',
  padding: '10px 20px',
  backgroundColor: 'transparent',
  color: '#16A34A',
  borderRadius: '8px',
  textDecoration: 'none',
  fontWeight: '600',
  fontSize: '14px',
  border: '2px solid #16A34A'
}}>
      Installer l'extension Chrome
    </a>
  </div>;

<VinkitCTA />

## Add a user

If you work as a team, you can invite others to access your Vinkit account.

<Steps>
  <Step title="Open team settings">
    Go to **Settings > Team** from the dashboard.
  </Step>

  <Step title="Invite a member">
    1. Click **Invite a member**.
    2. Enter the person's **email address**.
    3. Select their **role** (see below).
    4. Click **Send invitation**.

    The person will receive an email with a link to join your Vinkit workspace.
  </Step>

  <Step title="Confirmation">
    Once the invitation is accepted, the new member appears in your team list with the status **Active**.
  </Step>
</Steps>

## Roles and permissions

| Role       | Permissions                                                                                     |
| ---------- | ----------------------------------------------------------------------------------------------- |
| **Owner**  | Full access. Subscription management, account deletion. Only one owner per account.             |
| **Admin**  | Full access except subscription management. Can invite and remove members.                      |
| **Editor** | Can manage articles (republication, COGS, analysis). Cannot modify settings or manage the team. |
| **Reader** | View only. Read access to the dashboard, articles, and finances.                                |

<Info>You can change a member's role at any time from **Settings > Team**.</Info>

## Edit a member

1. Go to **Settings > Team**.
2. Click on the member you want to edit.
3. Change their **role** via the dropdown menu.
4. Click **Save**.

## Remove a member

1. Go to **Settings > Team**.
2. Click the **Delete** icon (trash can) next to the member.
3. Confirm the removal.

<Warning>Removal is immediate. The member instantly loses access to your Vinkit workspace. Their past actions remain in the history.</Warning>

## Pending invitations

Unaccepted invitations are visible in **Settings > Team** with the status **Pending**. You can:

* **Resend** the invitation if the person did not receive the email
* **Cancel** the invitation if it is no longer needed

<Tip>Invitations expire after **7 days**. If the deadline has passed, resend a new invitation.</Tip>
