Overview page
The overview at /admin/config/ai/context/overview is an onboarding-style dashboard
for Context Control Center (CCC). It helps site builders see whether context
items exist and whether agents have context configured.
What the overview shows
- A welcome message explaining CCC
- Getting Started steps that change based on setup state:
- No published context items — decide what to add, create items, configure agents
- Items exist but no agent context config — make items global if relevant, configure agents
- Items and agent config present — update general settings, publishing, and scheduling
- Quick Links to the context items list, add item form, general settings, and agent settings
- Links to module documentation, support, issues, and source code
Setup detection considers published context items and whether any agent has scope subscriptions, always/never include lists, or whether published global items exist.
Show overview page setting
Show overview page is enabled by default (show_overview_page in
ai_context.settings). You can change it in two places while the overview is
enabled:
- General settings at
/admin/config/ai/context/settings/general - The Show this overview page checkbox on the overview page itself (requires Administer AI Context; saves immediately via AJAX)
When enabled:
/admin/config/ai/contextredirects to the overview- The Overview local task tab is visible in the CCC menu
When to keep it enabled
- New sites or teams getting started with CCC
- You want a visible setup checklist before diving into context items
- Editors or builders benefit from quick links and status at a glance
When to disable it
- Experienced teams who prefer landing directly on the context items list
- You want fewer clicks to daily editorial workflows
- CCC is embedded in a custom admin workflow elsewhere
Disable the setting in general settings or uncheck Show this overview page on the overview itself.
When the overview is disabled
- The Overview tab is hidden from the CCC menu
/admin/config/ai/contextredirects to/admin/config/ai/context/items- Direct requests to
/admin/config/ai/context/overviewreturn access denied (403), not a redirect to the items list
If you bookmarked the overview URL or shared a link, re-enable the overview from General settings — the inline toggle on the overview page is only available while the overview is enabled.
Permissions
| Action | Permission |
|---|---|
| View the overview page | One of: View AI Context Items, Create AI Context Item, Administer AI Context |
| Use the inline overview toggle | Administer AI Context |
See also
- Configuration — general settings and admin routes
- Context items — creating and managing context
- Agent configuration — per-agent context settings