CMS Dashboard
The CMS Dashboard is the landing page of the CMS module. It gives you a read-only overview of your content management system: how many content types and entries you have, how many API tokens and webhooks are configured, what was recently changed, and how your content API has been used over the last 7 days.
Opening the Dashboard
- Click CMS in the sidebar.
- The Dashboard opens automatically — it is the first page of the CMS module.
The dashboard is information-only. There are no create or edit buttons on this page; use the other CMS pages (Content Manager, Content Type Builder, API Tokens, Webhooks) to make changes.
Statistics Cards
Four cards appear at the top of the page:
| Card | Main number | Detail line |
|---|---|---|
| Content Types | Total number of content types | Breakdown of collections, singles, and components |
| Entries | Total number of content entries | Number published and number in draft |
| API Tokens | Total number of API tokens | Number currently active |
| Webhooks | Total number of webhooks | Number currently active |
Recent Activity
Below the cards, the Recent Activity section lists the latest changes made in the CMS. Each row shows:
- An icon for the action (create, update, delete, publish, unpublish, restore, or duplicate)
- A sentence describing who did what and how many items were affected (for example, "Jane updated 3 entries")
- The date of the activity
If nothing has happened yet, the section shows No recent activity.
API Usage
The API Usage section summarizes how the content API has been called over the last 7 days.
Three summary figures appear at the top:
| Figure | Meaning |
|---|---|
| Total Requests | Total number of API requests in the period |
| Success Rate | Percentage of requests that succeeded |
| Avg Response Time | Average response time in milliseconds |
Below the figures, a stacked bar chart shows requests per day, split into Success and Failed. Hover over a bar to see that day's success count, failed count, and average response time.
If there is no traffic, the section shows No API usage data available.
Common Tasks
View an overview of your CMS
- Click CMS in the sidebar.
- Read the four statistics cards for content type, entry, token, and webhook totals.
Check what changed recently
- Open the CMS Dashboard.
- Scroll to Recent Activity to see the latest create, update, delete, publish, unpublish, restore, and duplicate actions.
Review API traffic
- Open the CMS Dashboard.
- Scroll to API Usage to see the last 7 days of total requests, success rate, average response time, and the per-day success/failed chart.
Related Pages
- Content Manager — manage content entries
- Content Type Builder — create and edit content types
- Media Library — upload and manage files