Official

User Manual: Dashboard Overview

Last updated: 2026-08-17 11:54:03

The dashboard is your control centre. This chapter explains each area so you can move quickly and delegate confidently.

Navigation

The left sidebar groups every workspace tool. The top bar holds global search and your account menu.

Roles & permissions

Every member has exactly one role. Roles determine what a person can see and change:

RoleCan edit jobsCan manage billing
OwnerYesYes
EditorYesNo
ViewerNoNo
CarefulOnly an Owner can delete a workspace. This action cannot be undone.

Keyboard shortcuts

Press ? anywhere to see the full list. The most useful:

  • g then d — go to Dashboard
  • c — create a new job
  • / — focus search

Using the API

Automate anything the dashboard does. Authenticate with a bearer token from Settings → API keys:

curl https://api.seekmyway.com/v1/jobs \
  -H "Authorization: Bearer $TOKEN"
Tip: keep tokens in environment variables, never in source control.