<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/analytics
Last modified: 2026-08-20T20:52:05.000Z

# Analytics

Dashboards and the graphs on them.

**Scope:** `analytics`

Graph values are computed on demand, not stored. Fetching them is opt-in
(`?include=values`) because it is genuinely expensive — cache the result
rather than polling.




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
