Dashboard & Operations
Dashboard Help Map
Route-to-docs index — every dashboard screen mapped to the documentation page that explains it.
Use this page to navigate from any screen you see in the AACsearch dashboard to the documentation that explains what it does, why it exists, and how to act on it.
The map is split into two scopes:
- Organization scope (
/[orgSlug]/...) — everything tied to a specific search workspace. - Account scope (
/...) — your personal account, AI wallet, and platform-admin tools.
Organization scope
| Dashboard route | What you see | Docs |
|---|---|---|
/[orgSlug]/overview | KPI tiles, search volume sparkline, top queries, plan card | Dashboard Overview |
/[orgSlug]/getting-started | 6-step onboarding checklist | Getting Started: Overview |
/[orgSlug]/search | Indexes · Playground · API Keys · Widget tabs | Search Workspace |
/[orgSlug]/search (Indexes) | Index list, create/reindex/delete row actions | Index Management |
/[orgSlug]/search (Playground) | Query tester with filters, sort, raw results | Search Workspace → Playground |
/[orgSlug]/api-keys | All API keys across indexes (org-wide view) | API Keys |
/[orgSlug]/import-jobs | Bulk import history | Import Jobs |
/[orgSlug]/preview | Search preview surface | Search Workspace → Playground |
/[orgSlug]/analytics | Dashboard · Top Queries · Failed · Activity tabs | Analytics Dashboard |
/[orgSlug]/relevance | Synonyms · Curations · Stopwords · Presets | Relevance Tuning |
/[orgSlug]/connectors | Connector tokens, sync history, heartbeat status | Connectors → Overview, Connector API Lifecycle |
/[orgSlug]/knowledge | Knowledge spaces (RAG/GraphRAG surface) | Knowledge & Admin |
/[orgSlug]/settings/general | Organization name, slug, deletion | Dashboard Overview → Organization scope |
/[orgSlug]/settings/members | Invite, role assignment, removal | Members & Roles |
/[orgSlug]/settings/billing | Active plan, usage, invoices, overage, top-up | Billing → Overview, Plans & Limits |
/[orgSlug]/settings/audit | Filterable, exportable audit log | Audit Logs |
Account scope
| Dashboard route | What you see | Docs |
|---|---|---|
/settings/general | Profile (name, email, avatar, locale, timezone) | Dashboard Overview → Account scope |
/settings/security | Password, 2FA (TOTP, passkeys), OAuth connections | Security Overview |
/settings/notifications | Notification preferences | Dashboard Overview → Account scope |
/settings/billing | Personal plan, payment methods, invoices | Billing → Overview |
/settings/billing/ai-credits | AI wallet balance, top-up, auto-recharge, spending limits | Billing → Wallet & AI credits |
/settings/billing/invoices | Invoice history, download PDFs | Billing → Invoices |
/knowledge | Personal knowledge spaces | Knowledge & Admin |
/chatbot | AI chatbot | Knowledge & Admin |
/admin/audit | Platform-wide audit feed (admins only) | Audit Logs |
/admin/wallet | Wallet ledger across orgs (admins only) | Billing → Wallet & AI credits |
/admin/billing-analytics | Cross-tenant billing metrics (admins only) | Billing → Overview |
/admin/organizations | All orgs, plan inspection, manual overrides (admins only) | Plans & Limits → Admin overrides |
How to use this map from the app
If you are adding a help link from a dashboard surface, follow these rules:
- Empty states — link to the most actionable docs page. For example, an empty index list links to Getting Started: Create your first index, not to this map.
- Tooltips / "Learn more" buttons — link to the page that explains the specific control (e.g. API key scopes → API Keys → Key scopes). Use anchors when the section ID is stable.
- Quota / billing banners — always link to Plans & Limits and Billing → Overview.
- Connector / sync error toasts — link to Connector API Lifecycle.
- Fallback — if no deeper page applies, link to this map (
/docs/dashboard/help-map) so the user has a single entry point.
Anchors stability
Section IDs on docs pages are derived from headings. Avoid linking to ad-hoc subsections from in-app tooltips; prefer linking to a page heading you control, or to a stable top-level section like #playground-tab or #key-scopes. When in doubt, link to the page itself and let the user scan.
Related
- Dashboard Overview — what the org overview screen shows and where the data comes from.
- Search Workspace — Indexes, Playground, API Keys, Widget tabs in one place.
- Plans & Limits — entitlements model, quota enforcement, plan resolution.