> ## Documentation Index
> Fetch the complete documentation index at: https://twenty-claude-cool-pascal-5ay683.mintlify.site/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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/data-model.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=9c86ad2ab07ed29dc3a1fafe97a0e7ce" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/data-migration.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=09e7a46dbc68a52ae4e2aed26d378c36" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/calendar-emails.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=49d1b7b6e23ebbe0b1487b55254e65de" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/workflows.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=eb00c07cc73453d89bbfb397b1d5b3da" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/ai.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=fa36592eeb0429d01cd35876addb3d55" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/layout.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=a7905d7381e7e5ff5d62d229afb53046" width="2880" height="1360" data-path="images/user-guide/halftone/layout.png">
    <CardTitle>Layout</CardTitle>
    Sidebar, views, and record page customization.
  </Card>

  <Card href="/user-guide/dashboards/overview" img="https://mintcdn.com/twenty-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/dashboards.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=29f0ef51616d27778fe9d81be9f9f450" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/permissions.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=394b6ffc53e96298ca3b4e0f3713707a" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/billing.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=9b6349627897e05d69012de431ff9f0f" 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-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/settings.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=bd316c582ff28e96360fad06ce795ec5" width="1440" height="680" data-path="images/user-guide/halftone/settings.png">
    <CardTitle>Settings</CardTitle>
    Configure your workspace preferences.
  </Card>
</CardGroup>
