# Data Setting

## Delete Data

![](/files/PST7zCVyWIVs29rZYQ5V)

You can delete the imported data as follows:

1. On the left-hand bar, you can find the list of imported data.
2. Select the data you want to delete.
3. Click the **DELETE** button at the bottom right.

{% hint style="danger" %}
Please be aware that once you delete the data, it might affect the result. So please check the code written after deleting data.
{% endhint %}

***

## Change Time Range

![](/files/RabioL0dJA1m5Dzi6mKo)

You can change the time range of data as follows:

1. On the left-hand bar, you can find the list of imported data.
2. Select the data you want to change the time range for.
3. Click the **Change time range** button at the bottom right.

{% hint style="danger" %}
Please be aware that once you change the time range of the data, it might affect the result. So please check the code written after changing time range.
{% endhint %}


---

# 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.unblinked.com/analytics/create-chart/function/1.-how-to-import-data/data-setting.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.
