keywords : ['NocoDB fields editor', 'fields editor', 'fields editor in nocoDB', 'fields editor in nocoDB']
---
NocoDB offers a handy tool for easily managing the fields within a table. With this tool, you can add, modify, rename, arrange, or hide fields efficiently. It's particularly useful when creating a new table structure or making changes to an existing one.
## Accessing the Multi-Field Editor
1. Navigate to the table you wish to edit
2. Click on `Details` in the navbar
3. Select `Fields` tab
![Access](/img/v2/fields/editor/access.png)
## Adding fields
On the Multi-field editor page,
1. Click on `Add Field` button to add a new field.
2. Enter the field name and select the field type; configure default value (optional).
3. Click `Save changes` button to save the changes.
4. Field will be added to the end of the list. You can reorder the fields as needed.
![Add field](/img/v2/fields/editor/add-field.png)
:::tip
- You can add / update/ delete multiple fields & save changes in one go.
- Use `Restore` to discard edits to a particular field. Use `Reset` to discard all active changes on multi-field editor.
:::
## Editing fields
On the Multi-field editor page,
1. Click on the field you wish to edit.
2. Make the necessary changes in the `Edit Field` modal. You can update the field name, type, default value, and other attributes.
3. Click `Save changes` button to save the changes.