# Time Series

**Time Series** is a value which is written in a store, received from the specified data source (tag or expression) and identified by the address (ID). Time series are organized in groups and are presented as a hierarchical structure.

Interaction between time series and a store is performed on the model of publisher-subscriber, where publisher is a time series and subscriber is a store. It means that time series notifies the associated store about the fact that it has changed. In its turn the store accumulates the received values and writes them in the target database. Notification about changing of the time series occurs in the following cases:

* Data source (tag or expression) associated with the time series has changed.
* Data source (tag or expression) associated with the time series is not changing during a certain period of time. This mode is turned on optionally.

{% hint style="warning" %}
Please take note that time series supports only those data sources which values can be converted into double (64-bit floating point number, IEEE-754), e.g.: UInt64, Int32, Boolean, Byte, etc. Non scalar data types are not supported
{% 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.monokot.io/time-series-and-stores/time-series.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.
