Dashboard User Guide
Updated 2026-07-08
Usable dashboard user guide
Dashboard: https://usable.dev/dashboard
The Usable dashboard is the human interface for workspaces, fragments, files, collections, settings, organizations, billing, marketplace, and applications. This guide covers public user workflows.
Main dashboard routes
| Area | Route | What users do there |
|---|---|---|
| Dashboard home | /dashboard | Start authenticated workflows; consolidated summary cards, recent workspaces, organizations, marketplace, notifications, and billing prompts |
| Workspaces | /dashboard/workspaces | List, create, discover, and select workspaces |
| Workspace overview | /dashboard/workspaces/[id] | View workspace summary and navigation |
| Fragments | /dashboard/workspaces/[id]/fragments | Browse/search/create workspace fragments |
| Fragment detail | /dashboard/workspaces/[id]/fragments/[fragmentId] | Read a fragment and related metadata/files |
| Fragment edit | /dashboard/workspaces/[id]/fragments/[fragmentId]/edit | Edit title/content/tags/status/type where allowed |
| Files | /dashboard/workspaces/[id]#files | Upload, search, manage, download, and attach workspace files |
| Workspace settings | /dashboard/workspaces/[id]/settings | Manage workspace details, access, fragment types, notifications/webhooks |
| Organizations | /dashboard/organizations | View/manage organization context where available |
| Billing | /dashboard/billing | View subscription, usage, invoices, tier changes |
| Marketplace | /dashboard/marketplace | Discover apps, view details, manage installed apps |
| Applications | /dashboard/applications | Create/manage integration applications |
| Notifications | /dashboard/notifications | Review workspace and organization invitations |
| Account | /account | Profile/account settings |
| Public docs | /docs | Documentation |
First-time user workflow
- Open
https://usable.devand sign in or sign up. - Accept terms and privacy policy if prompted.
- Open
/dashboard. - Go to Workspaces.
- Create a workspace, join one through an invitation, or discover public workspaces.
- Open the workspace and review its fragment types.
- Create your first fragment.
- Search for it to verify it is retrievable.
- Create a PAT only when a REST/MCP integration needs one.
Workspace workflows
Create a workspace
- Navigate to Dashboard → Workspaces.
- Choose Create Workspace.
- Enter a concise name and description.
- Select visibility: Private (invite-only) or Public (discoverable).
- Save.
- Open it and create initial fragments: purpose, tagging rules, and contribution policy.
Discover or subscribe to a public workspace
- Open Dashboard → Workspaces.
- Switch from Mine to Discover.
- Search by workspace name or description.
- Choose Subscribe for ongoing read-style access.
- The subscribed workspace appears in Mine with a
Subscriberrole label.
Subscription is read-only. Creating fragments, uploading files, or changing settings requires collaborator or owner access.
Manage workspace members
- Open the workspace.
- Go to Settings → Members.
- Invite a user by email.
- Choose the least-privileged role: Owner, Collaborator, or Viewer.
- Update or remove members when responsibilities change.
Fragment workflows
Create a fragment
- Open a workspace and navigate to Fragments.
- Choose Create.
- Select the fragment type.
- Enter a short, searchable title.
- Write markdown content in the body.
- Add a concise summary and tags.
- Choose status if the form exposes draft/published/archived.
- Save and verify the fragment detail page.
Good fragment body structure:
# Topic title
## Summary
One paragraph describing what this fragment is for.
## When to use this
- Situation A
- Situation B
## Steps or details
1. Step one
2. Step two
## References
- Links or related fragment IDsFragment writing guidelines
- Put durable facts in the content body.
- Use a title a teammate would type into search.
- Add tags consistently:
docs,public,api,repo:<name>,version:<release>. - Choose the most specific fragment type.
- For public fragments, include release/version context.
Fragment-type sort
Workspace fragment-type pills have a Sort by selector:
- Default — server order.
- Name (A–Z) — alphabetical, case-insensitive.
- Colour — approximate Tailwind hue order.
- Most used — descending active fragment count.
The sort is stored in browser local storage under usable.fragmentTypeSort.
Connect MCP
The dashboard home page exposes Connect MCP directly. The dialog shows:
- Copy the MCP URL:
https://usable.dev/api/mcp - Add it to a client using one of the provided examples: Claude Code, Claude Desktop, Codex, OpenCode, or generic Streamable HTTP.
- Authenticate with OAuth 2.1 browser sign-in.
- Optionally copy the workspace system prompt.
Collections workflows
Create a collection
- Open the workspace.
- Navigate to collections where exposed.
- Create a collection with a clear name and description.
- Add related fragments.
Good collection names: Public platform docs v1.195.0, Customer onboarding guide, API integration recipes.
Maintain a collection
- Review collection membership after documentation changes.
- Remove outdated fragments and add newly published ones.
- Keep collection descriptions current.
Files workflows
Upload a file
- Open a workspace.
- Select the Files tab.
- Choose upload and select a file safe for the workspace audience.
- Wait for upload/processing status to complete.
- Attach the file to a fragment if applicable.
The public API documents a 50 MB upload limit.
Attach a file to a fragment
- Upload or locate the file.
- Open file actions or fragment attachment controls.
- Select the target fragment and attach.
- Confirm the attachment is visible on the fragment detail page.
Workspace settings
Fragment types
- Open workspace settings.
- Review existing fragment types.
- Create a new type only if existing types do not cover the use case.
- Use clear names and descriptions; avoid overlapping types.
Auto-link rules
Auto-link rules watch tags on fragments in the source workspace and create symlinked fragments in a target workspace when the match succeeds.
- Open the source workspace overview and find Auto-link rules.
- Choose a match mode: Any tag or All tags.
- Add 1–25 tags.
- Pick a target workspace (must be different from source; you must be owner/collaborator in both).
- Review the live Preview before saving.
- Use Reprocess to apply the rule to existing fragments.
Webhooks
- Open workspace settings and navigate to webhooks.
- Add a webhook endpoint URL.
- Select event types.
- Save and use the manual trigger/test flow before production.
- Rotate secrets or disable the webhook if exposed.
Hosted Zones page
Organization owners/admins on Pro organizations can open Hosted Zones from the organization dashboard. See the Hosted Zones guide for full details.
Ask Usable embedded assistant (beta)
Ask Usable is a beta assistant embedded from the configured Usable Chat embed URL. Available only to users with the ask-usable-embed-chat beta grant.
Modes:
- Bubble — compact floating launcher.
- Panel — chat panel for normal dashboard use.
- Canvas — wider two-column view with chat and canvas panel.
The assistant receives page context: current path, workspace/fragment/collection IDs, page heading, and theme.
Dashboard troubleshooting
| Issue | Solution |
|---|---|
| Do not see a workspace | Confirm you’re signed into the right account; check pending invitations; search discovery for public workspaces. |
| Cannot edit a fragment | You may be a viewer/subscriber. Ask a workspace owner for collaborator access. |
| File upload appears stuck | Check file size and network; try a smaller test file; retry and avoid duplicate attachments. |
| Search cannot find a new fragment | Wait briefly after creation; search by exact title; remove filters; add clearer tags. |
| Notification emails too noisy | Review workspace notification rules; narrow event types or fragment type filters; deactivate obsolete rules. |
| Billing period warning | Refresh billing page and verify current subscription state. After changing tiers, compare the visible invoice list with the expected tier. |