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

# Key Features

> A tour of everything Twenty can do — from custom data models to AI-powered automation.

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

Twenty is a full-featured CRM platform. Here's what you can build with it.

<CardGroup cols={2}>
  <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>Custom Data Model</CardTitle>
    Define the exact data structure your business needs.
    <br />Create custom objects, add custom fields with 20+ field types, and build relationships between any objects.
  </Card>

  <Card href="/user-guide/views-pipelines/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>Views & Pipelines</CardTitle>
    Switch between table views, kanban boards, and calendar views.
    <br />Filter with AND/OR logic, sort by multiple fields, group records, and save custom views.
  </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 & Automation</CardTitle>
    Automate any business process without writing code.
    <br />Trigger workflows on record changes, schedules, manual actions, or incoming webhooks.
  </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 & Email Sync</CardTitle>
    Connect your Google Workspace or Microsoft 365 account.
    <br />Emails and calendar events automatically appear on the relevant CRM records.
  </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>
    AI agents that work autonomously within your CRM — answering questions, enriching records, and executing multi-step tasks within your permission model.
  </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 & Reporting</CardTitle>
    Build custom dashboards with real-time widgets.
    <br />Track pipeline metrics, team performance, and business KPIs with configurable charts and filters.
  </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 Control</CardTitle>
    Role-based access control at every level — objects, fields, and individual records.
    <br />Configure SSO with SAML or OIDC. Audit logs track who did what.
  </Card>

  <Card href="/developers/extend/api" img="https://mintcdn.com/twenty-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/dev-api.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=303dc4e3eefd83466f0dfef3c0dc712a" width="1440" height="680" data-path="images/user-guide/halftone/dev-api.png">
    <CardTitle>API & Extensibility</CardTitle>
    A developer-first API that adapts to your custom data model.
    <br />Both GraphQL and REST endpoints, with auto-generated documentation per workspace.
  </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 Import & Export</CardTitle>
    Import data from CSV files or via API.
    <br />Field mapping, duplicate detection, and error handling built in. Export your data anytime — no lock-in.
  </Card>

  <Card href="/developers/self-host/self-host" img="https://mintcdn.com/twenty-claude-cool-pascal-5ay683/aB4cYnlgNMdmNZD3/images/user-guide/halftone/dev-self-host.png?fit=max&auto=format&n=aB4cYnlgNMdmNZD3&q=85&s=b6a8a72963b5c99e5b66628904cb9683" width="1194" height="562" data-path="images/user-guide/halftone/dev-self-host.png">
    <CardTitle>Self-Hosting</CardTitle>
    Run Twenty on your own infrastructure with a single Docker Compose command.
    <br />Full control over your data, updates on your schedule.
  </Card>
</CardGroup>
