Files
lobehub/docs/usage/user-interface/stats.mdx
Rdmclin2 3f9c23e7b4 feat: support lark and feishu bot (#12712)
* feat: support lark and feishu

* chore: change integration to channel

* chore: rename from integration to channel

* fix: channel router

* feat: add topic list channel provider icon

* chore: update webhook url

* chore:  channel form refact

* chore: update i18n  keys to channel

* chore: update form item description

* style: hide required mark

* feat: add lark chat adapter

* chore: clean speaker tag  & add username api adapter

* chore: adjust topic channel icon

* chore: move developer mode to advanced setting

* chore: add lark icon

* fix: detail style

* fix: token check logic

* fix: encrpted risk

* fix: vercel function appId

* chore: remove webhook mode for discord

* chore: add doc link

* chore: add channel docs

* chore: remove unused import

* fix: create bot with wrong platform

* chore: update intergration to channel

* fix: udpate variable import

* fix: tsgo error

* chore: optimize webhook url trim

* chore: update copy text

* fix: telegram webhook not set

* chore: add persist logic

* docs: update feishu doc

* chore: update feishu and lark tenant

* chore: update docs

* chore: make verfication code required

* chore: update feishu docs

* chore: update verfication comment

* chore: update docs permission  list

* chore: verificationToken optional

* chore: update feishu and lark color

* chore: use test id
2026-03-08 19:18:06 +08:00

70 lines
3.0 KiB
Plaintext

---
title: Data Analytics
description: >-
Track your LobeHub usage — days active, Agents, conversations, model usage.
Visualize patterns and share your stats.
tags:
- LobeHub
- Data Analytics
- Usage Statistics
- Activity
---
# Data Analytics
Data Analytics gives you a clear picture of how you use LobeHub. View usage days, Agent count, conversation volume, and model distribution — plus an activity heatmap for the past year. Understand your patterns, spot trends, and optionally share your stats with others.
## How to Access
Click your profile avatar in the top-right corner of the homepage → **App Settings** → **Data Analytics**.
![Data Analytics](/blog/assetse6139c4d5b1b26b05f41a579d98fc6f3.webp)
## What's Included
### Basic Metrics
| Metric | Description |
| ---------------------- | ------------------------------------------------ |
| **Days of Use** | Total days since you first started using LobeHub |
| **Number of Agents** | Total Agents you've created and used |
| **Number of Topics** | Total conversation Topics with Agents |
| **Number of Messages** | Total messages sent and received |
| **Total Word Count** | Cumulative word count across all conversations |
### Activity Calendar
A heatmap in the middle of the page shows your usage over the past year. Each tile is a day; color intensity indicates activity level. Use it to:
- See when you're most active
- Spot patterns (e.g., busy weeks vs. quiet periods)
- Track consistency over time
### Usage Statistics
At the bottom of the page, you'll find detailed breakdowns:
- **Model Usage** — How often each AI model is used and its share of total usage. Helps you see which models you rely on most and whether cost or capability is driving your choices.
- **Agent Usage** — Frequency and proportion for each Agent. Identify your go-to Agents and spot ones you rarely use.
- **Topic Content Volume** — Distribution of content across Topics. See which conversations are longest or most involved.
## Share Your Stats
You can generate a shareable image of your data analytics.
![Share Data Analytics Image](/blog/assets55bea1dc3e938580591d75d72908835a.webp)
Click the **Share** button in the top-right corner of the Data Analytics page. Choose a format (JPG, PNG, SVG, or WEBP), then download. Share on social media, in team channels, or for personal records.
**Use cases:** Year-in-review posts, team transparency, or tracking your own progress over time.
## Tips
- **Check model usage before upgrading** — If you're considering a paid tier, see which models you actually use. You might find a smaller set covers most of your needs.
- **Review Agent usage** — Agents you never use can be archived or removed to keep your sidebar clean.
- **Use the heatmap for reflection** — If you want to use LobeHub more consistently, the heatmap can help you set and track habits.
<Cards>
<Card href={'/docs/usage/agent/share'} title={'Share Conversations'} />
</Cards>