# Edit Table Data

You can modify non-spatial data displayed in tables if you have the required permissions.

## Create a Record

To create a new record in a table:

1. Click the Add icon <img src="/files/B6CGzC1fEjxI4UG7euHE" alt="" data-size="line"> to open the form.
2. Enter values for each field in the form.

   Some fields displayed as dropdown lists may include an empty option, allowing you to assign a null value.

   If the form allows it, you can attach documents or URLs by clicking the Add <img src="/files/2yiob9IE1JTNFPySfTcU" alt="" data-size="line"> button.\
   The maximum file size is 20 MB.

   <figure><img src="/files/t7ztxUZZJ6NTbKTNKEHt" alt=""><figcaption></figcaption></figure>
3. Once the form is complete, click **Create** to finalize the record. The new record appears in the table.

## Modify a Record

To modify a record:

1. Hover over a record to display the Edit icon <img src="/files/LxRyi9XZdCQgZ2hRsrLc" alt="" data-size="line">, then click it.
2. In the **Update Record** window, modify the desired field values.
3. If necessary:

   * Add documents by clicking the Add icon <img src="/files/2yiob9IE1JTNFPySfTcU" alt="" data-size="line">
   * Edit an existing document by clicking the Edit icon <img src="/files/cjMDrERfA6qoMjpH7DrW" alt="" data-size="line">
   * Delete a document by clicking the Delete icon <img src="/files/t7qq6rK5FYNY3fd3m1BF" alt="" data-size="line">

   <figure><img src="/files/pUOlElFojXdsGvhMXrX8" alt=""><figcaption></figcaption></figure>
4. Click **Update** to save the changes.

## Delete Records

To delete one or more records:

1. Select the records to delete.
2. Click the Delete icon <img src="/files/vIsM75zu0iGKUgHzcXT8" alt="" data-size="line">. A confirmation message appears.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/i-want-to.../edit-data/edit-table-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
