# Table Content

## Create Table Content

To create a new Table Content,

1. Highlight the table which you want to add a content to, then select the **Content** tab. ![](/files/D0ekkL3rgKSsysu8Tq6j)
2. Press the **Add** button located inside the table content section. ![](/files/fHfagTYnAeImFRXNQnFg)
3. A new table content will be added with several empty / default value fields inside ![](/files/A4kdV74zhB1aiIJqPHay)
   * Available fields: The content and it's fields will be dynamically added based from the table structure data ![](/files/CGw3m6XrxJODBCXN9JkO)

## Modifying Table Content

To modify a Table Content,

1. Highlight the table which content you want to modify, then select the **Content** tab.
2. Select the field that you want to modify
   * Available fields: The content and it's fields will be dynamically added based from the table structure data ![](/files/CGw3m6XrxJODBCXN9JkO)
3. Modifying the selected field depending on the fields type
   * Type on the field to modify the selected value for **VARCHAR** typed field or select from the selection for **BOOLEAN** typed field
4. The type for each field in **Content** tab will depends on the table structure type
   * There are 8 types selection:
     * **VARCHAR**
     * **BOOLEAN**
     * **INT**
     * **DATE**
     * **TIME**
     * **DATETIME**
     * **DECIMAL**
     * **BLOB**
   * The detailed information for each supported data type can be found here: [`MariaDB-data-types`](https://mariadb.com/kb/en/data-types/)
5. The changes on the **Content** tab will be automatically saved to the server.

## Delete Table Content

To delete a Table Content,

1. Highlight the table which content you want to delete, then select the **Content** tab.
2. Press the **Delete** button on the right side of a content that need to be removed. ![](/files/Tdv7IXnpPFXI7gTJJGow)


---

# 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.emobiq.com/emobiq-server/003-database/003-table-content.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.
