Files
twenty/packages/twenty-docs/l/ko/user-guide/data-model/how-tos/customize-your-data-model.mdx
T
github-actions[bot] e3757f300a i18n - docs translations (#16779)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2025-12-23 17:06:38 +01:00

23 lines
1.3 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](/l/ko/user-guide/data-model/how-tos/create-custom-objects) |
| Add fields to an object | [How to Create Custom Fields](/l/ko/user-guide/data-model/how-tos/create-custom-fields) |
| Connect objects together | [How to Create Relation Fields](/l/ko/user-guide/data-model/how-tos/create-relation-fields) |
## Learn More
* [Understanding Your Data Model](/l/ko/user-guide/data-model/overview) — key concepts and planning tips
* [Objects](/l/ko/user-guide/data-model/capabilities/objects) — standard vs custom objects
* [Fields](/l/ko/user-guide/data-model/capabilities/fields) — all field types
* [Relation Fields](/l/ko/user-guide/data-model/capabilities/relation-fields) — connecting objects
* [Data Model FAQ](/l/ko/user-guide/data-model/how-tos/data-model-faq) — common questions