<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/analytics
עודכן לאחרונה: 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}/>
```
