@@ -3,44 +3,56 @@ title: Vue d'ensemble
33description : Votre guide complet des fonctionnalités de Twenty CRM et des meilleures pratiques.
44---
55
6+ import { CardTitle } from " /snippets/card-title.mdx"
7+
68<CardGroup cols = { 2 } >
7- <Card title = " Getting Started" href = " /l/fr/user-guide/getting-started/what-is-twenty" img = " /images/user-guide/what-is-twenty/20.png" >
9+ <Card href = " /l/fr/user-guide/getting-started/what-is-twenty" img = " /images/user-guide/what-is-twenty/20.png" >
10+ <CardTitle >Prise en main</CardTitle >
811 Commencez votre parcours Twenty avec ces guides essentiels.
912 </Card >
1013
11- <Card title = " Data Model" href = " /l/fr/user-guide/data-model/customize-your-data-model" img = " /images/user-guide/fields/data_model.png" >
14+ <Card href = " /l/fr/user-guide/data-model/customize-your-data-model" img = " /images/user-guide/fields/data_model.png" >
15+ <CardTitle >Modèle de données</CardTitle >
1216 Personnalisez votre modèle de données pour s'adapter à vos processus métier uniques.
1317 </Card >
1418
15- <Card title = " CRM Essentials" href = " /l/fr/user-guide/crm-essentials/contact-and-account-management" img = " /images/user-guide/home/contact-and-account-management.png" >
19+ <Card href = " /l/fr/user-guide/crm-essentials/contact-and-account-management" img = " /images/user-guide/home/contact-and-account-management.png" >
20+ <CardTitle >Essentiels du CRM</CardTitle >
1621 Fonctions CRM essentielles pour la gestion des prospects, des ventes et des clients.
1722 </Card >
1823
19- <Card title = " Workflows" href = " /l/fr/user-guide/workflows/getting-started-workflows" img = " /images/user-guide/workflows/workflow.png" >
24+ <Card href = " /l/fr/user-guide/workflows/getting-started-workflows" img = " /images/user-guide/workflows/workflow.png" >
25+ <CardTitle >Flux de travail</CardTitle >
2026 Automatisez les processus et intégrez avec des outils externes.
2127 </Card >
2228
23- <Card title = " Collaboration" href = " /l/fr/user-guide/collaboration/emails-and-calendars" img = " /images/user-guide/emails/emails_header.png" >
29+ <Card href = " /l/fr/user-guide/collaboration/emails-and-calendars" img = " /images/user-guide/emails/emails_header.png" >
30+ <CardTitle >Collaboration</CardTitle >
2431 Centralisez les communications et la collaboration d'équipe.
2532 </Card >
2633
27- <Card title = " Integrations API" href = " /l/fr/user-guide/integrations-api/apis-overview" img = " /images/user-guide/integrations/plug.png" >
34+ <Card href = " /l/fr/user-guide/integrations-api/apis-overview" img = " /images/user-guide/integrations/plug.png" >
35+ <CardTitle >Intégrations et API</CardTitle >
2836 Apprenez à connecter Twenty à vos autres outils.
2937 </Card >
3038
31- <Card title = " Reporting" href = " /l/fr/user-guide/reporting/reporting-overview" img = " /images/user-guide/reporting/reporting.png" >
32- Suivez les performances grâce à des rapports et tableaux de bord personnalisés. Arrive T4 2025
33- </Card >
39+ <Card href = " /l/fr/user-guide/reporting/reporting-overview" img = " /images/user-guide/reporting/reporting.png" >
40+ <CardTitle >Rapports</CardTitle >
41+ Suivez les performances grâce à des rapports et tableaux de bord personnalisés. Arrive T4 2025
42+ </Card >
3443
35- <Card title = " Settings" href = " /l/fr/user-guide/settings/workspace-settings" img = " /images/user-guide/setup/settings.png" >
44+ <Card href = " /l/fr/user-guide/settings/workspace-settings" img = " /images/user-guide/setup/settings.png" >
45+ <CardTitle >Paramètres</CardTitle >
3646 Configurez les paramètres et préférences de votre espace de travail Twenty.
3747 </Card >
3848
39- <Card title = " Pricing" href = " /l/fr/user-guide/pricing/billing-and-pricing-faq" img = " /images/user-guide/setup/pricing.png" >
49+ <Card href = " /l/fr/user-guide/pricing/billing-and-pricing-faq" img = " /images/user-guide/setup/pricing.png" >
50+ <CardTitle >Tarification</CardTitle >
4051 Comprenez comment fonctionne la tarification de Twenty.
4152 </Card >
4253
43- <Card title = " Resources" href = " /l/fr/user-guide/resources/glossary" img = " /images/user-guide/glossary/glossary.png" >
54+ <Card href = " /l/fr/user-guide/resources/glossary" img = " /images/user-guide/glossary/glossary.png" >
55+ <CardTitle >Ressources</CardTitle >
4456 Définitions de terminologie et liens communautaires.
4557 </Card >
46- </CardGroup >
58+ </CardGroup >
0 commit comments