---
title: 'Create and edit records'
description: 'Save changes explicitly and handle validation and restricted fields.'
---

# Create and edit records

You need write access to the entity and its relevant fields. Viewer access permits inspection rather than mutation; project read-only restrictions can also block writes.





## Create or edit

1. Select an entity and choose **Create**, or open an existing record's edit action.
2. Fill in the fields shown in the drawer. Use group tabs when the schema divides a long form into sections; **All fields** shows the combined form where configured.
3. Resolve validation messages next to the affected fields.
4. Choose **Save**. Reopen the record or reload the list to confirm persistence.

An unchanged record can have a disabled Save button. A read-only field is not editable simply because other fields are writable. Hidden fields and groups are configured by the developer; see [conditional fields](/docs/schema/conditional-fields) and [field groups](/docs/schema/field-groups).

## Leave safely

Save intended edits before closing, changing scope, or navigating away. Read any unsaved-change prompt rather than assuming navigation saved the form. Creating or editing a related record may open another drawer with its own save action.

## Delete

Review the record identity and the effect described by the delete confirmation. For bulk deletion, inspect the selection count. Test deletion workflows only with disposable tutorial records until you understand their relationship consequences. Disconnecting a relationship is not the same as deleting its target.

For blocked writes, check [project lifecycle](/docs/dashboard/project-lifecycle), [memberships](/docs/dashboard/members), and the error message rather than retrying repeatedly.


---

[View full sitemap](/docs/sitemap.md)
