packages/twenty-docs/user-guide/data-model/how-tos/create-relation-fields.mdx
Relation fields connect records from different objects—for example, linking People to Companies.
<Note> **Relation names cannot be changed after creation** (they affect the API). Plan your names carefully. </Note>Decide:
See Relation Fields for relation types explained.
Now each Person can be linked to a Company, and each Company shows its People.
Links are preserved but hidden. Reactivate to restore.
<Note> **Deleting a relation doesn't delete records.** Only the link between them is removed. </Note>