Webenta Index / Docs
Using your data

Dashboards

Live widgets — bar, line, number, table — pinned from your queries and updated as your agent writes.

Prerequisite
You need at least one table with rows before a dashboard is useful. Set that up first, then come back here.

Ask your agent to build a view over your data:

text
Create a dashboard to show my language learning progress — total study time, vocabulary count, and my recent sessions.

The agent calls add_widget for each stat, pointing every widget at a saved query or aggregation. The result updates live every time a new row is written.

Project dashboard with number widgets, a line chart and a bar chart
Each widget is a pinned query — the numbers stay fresh without any manual refresh.

#Widget types

  • Number — a single big stat, great for totals and streaks.
  • Bar / Line — time series or category breakdown.
  • Table — raw rows with sorting, useful for a quick recent-activity feed.
You can also edit manually
Open Dashboard → Edit → Add widget to build or tweak widgets yourself — pick a table, choose a metric, done.