# Data Tool

Built into the App Editor, the Data Tool provides a quick and easy way to manage a table's data.

To launch the Data Tool, click on a table and select the **`Data Tool`** option from the popup menu.

<div align="left"><figure><img src="/files/5oXaELIiC3nxgeI5yAoR" alt="" width="302"><figcaption><p>Table menu: Data Tool</p></figcaption></figure></div>

The image below shows the Data Tool for the *Customers* [Database Table](/app-editor/data/database-tables.md).

<figure><img src="/files/6nOeyDVuABFpVRwGmuzz" alt=""><figcaption><p>Example of the Data Tool for the Customers table</p></figcaption></figure>

Using the data tool, you can add, view, edit and delete records from the table.


---

# 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.zingy.ai/app-editor/data/data-tool.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.
