
Once you create a schema, you can use it to record data in the database.


<div class="admonition admonition-note"><div class="admonition-icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg></div><div class="admonition-body"><div class="admonition-content">

Schema records can also be added or deleted by automations and your own applications using the Synerise API.

</div></div></div>


## Adding records

You can manually add a single record.

1. Go to <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/data-management-icon.png" alt="Data Modeling icon" class="icon"> **Data Modeling Hub > Schema Builder**.
2. In the list of schemas, click the schema.
3. In the upper-right corner, click **Add record**.
4. In the view that opens, fill in the data required by the schema.
5. Click **Apply**.
6. To add more records, repeat the procedure.

## Viewing record details

1. Go to <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/data-management-icon.png" alt="Data Modeling icon" class="icon"> **Data Modeling Hub > Schema Builder**.
2. In the list of schemas, click a schema.
3. In the list of records, click a record.  
   **Result:** A pop-up with the record's details opens.
 
## Deleting records

Deleting records is irreversible.

1. Go to <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/data-management-icon.png" alt="Data Modeling icon" class="icon"> **Data Modeling Hub > Schema Builder**.
2. In the list of schemas, click a schema.
3. In the list of records, locate the record to delete and click <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/threedoticon.png" alt="Three dot icon" class="icon">.
4. In the menu that opens, click **Delete**.  
   **Result:** The record is permanently deleted.