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

# Quick start

> Install Vinkit and start managing your reselling activity

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

## Get started in 3 steps

<Steps>
  <Step title="Install the Chrome extension">
    1. Go to the [Chrome Web Store](https://chrome.google.com/webstore) and search for **Vinkit**.
    2. Click **Add to Chrome** then **Add extension**.
    3. The Vinkit icon appears in your extensions bar.

    <Tip>Pin the extension for quick access: click the puzzle icon in Chrome, then click the pin next to Vinkit.</Tip>
  </Step>

  <Step title="Log in and sync">
    1. Click the Vinkit icon or go to [vinkit.co](https://vinkit.co).
    2. Create an account or log in with your credentials.
    3. Connect your **selling platforms** in **Settings > Connected accounts**.
    4. Launch an initial **sync** to import your data.

    <Warning>Wait until the sync is fully complete before continuing. The progress bar must reach 100% and the message "Sync complete" must be displayed. See the [Sync data](/en/guides/synchronisation) guide for more details.</Warning>
  </Step>

  <Step title="Explore your data">
    Your data is ready! From the dashboard, you can now:

    * **Republish** your listings to bump them back to the top
    * **Enter your COGS** to calculate your margins
    * **Analyze** the performance of your articles
    * **Track your finances** and profitability
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Republish your articles" icon="rotate" href="/en/guides/republication">
    Boost the visibility of your listings.
  </Card>

  <Card title="Enter your COGS" icon="coins" href="/en/guides/cogs">
    Calculate your real margins on every sale.
  </Card>

  <Card title="Analyze your performance" icon="chart-mixed" href="/en/guides/analyse-articles">
    Identify your best sales and optimize.
  </Card>

  <Card title="Invite your team" icon="users" href="/en/guides/utilisateurs">
    Work together on your reselling activity.
  </Card>
</CardGroup>

<Note>
  **Need help?** Check the [FAQ](/en/essentials/faq) or contact our support at **[support@vinkit.co](mailto:support@vinkit.co)**.
</Note>
