# UnBlinked

## UnBlinked Tutorial

- [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)
- [Create Bot Strategy](https://docs.unblinked.com/terminal/create-bot-strategy.md)
- [0. How to write code](https://docs.unblinked.com/terminal/create-bot-strategy/0.-how-to-write-code.md)
- [1. How to preview data](https://docs.unblinked.com/terminal/create-bot-strategy/1.-how-to-preview-data.md)
- [Fork Strategy](https://docs.unblinked.com/terminal/fork-strategy.md)
- [Strategy Examples](https://docs.unblinked.com/terminal/strategy-examples.md)
- [Deploy Bot](https://docs.unblinked.com/terminal/deploy-bot.md): This feature and guide will be updated later
- [Manage Strategy](https://docs.unblinked.com/workspace/manage-strategy.md)
- [Strategy Published](https://docs.unblinked.com/workspace/manage-strategy/strategy-published.md)
- [Strategy saved as draft](https://docs.unblinked.com/workspace/manage-strategy/strategy-saved-as-draft.md)
- [Manage Bot](https://docs.unblinked.com/workspace/manage-bot.md): This feature and guide will be updated later
- [Change Password](https://docs.unblinked.com/account-setting/change-password.md)
- [Register Exchange Account](https://docs.unblinked.com/account-setting/register-exchange-account.md): This feature and guide will be updated later
- [Register OTP](https://docs.unblinked.com/account-setting/register-otp.md): This feature and guide will be updated later
- [Register Payment](https://docs.unblinked.com/account-setting/register-payment.md): This feature and guide will be updated later
- [Function Library](https://docs.unblinked.com/library/function-library.md)
- [Python Library](https://docs.unblinked.com/library/python-library.md)
- [Private API](https://docs.unblinked.com/library/python-library/private-api.md): A python class for sending API requests that require authorization.
- [Binance](https://docs.unblinked.com/library/python-library/private-api/binance.md): Binance-only functions
- [Public API](https://docs.unblinked.com/library/python-library/public-api.md): A python class to send the public APIs.
- [Data](https://docs.unblinked.com/faq/data.md): Here's the list of FAQ about data
- [Dataset](https://docs.unblinked.com/faq/data/dataset.md)
- [data list](https://docs.unblinked.com/faq/data/dataset/data-list.md)
- [What type of data can I use?](https://docs.unblinked.com/faq/data/what-type-of-data-can-i-use.md)
- [How customizable are the data?](https://docs.unblinked.com/faq/data/how-customizable-are-the-data.md)
- [Security](https://docs.unblinked.com/faq/security.md)
- [Is UnBlinked safe?](https://docs.unblinked.com/faq/security/is-unblinked-safe.md)
- [Account](https://docs.unblinked.com/faq/account.md)
- [I forgot my OTP device](https://docs.unblinked.com/faq/account/i-forgot-my-otp-device.md)
- [I forgot password](https://docs.unblinked.com/faq/account/i-forgot-password.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.unblinked.com/analytics/create-chart.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.
