Files
twenty/packages/twenty-docs/getting-started/core-concepts/ai.mdx
T
EtienneGitHubclaude[bot] <41898282+claude[bot]@users.noreply.github.com>Etienne
32e0425a65 Docs - Update getting started (#19976)
- Add product tour video
- Add new graphic design assets

---------

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Etienne <etiennejouan@users.noreply.github.com>
2026-04-22 14:52:52 +00:00

35 lines
1.3 KiB
Plaintext

---
title: AI
description: How Twenty uses AI to enhance your CRM experience.
icon: "robot"
---
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
Twenty integrates AI directly into your CRM — not as a gimmick, but as a tool that works within your data model and permission system.
## AI Chatbot
Ask questions about your data in natural language. The AI chatbot can query your CRM records, summarize information, and help you find what you're looking for without building complex filters.
<VimeoEmbed videoId="1185511734" title="AI chatbot" />
## AI Agents
AI agents go beyond chat — they can execute multi-step tasks autonomously:
- Enrich records with data from external sources
- Draft and send follow-up emails
- Analyze pipeline health and flag at-risk deals
- Process incoming data and route it to the right team
Agents work within your existing workflows, so you can combine AI with manual approvals, conditional logic, and external API calls.
## Permissions & safety
AI in Twenty respects your permission model. Agents can only access objects and fields that the user (or role) has permission to view. Sensitive data stays protected even when AI is involved.
<Card title="Full AI guide" icon="arrow-right" href="/user-guide/ai/overview">
Detailed reference on the chatbot, agents, and permission controls.
</Card>