> ## 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.

# Log in to Vinkit

> Log in to your Vinkit account and access your dashboard

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 />

## Log in

<Steps>
  <Step title="Open Vinkit">
    Go to [vinkit.co](https://vinkit.co) or click the Vinkit extension icon in your Chrome browser.
  </Step>

  <Step title="Enter your credentials">
    1. Enter your **email address**.
    2. Enter your **password**.
    3. Click **Log in**.

    {/* <Frame caption="Page de connexion Vinkit"> */}

    {/* </Frame> */}

    <Tip>Check **Stay logged in** so you don't have to log in again every session.</Tip>
  </Step>

  <Step title="Access the dashboard">
    Once logged in, you are redirected to your **dashboard**. This is your central hub for accessing all Vinkit features.
  </Step>
</Steps>

## Log in with Google

You can also log in with your Google account:

1. Click **Continue with Google** on the login page.
2. Select your Google account.
3. Authorize Vinkit if this is your first login.

## Forgot password

1. Click **Forgot password?** on the login page.
2. Enter the email address associated with your account.
3. Check your inbox and click the reset link.
4. Choose a new password.

<Warning>The reset link expires after 24 hours. If the link has expired, restart the procedure.</Warning>

## Login troubleshooting

<AccordionGroup>
  <Accordion title="I'm not receiving the reset email">
    * Check your **Spam** or **Junk** folder.
    * Make sure you are using the correct email address.
    * Wait a few minutes — the email may take a little time to arrive.
    * If the problem persists, contact support at **[support@vinkit.co](mailto:support@vinkit.co)**.
  </Accordion>

  <Accordion title="My account is locked">
    After several failed login attempts, your account may be temporarily locked for security reasons. Wait **15 minutes** before trying again, or use the password reset.
  </Accordion>

  <Accordion title="The Chrome extension won't log me in">
    * Make sure the extension is up to date (see [Check for extension updates](/en/guides/extension-chrome)).
    * Try logging out and logging back in.
    * Clear the Vinkit site cookies and try again.
  </Accordion>
</AccordionGroup>
