packages/twenty-docs/getting-started/core-concepts/ai.mdx
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.
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 go beyond chat — they can execute multi-step tasks autonomously:
Agents work within your existing workflows, so you can combine AI with manual approvals, conditional logic, and external API calls.
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>