Files
twenty/packages/twenty-docs/l/it/user-guide/introduction.mdx
T
3dd858c91e i18n - docs translations (#16774)
Created by Github action

Pulls the latest documentation translations from Crowdin for all
supported languages:
- French (fr)
- Arabic (ar)  
- Czech (cs)
- German (de)
- Spanish (es)
- Italian (it)
- Japanese (ja)
- Korean (ko)
- Portuguese (pt)
- Romanian (ro)
- Russian (ru)
- Turkish (tr)
- Chinese (zh-CN)

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2025-12-23 14:26:11 +01:00

64 lines
2.4 KiB
Plaintext

---
title: Discover Twenty
description: Welcome to Twenty User Guide, your resources for advanced configurations and best practices.
---
import { CardTitle } from "/snippets/card-title.mdx"
<CardGroup cols={3}>
<Card href="/l/it/user-guide/getting-started/capabilities/what-is-twenty" img="/images/user-guide/api/api.png">
<CardTitle>Discover Twenty</CardTitle>
Learn what Twenty is and how it can help your business.
</Card>
<Card href="/l/it/user-guide/data-model/overview" img="/images/user-guide/fields/custom_data_model.png">
<CardTitle>Data Model</CardTitle>
Customize your data model to fit your business processes.
</Card>
<Card href="/l/it/user-guide/data-migration/overview" img="/images/user-guide/import-export-data/cloud.png">
<CardTitle>Data Migration</CardTitle>
Import and export your data via CSV or API.
</Card>
<Card href="/l/it/user-guide/calendar-emails/overview" img="/images/user-guide/emails/emails_header.png">
<CardTitle>Calendar & Emails</CardTitle>
Centralize your team's meetings and emails.
</Card>
<Card href="/l/it/user-guide/workflows/overview" img="/images/user-guide/workflows/workflow.png">
<CardTitle>Workflows</CardTitle>
Automate processes and integrate with external tools.
</Card>
<Card href="/l/it/user-guide/ai/overview" img="/images/user-guide/workflows/robot.png">
<CardTitle>AI</CardTitle>
Enhance your team with AI agents.
</Card>
<Card href="/l/it/user-guide/views-pipelines/overview" img="/images/user-guide/table-views/table_pink.png">
<CardTitle>Views & Pipelines</CardTitle>
Organize your data with actionable views and pipelines.
</Card>
<Card href="/l/it/user-guide/dashboards/overview" img="/images/user-guide/reporting/pie-chart.png">
<CardTitle>Dashboards</CardTitle>
Real-time insights to track performance.
</Card>
<Card href="/l/it/user-guide/permissions-access/overview" img="/images/user-guide/permissions/permissions.png">
<CardTitle>Permissions & Access</CardTitle>
Manage roles and access to Twenty.
</Card>
<Card href="/l/it/user-guide/billing/overview" img="/images/user-guide/setup/pricing.png">
<CardTitle>Billing</CardTitle>
Understand how Twenty pricing and billing works.
</Card>
<Card href="/l/it/user-guide/settings/overview" img="/images/user-guide/setup/settings.png">
<CardTitle>Settings</CardTitle>
Configure your workspace preferences.
</Card>
</CardGroup>