# 1. How to preview data

![](/files/5bMVJAfPNbuU3sd5TCQj)

To get the context of the data, you can import the data to preview. Selecting data preview is same as [Select Data](/analytics/create-chart/function/1.-how-to-import-data/select-data.md) in Function mode.

{% hint style="info" %}
Please notice that in Python mode, the data and the time range you selected to preview will not affect the actual Python code written.
{% 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/terminal/create-bot-strategy/1.-how-to-preview-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.
