# Intro to data

Understanding data is essential for creating personalized and interactive videos in the [Blings](http://blings.io/) Studio. In this guide, we'll introduce you to the fundamentals of data and how it plays a crucial role in crafting tailored video experiences.

## The Schema: Your Data Blueprint

* On the right side of your screen within the Studio, you'll find the Mp5 Dynamic Data Panel. Think of the this panel as the blueprint that defines the structure and content of your data.
* Typically, you'll already know the specific data you want to use based on your project's requirements and use case. The dynamic data represents how your data is organized and utilized within your video.
* In cases where you don't have preset data, you can manually create data fields. For example, if you have a "firstName" field, you can add a placeholder like "John" for testing purposes. Later, this field will be populated with actual data.

{% hint style="info" %}
You have the flexibility to create, edit, and update the dynamic data either directly in the Studio or through the platform, depending on your workflow.
{% endhint %}

## Types of data

<table><thead><tr><th width="100">Data</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Text</strong></mark></td><td>Text data allows you to personalize the video with dynamic text content, such as names, greetings, or messages.</td></tr><tr><td><mark style="color:blue;"><strong>Number</strong></mark></td><td>Numeric data fields enable you to incorporate dynamic numerical values into your video, like scores, prices, or quantities.</td></tr><tr><td><mark style="color:blue;"><strong>Color</strong></mark></td><td>Color data lets you dynamically change visual elements in your video, matching colors to user preferences or branding.</td></tr><tr><td><mark style="color:blue;"><strong>Link</strong></mark></td><td>Link data enables you to include dynamic URLs or links within your video, directing users to specific web pages or resources.</td></tr><tr><td><mark style="color:blue;"><strong>Boolean</strong></mark></td><td>Boolean data provides the option for conditional content display based on true/false conditions.</td></tr><tr><td><mark style="color:blue;"><strong>Image</strong></mark></td><td>Image data allows you to insert dynamic images into your video, enhancing visual appeal and customization.</td></tr><tr><td><mark style="color:blue;"><strong>Video</strong></mark></td><td>Video data enables the integration of dynamic video clips or segments within your video project.</td></tr><tr><td><mark style="color:blue;"><strong>Audio</strong></mark></td><td>Audio data lets you add dynamic audio elements, such as background music or voiceovers, to enhance the audiovisual experience.</td></tr></tbody></table>

## **Why Data Matters**

Data is the key to creating engaging and personalized video content. It empowers you to craft videos that resonate with individual users, making your content more relevant and impactful.

Understanding how to work with different data types and how to structure your Mp5 dynamic data is fundamental to unlocking the full potential of the [Blings](http://blings.io/) Studio for your creative projects.


---

# 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://help.blings.io/creator/intro-to-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.
