# Realtime statistics

For realtime statistics mluvii uses a specialized time series database [influx](https://www.influxdata.com/).

For data filtering in influx use scripting language [flux](https://docs.influxdata.com/influxdb/v2.0/query-data/get-started/).

## Next steps

* [Connection to influx database](/en/for-it-specialists/realtime-statistics/connection-to-influx-database.md)
* [Example codes](/en/for-it-specialists/realtime-statistics/examples.md)
* [Existing metrics](/en/for-it-specialists/realtime-statistics/existing-metrics.md)
* [Grafana](/en/for-it-specialists/realtime-statistics/grafana.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.mluvii.com/en/for-it-specialists/realtime-statistics.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.
