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

# Introduction

> Welcome to Vinkit documentation — the #1 CRM and bot for Vinted sellers

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

## What is Vinkit?

Vinkit is the **#1 CRM and Vinted bot** for professional sellers. Combining a Chrome extension and a dashboard, it helps you manage your listings, track your sales, calculate your margins, and automate your reselling activity on Vinted.

<VinkitCTA />

<Card title="Quick start" icon="rocket" href="/en/quickstart" horizontal>
  Install Vinkit and start using it in 3 steps.
</Card>

## Getting started

<Columns cols={2}>
  <Card title="Log in" icon="right-to-bracket" href="/en/guides/connexion">
    Log in to your Vinkit account.
  </Card>

  <Card title="Chrome Extension" icon="puzzle-piece" href="/en/guides/extension-chrome">
    Install and check for extension updates.
  </Card>

  <Card title="Sync data" icon="arrows-rotate" href="/en/guides/synchronisation">
    Refresh your data and wait for the sync to complete.
  </Card>

  <Card title="Quick start" icon="bolt" href="/en/quickstart">
    The step-by-step guide to get started.
  </Card>
</Columns>

## Features

<Columns cols={2}>
  <Card title="Republication" icon="rotate" href="/en/guides/republication">
    Bump your listings to boost their visibility.
  </Card>

  <Card title="COGS" icon="coins" href="/en/guides/cogs">
    Track your purchase costs and calculate your real margins.
  </Card>

  <Card title="Article analysis" icon="chart-mixed" href="/en/guides/analyse-articles">
    Analyze the performance of your listings.
  </Card>

  <Card title="Finances" icon="chart-line" href="/en/guides/finances">
    Monitor your revenue, expenses, and profitability.
  </Card>

  <Card title="User management" icon="users" href="/en/guides/utilisateurs">
    Invite collaborators and manage access.
  </Card>

  <Card title="Vinkit API" icon="terminal" href="/api-reference/introduction">
    Integrate Vinkit with your tools via the REST API.
  </Card>
</Columns>

{/* <Frame caption="Le tableau de bord Vinkit"> */}

{/* </Frame> */}
