Files
twenty/packages/twenty-docs/getting-started/key-features.mdx
T
5d438bb70c Docs: restructure navigation, add halftone illustrations, clean up hero images (#19728)
## Summary

- **New Getting Started section** with quickstart guide and restructured
navigation
- **Halftone-style illustrations** for User Guide and Developer
introduction cards using a Canvas 2D filter script
- **Removed hero images** (`image:` frontmatter + `<Frame><img>` blocks)
from all user-guide article pages
- **Cleaned up translations** (13 languages): removed hero images and
updated introduction cards to use halftone style
- **Cleaned up twenty-ui pages**: removed outdated hero images from
component docs
- **Deleted orphaned images**: `table.png`, `kanban.png`
- **Developer page**: fixed duplicate icon, switched to 3-column layout

## Test plan

- [ ] Verify docs site builds without errors
- [ ] Check User Guide introduction page renders halftone card images in
both light and dark mode
- [ ] Check Developer introduction page renders 3-column layout with
distinct icons
- [ ] Confirm article pages no longer show hero images at the top
- [ ] Spot-check a few translated pages to ensure hero images are
removed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions <github-actions@twenty.com>
2026-04-21 09:13:55 +02:00

88 lines
3.9 KiB
Plaintext

---
title: Key Features
description: A tour of everything Twenty can do — from custom data models to AI-powered automation.
icon: "star"
---
Twenty is a full-featured CRM platform. Here's what you can build with it.
## Custom Data Model
Define the exact data structure your business needs. Create custom objects (beyond the standard Companies, People, and Opportunities), add custom fields with 20+ field types, and build relationships between any objects.
<Card title="Learn more about the Data Model" icon="database" href="/user-guide/data-model/overview">
Objects, fields, relations — fully customizable to your business.
</Card>
## Views & Pipelines
See your data the way you want. Switch between table views, kanban boards, and calendar views. Filter with AND/OR logic, sort by multiple fields, group records, and save custom views for your team.
<Card title="Explore Views & Pipelines" icon="table" href="/user-guide/views-pipelines/overview">
Table, kanban, calendar — all with powerful filtering and sorting.
</Card>
## Workflows & Automation
Automate any business process without writing code. Trigger workflows on record changes, schedules, manual actions, or incoming webhooks. Chain together actions like creating records, sending emails, calling APIs, running custom JavaScript, and branching with conditions.
<Card title="Build Workflows" icon="bolt" href="/user-guide/workflows/overview">
Triggers, actions, branches, and integrations — all visual.
</Card>
## Calendar & Email Sync
Connect your Google Workspace or Microsoft 365 account. Emails and calendar events automatically appear on the relevant CRM records. Send emails directly from Twenty and track all communication history.
<Card title="Set up Calendar & Emails" icon="envelope" href="/user-guide/calendar-emails/overview">
Sync mailboxes, track activity, send from Twenty.
</Card>
## AI
Twenty integrates AI agents that can work autonomously within your CRM — answering questions about your data, enriching records, and executing multi-step tasks. AI works within your permission model so it only accesses what it should.
<Card title="Explore AI" icon="robot" href="/user-guide/ai/overview">
AI chatbot, autonomous agents, and smart workflows.
</Card>
## Dashboards & Reporting
Build custom dashboards with real-time widgets. Track pipeline metrics, team performance, and business KPIs. Configure chart types, date ranges, and filters to get the exact view you need.
<Card title="Build Dashboards" icon="chart-bar" href="/user-guide/dashboards/overview">
Widgets, charts, and real-time analytics.
</Card>
## Permissions & Access Control
Role-based access control at every level — objects, fields, and individual records. Configure SSO with SAML or OIDC. Audit logs track who did what.
<Card title="Configure Permissions" icon="lock" href="/user-guide/permissions-access/overview">
Roles, SSO, object/field/row-level security.
</Card>
## API & Extensibility
A developer-first API that adapts to your custom data model. Both GraphQL and REST endpoints, with auto-generated documentation per workspace. Build custom apps, connect via webhooks, or use Zapier.
<Card title="Explore the API" icon="plug" href="/developers/extend/api">
GraphQL, REST, webhooks, and custom apps.
</Card>
## Data Import & Export
Import data from CSV files or via API. Field mapping, duplicate detection, and error handling built in. Export your data anytime — no lock-in.
<Card title="Migrate Your Data" icon="cloud-arrow-up" href="/user-guide/data-migration/overview">
CSV import, API import, and migration from other CRMs.
</Card>
## Self-Hosting
Run Twenty on your own infrastructure with a single Docker Compose command. Full control over your data, updates on your schedule, and no per-seat cloud fees.
<Card title="Self-Host Twenty" icon="server" href="/developers/self-host/self-host">
Docker Compose, configuration, and upgrade guides.
</Card>