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

# Guide de l'utilisateur

> Bienvenue dans le guide utilisateur de Twenty, vos ressources pour les configurations avancées et les meilleures pratiques.

export const CardTitle = ({children}) => {
  return <div className="text-base font-semibold text-gray-900 dark:text-gray-100">
      {children}
    </div>;
};

<CardGroup cols={3}>
  <Card href="/l/fr/user-guide/data-model/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=c25176e1d61aa864cb9e3f4d85541001" width="1440" height="680" data-path="images/user-guide/halftone/data-model.png">
    <CardTitle>Modèle de données</CardTitle>
    Personnalisez votre modèle de données pour l'adapter à vos processus métier.
  </Card>

  <Card href="/l/fr/user-guide/data-migration/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=823222a5670cacf6c3a5253eb306ad33" width="2880" height="1360" data-path="images/user-guide/halftone/data-migration.png">
    <CardTitle>Migration des données</CardTitle>
    Importez et exportez vos données via CSV ou API.
  </Card>

  <Card href="/l/fr/user-guide/calendar-emails/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=2edb0aff195ccdf9f65a28a5dba4b49c" width="2880" height="1360" data-path="images/user-guide/halftone/calendar-emails.png">
    <CardTitle>Calendrier et e-mails</CardTitle>
    Centralisez les réunions et les e-mails de votre équipe.
  </Card>

  <Card href="/l/fr/user-guide/workflows/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=f9d95fb3872537ee8f244839009ca612" width="5760" height="2720" data-path="images/user-guide/halftone/workflows.png">
    <CardTitle>Flux de travail</CardTitle>
    Automatisez les processus et intégrez des outils externes.
  </Card>

  <Card href="/l/fr/user-guide/ai/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/ai.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=327c4d53f56636c66a1e4a349f721586" width="2880" height="1360" data-path="images/user-guide/halftone/ai.png">
    <CardTitle>IA</CardTitle>
    Renforcez votre équipe avec des agents IA.
  </Card>

  <Card href="/l/fr/user-guide/layout/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/layout.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=1e372973420fdfd6f7f180d37e2ce456" width="2880" height="1360" data-path="images/user-guide/halftone/layout.png">
    <CardTitle>Layout</CardTitle>
    Navigation, vues et personnalisation de la page d'enregistrement.
  </Card>

  <Card href="/l/fr/user-guide/dashboards/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=8d301f330678289d7ec5f21885bcaccb" width="1440" height="680" data-path="images/user-guide/halftone/dashboards.png">
    <CardTitle>Tableaux de bord</CardTitle>
    Analyses en temps réel pour suivre les performances.
  </Card>

  <Card href="/l/fr/user-guide/permissions-access/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=42e7c83b1d35672945aeb6f0338387b6" width="5760" height="2720" data-path="images/user-guide/halftone/permissions.png">
    <CardTitle>Autorisations et accès</CardTitle>
    Gérez les rôles et l'accès à Twenty.
  </Card>

  <Card href="/l/fr/user-guide/billing/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/billing.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=ec1a7cbc6a015ff3c6355353ae65512f" width="1440" height="680" data-path="images/user-guide/halftone/billing.png">
    <CardTitle>Facturation</CardTitle>
    Comprenez le fonctionnement de la tarification et de la facturation de Twenty.
  </Card>

  <Card href="/l/fr/user-guide/settings/overview" img="https://mintcdn.com/twenty/zz3tLxIdf6G4nr1Z/images/user-guide/halftone/settings.png?fit=max&auto=format&n=zz3tLxIdf6G4nr1Z&q=85&s=52153755084e8cea0462dc3e1b443a54" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>Paramètres</CardTitle>
    Configurez les préférences de votre espace de travail.
  </Card>
</CardGroup>
