> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seamind.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

> Your first login and a quick tour of the admin panel

## Logging in

1. Go to your organization's Seamind URL.
2. Sign in with your company credentials (SSO).
3. You'll land on the learner dashboard. Click **Admin** in the left sidebar.

<Note>
  You need an **admin** role to access the admin panel. If you don't see the Admin button, ask your IT team to update your role in your identity provider.
</Note>

## The admin sidebar

The sidebar on the left has nine sections:

| Nav item        | What it does                                           |
| --------------- | ------------------------------------------------------ |
| **Overview**    | Dashboard with KPI cards and quick actions             |
| **Crew**        | View crew members synced from your identity provider   |
| **Fleet**       | Add, edit, and remove ships                            |
| **Assignments** | Assign crew to ships with roles and dates              |
| **Courses**     | View and edit training courses                         |
| **Programs**    | Group courses into curriculum programs                 |
| **Progress**    | Track training completion per person per course        |
| **Analytics**   | Charts and insights across fleet, courses, and crew    |
| **Identity**    | Configure SSO, directory sync, and domain verification |

At the bottom of the sidebar, **Back to App** returns you to the learner dashboard.

## Dashboard overview

The Overview page shows six KPI cards at a glance:

* **Total Crew** — number of active crew members in your organization
* **Fleet Size** — total ships in your fleet
* **Training Courses** — number of available courses
* **Training Programs** — number of curriculum programs
* **Completion Rate** — percentage of assigned training completed
* **Active Crew** — crew members currently active

Below the KPIs, four **quick action** cards let you jump straight to common tasks:

1. **Add Ship** — opens the Fleet page
2. **Create Assignment** — opens the Assignments page
3. **Create Program** — opens the Programs page
4. **View Progress** — opens the Progress page

## Recommended setup order

If you're setting up Seamind for the first time, follow this sequence:

<Steps>
  <Step title="Add your ships">
    Go to Fleet and add each vessel with its IMO number.
  </Step>

  <Step title="Verify your crew">
    Go to Crew and confirm your people have synced from your identity provider.
  </Step>

  <Step title="Create assignments">
    Go to Assignments and assign crew to ships with their roles and dates.
  </Step>

  <Step title="Create programs">
    Go to Programs and group related courses into curricula.
  </Step>

  <Step title="Assign training">
    From the Assignments page, assign courses or programs to crew.
  </Step>
</Steps>
