> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/data/data-sets.md).

# Data sets

The applications have access to (master) data from external data sources (**import data**). In addition, **entered data** can also be written to external data sources (**export data**) again by using a [**data hub**](/any2info-academy/no-code-platform/data-studio/data-hubs.md).&#x20;

Any2info uses **a so-called** [**dataclip**](/any2info-academy/no-code-platform/data-studio/data-clips.md) **as a tool to be able to use datasets in its applications**.

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

Data clips are data tables that represent datasets directly from a data source or created by using dataflows in the data hub.

These tables are used for visualising data on dashboards and/or for data entry and selections in a form using lists, trees, status, etc..

A dataclip is a data table consisting of a series of columns (headers) and rows where each row is characterized by a unique ID.

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

There are **3 types of dataclips - connections:**

* **Push**: The data traffic is configured in de Data Studio using the services of the data hub. A data hub has a series of configured connectors that can access a specific source for data retrieval.&#x20;
* **SQL**: The data traffic is initiated by applying a query to the platform's database (SQL).
* **Pull**: Data traffic is initiated from a client device.

The most commonly used dataclip type is a **push dataclip** **that is created as a result of a data flow.**&#x20;

**All dataclips are stored in the Any2info database (SQL).**

### Mapping data

Linking the content of a dataclip to components on dashboards and/or forms is called **Mapping**.&#x20;

See the separate explanation for [**forms**](/any2info-academy/no-code-platform/app-studio/data/mapping-form-data.md) here and for [**dashboards**](/any2info-academy/no-code-platform/app-studio/data/mapping-dashboard-data.md) here.

####


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://academy.any2info.com/any2info-academy/no-code-platform/app-studio/data/data-sets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
