# Data Editor

{% embed url="<https://www.youtube.com/watch?v=UfN2JYWSrD0&list=PLSkzi9eq0vBnUGMnwXrRRVo9TXUjZ7uSj&index=21&ab_channel=JetAdmin>" %}

<figure><img src="/files/0lP84I0hbxpMcYEgbiqn" alt=""><figcaption></figcaption></figure>

`Data` helps you to connect, manage, and blend data from different [Data Sources](/user-guide/integrations.md). You can do different operations with your `Data`:

* Sync your data from different [Data Sources](/user-guide/integrations.md) (Database, Stripe, Zendesk, etc.)
* Adding [Computed Columns](/user-guide/computed-columns.md): [Formula](/user-guide/computed-columns/formulas.md), [Roll up](/user-guide/computed-columns/rollup-column.md), [Lookup](/user-guide/computed-columns/lookup-column.md)
* Import, Export your Data to the Collection
* Update Field Type
* Hide or Reorder Columns
* Manage your Collection by Adding/Editing rows
* Search, Filter, and Sorting your Collection Data
* Define [Relations](/user-guide/computed-columns/relations.md) between Collections
* Making [API requests](/user-guide/data/make-an-http-request.md) and [SQL queries](/user-guide/data/make-a-sql-query.md)

You handle the Data when you add a resource to your component. Collections are visualizations of the data that Jet gets from your resources.

### Navigating Data Editor

{% embed url="<https://www.youtube.com/watch?v=0nRHFy6oPmw&list=PLSkzi9eq0vBnUGMnwXrRRVo9TXUjZ7uSj&index=25&ab_channel=JetAdmin>" %}

### Field Types

{% embed url="<https://www.youtube.com/watch?v=-VnJL0KbiXc&list=PLSkzi9eq0vBnUGMnwXrRRVo9TXUjZ7uSj&index=26&ab_channel=JetAdmin>" %}

## Editing data

{% embed url="<https://www.youtube.com/watch?v=nKwapk29m-A&list=PLSkzi9eq0vBnUGMnwXrRRVo9TXUjZ7uSj&index=27&ab_channel=JetAdmin>" %}

## Data Syncs

{% embed url="<https://www.youtube.com/watch?v=RqtphcWBDnk&list=PLSkzi9eq0vBnUGMnwXrRRVo9TXUjZ7uSj&index=28&ab_channel=JetAdmin>" %}


---

# 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.jetadmin.io/user-guide/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.
