> For the complete documentation index, see [llms.txt](https://docs.unblinked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unblinked.com/analytics/create-chart/function.md).

# Function mode

The function mode is focused on making it **easy**, **fast** and **intuitive** to create the indices which give insights of the market, by combining **time-series data** and **functions** that execute mathematical calculations.

Compared to the **python mode**, function mode can calculate time-series data and get the technical indicators from the market data **easily** without any coding technics such as handling loop. However, if you want to apply some complex calculations based on probabilistic or numerical methods, you are advised to use python mode.

## Contents

* [1. How to import data](/analytics/create-chart/function/1.-how-to-import-data.md)
* [2. How to analyze data](/analytics/create-chart/function/2.-how-to-analyze-data.md)
* [3. How to visualize data](/analytics/create-chart/function/3.-how-to-visualize-data.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 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.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.
