> ## 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.

# Courses

> View, edit, and assign training courses

Courses are individual training modules — each contains slides and a quiz.

**Path:** Admin sidebar > **Courses**

## Viewing courses

The Courses page lists all available training courses. Each row shows the course title and a truncated description.

## Editing a course

1. Click the **Edit** button (pencil icon) on a course row.
2. Update the **Course Title** or **Description**.
3. Click **Save Changes**.

<Note>
  Course content (slides, quiz questions) is managed separately from this page. Here you edit the metadata only.
</Note>

## Assigning courses to crew

<Tabs>
  <Tab title="From Courses page (bulk)">
    1. Check the boxes next to the courses you want to assign.
    2. In the bulk action bar, click **Assign to Crew**.
    3. A side panel opens showing crew assignments. Search by name, ship, or role.
    4. Select the assignments to receive these courses.
    5. Click **Add to Assignments**.
  </Tab>

  <Tab title="From Assignments page">
    See [Managing courses on an assignment](/learn/admin/assignments#managing-courses-on-an-assignment).
  </Tab>
</Tabs>

## Adding courses to a program

1. Check the boxes next to the courses.
2. Click **Add to Program** in the bulk action bar.
3. Select a program from the dropdown.
4. Click **Add to Program**.

If any selected courses are already in the program, they'll be skipped.

## Searching and exporting

* **Search:** Type to find courses by title.
* **Export CSV:** Downloads Course Title and Description.

## Courses vs Programs

<Accordion title="What's the difference between a course and a program?">
  |                      | Course                                   | Program                                         |
  | -------------------- | ---------------------------------------- | ----------------------------------------------- |
  | **What**             | A single training module (slides + quiz) | A group of related courses                      |
  | **Example**          | "STCW Fire Safety"                       | "New Joinee Training" (containing 5 courses)    |
  | **Created by**       | Content is managed separately            | You create programs and add courses to them     |
  | **Assigned to crew** | Individually or via bulk action          | All courses in the program get assigned at once |

  For managing programs, see [Programs](/learn/admin/programs).
</Accordion>
