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

# User Guide

> Welcome to Twenty User Guide, your resources for advanced configurations and best practices.

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="/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>Data Model</CardTitle>
    Customize your data model to fit your business processes.
  </Card>

  <Card href="/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>Data Migration</CardTitle>
    Import and export your data via CSV or API.
  </Card>

  <Card href="/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>Calendar & Emails</CardTitle>
    Centralize your team's meetings and emails.
  </Card>

  <Card href="/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>Workflows</CardTitle>
    Automate processes and integrate with external tools.
  </Card>

  <Card href="/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>AI</CardTitle>
    Enhance your team with AI agents.
  </Card>

  <Card href="/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, views, and record page customization.
  </Card>

  <Card href="/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>Dashboards</CardTitle>
    Real-time insights to track performance.
  </Card>

  <Card href="/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>Permissions & Access</CardTitle>
    Manage roles and access to Twenty.
  </Card>

  <Card href="/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>Billing</CardTitle>
    Understand how Twenty pricing and billing works.
  </Card>

  <Card href="/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>Settings</CardTitle>
    Configure your workspace preferences.
  </Card>
</CardGroup>
