# Data Management

You can see all of your page or navigation items as data tables on the data tab. See all of your fields and the data in the grid here.&#x20;

<figure><img src="/files/byXE7XhI4Bl7JbMY4KTQ" alt=""><figcaption></figcaption></figure>

## Add new records

Add new records by clicking the new record button on the top of the table.&#x20;

{% embed url="<https://app.arcade.software/share/uRU6s677FPW8nPUAoleJ>" %}

{% hint style="info" %}
To update fields or field types please use the Agent Builder.&#x20;
{% endhint %}

### **Create or edit field types**

Click the field to edit the field type or add filters&#x20;

Create a new field by clicking the plus on the right side of the data grid, give the field a name and choose the type. Or ask AI to create it for you.&#x20;

<figure><img src="/files/zyTES82qDmbSCajdjMfp" alt=""><figcaption></figcaption></figure>

See field types [here](/stacker-astra/manage-data-using-ai/fields-you-can-create.md#the-list-of-fields-you-can-use-in-your-app).&#x20;

### **Import a CSV to create a new table**

1. Click the Data toggle&#x20;
2. Click the **+ Add or import** button
3. Select **Import from CSV**&#x20;
4. Select the file and upload

### Paste a spreadsheet

Create a new table by pasting your spreadsheet with the first row being headers.&#x20;

1. Click the Data toggle&#x20;
2. Click the **+ Add or import** button
3. Select **Paste from Spreadsheet**
4. Copy your spreadsheet and paste into the box
5. Select **First row is header**
6. Give your table a name and import

&#x20;

<figure><img src="/files/z2Uc3VtugMiI63lpiyHF" alt="" width="375"><figcaption></figcaption></figure>

## Paste Data

Add bulk data to your data grid by pasting directly into Stacker Tables.&#x20;

1. Go to **Data**
2. Click the empty row &#x20;
3. Click **CMD + V** on the keyboard
4. Select **Confirm**


---

# 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.stackerhq.com/stacker-astra/manage-data-using-ai/data-management.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.
