# Analytics

- [Create Chart](https://docs.unblinked.com/analytics/create-chart.md): This guide explains how to create the chart. In this guide, you can check out how to import, analyze, and visualize data as a chart.
- [Select Mode](https://docs.unblinked.com/analytics/create-chart/select-mode.md)
- [Function mode](https://docs.unblinked.com/analytics/create-chart/function.md): This guide explains how to create chart in function mode. In this guide, you can check out how to import, analyze, and visualize data in using Excel-like functions.
- [1. How to import data](https://docs.unblinked.com/analytics/create-chart/function/1.-how-to-import-data.md): This guide explains how to import data and select time range of the data
- [Select Data](https://docs.unblinked.com/analytics/create-chart/function/1.-how-to-import-data/select-data.md): Data are the time-series tables, which has one time column and the other
- [Select Time Range](https://docs.unblinked.com/analytics/create-chart/function/1.-how-to-import-data/select-time-range.md): This guide explains how to select the time range for data
- [Data Setting](https://docs.unblinked.com/analytics/create-chart/function/1.-how-to-import-data/data-setting.md): This guide explains how to change time range of data or delete the data
- [2. How to analyze data](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data.md): This guide explains how to write, add, and run Functions.
- [Data Details](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/data-details.md)
- [Function Setting](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/function-setting.md)
- [How to write functions](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/how-to-write-functions.md): This guide explains how to get help writing functions.
- [Function Library](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/function-library.md)
- [Function Chart Examples](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/function-chart-examples.md)
- [3. How to visualize data](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data.md): This guide explains how to visualize data in function mode. In this guide, you can check out how to manage and apply various chart types
- [Line & Bar Chart](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data/line-and-bar-chart.md)
- [Doughnut Chart](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data/doughnut-chart.md)
- [Number Chart](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data/number-chart.md)
- [Table Chart](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data/table-chart.md)
- [Color Setting](https://docs.unblinked.com/analytics/create-chart/function/3.-how-to-visualize-data/color-setting.md)
- [Python mode](https://docs.unblinked.com/analytics/create-chart/python.md): This guide explains how to create chart in Python mode. In this guide, you can check out how to import, analyze, and visualize data in Python language.
- [1. How to preview data](https://docs.unblinked.com/analytics/create-chart/python/1.-how-to-preview-data.md)
- [2. How to analyze data](https://docs.unblinked.com/analytics/create-chart/python/2.-how-to-analyze-data.md): This guide explains how to analyze data in Python mode.
- [Python Setting](https://docs.unblinked.com/analytics/create-chart/python/2.-how-to-analyze-data/python-setting.md)
- [How to write Python](https://docs.unblinked.com/analytics/create-chart/python/2.-how-to-analyze-data/how-to-write-python.md)
- [Python Chart Examples](https://docs.unblinked.com/analytics/create-chart/python/2.-how-to-analyze-data/python-chart-examples.md)
- [3. How to visualize data](https://docs.unblinked.com/analytics/create-chart/python/3.-how-to-visualize-data.md): This guide explains how to visualize data in Python mode. In this guide, you can check out how to manage and apply various chart types
- [Line & Bar Chart](https://docs.unblinked.com/analytics/create-chart/python/3.-how-to-visualize-data/line-and-bar-chart.md)
- [Table Chart](https://docs.unblinked.com/analytics/create-chart/python/3.-how-to-visualize-data/table-chart.md)
- [Publish Chart](https://docs.unblinked.com/analytics/publish-chart.md)
- [Chart Examples](https://docs.unblinked.com/analytics/chart-examples.md): Here're the list of chart examples made in each mode.
- [Fork Chart](https://docs.unblinked.com/analytics/fork-chart.md)


---

# 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.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.
