Reorganizing by Feature sections
Capabilities folders to give an overview of each feature
How-Tos folders to give guidance for advanced customizations
Reorganized the Developers section as well, moving the API sub section
there
added some new visuals and videos to illustrate the How-Tos articles
checked the typos, the links and added a section at the end of the
doc.json file to redirect existing links to the new ones (SEO purpose +
continuity of the user experience)
What I have not updated is the "l" folder that, per my understanding,
contains the translation of the User Guide - that I only edited in
English
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
5301502a32. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
---
|
|
title: Customize Your Data Model
|
|
description: Overview of data model customization options.
|
|
---
|
|
|
|
Twenty's data model is fully customizable. Create objects, fields, and relations to match your business.
|
|
|
|
## Quick Links
|
|
|
|
| I want to... | Guide |
|
|
|--------------|-------|
|
|
| Create a new object | [How to Create Custom Objects](/user-guide/data-model/how-tos/create-custom-objects) |
|
|
| Add fields to an object | [How to Create Custom Fields](/user-guide/data-model/how-tos/create-custom-fields) |
|
|
| Connect objects together | [How to Create Relation Fields](/user-guide/data-model/how-tos/create-relation-fields) |
|
|
|
|
## Learn More
|
|
|
|
- [Understanding Your Data Model](/user-guide/data-model/overview) — key concepts and planning tips
|
|
- [Objects](/user-guide/data-model/capabilities/objects) — standard vs custom objects
|
|
- [Fields](/user-guide/data-model/capabilities/fields) — all field types
|
|
- [Relation Fields](/user-guide/data-model/capabilities/relation-fields) — connecting objects
|
|
- [Data Model FAQ](/user-guide/data-model/how-tos/data-model-faq) — common questions
|