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

# Create a Course

> Start a new course manually, with AI, or by importing a SCORM package, and fill in its basic details

Every course starts on the new course screen, which greets you with "Let's start building your course" and three ways to build:

<CardGroup cols={2}>
  <Card title="Start Manually" icon="pen-to-square">
    Fill in the course details, then add sections, pages, and blocks yourself. Full control over structure and content.
  </Card>

  <Card title="Generate Course with AI" icon="wand-magic-sparkles" href="/courses/generate-with-ai">
    Provide your existing material or describe the course, and AI drafts the outline, lessons, quizzes, and roleplays for you to edit.
  </Card>

  <Card title="Import A Course" icon="file-import" href="/courses/import-course">
    Bring in an Articulate Rise SCORM Export (.zip) and Exec rebuilds it as a native course.
  </Card>
</CardGroup>

Manual authoring is the baseline path, and it is what the rest of this page covers. The AI and SCORM paths are alternatives that land you in the same editor afterward.

<Frame>
  <img src="https://mintcdn.com/exec-79a6bbdb/kjRHGqtQf94zH-ux/images/courses/create-course-options.png?fit=max&auto=format&n=kjRHGqtQf94zH-ux&q=85&s=1482b5d33e2b177c8eba9227bc23ed2f" alt="The new course screen with three options: Generate Course with AI, Start Manually, and Import A Course" width="2800" height="1800" data-path="images/courses/create-course-options.png" />
</Frame>

## Create a Course Manually

<Steps>
  <Step title="Choose Start Manually">
    On the new course screen, click **Start Manually**. This opens the **Basic Details** form.
  </Step>

  <Step title="Fill in the basic details">
    <Frame>
      <img src="https://mintcdn.com/exec-79a6bbdb/kjRHGqtQf94zH-ux/images/courses/basic-details.png?fit=max&auto=format&n=kjRHGqtQf94zH-ux&q=85&s=a8f75b0260226c3a0daf35d872c67074" alt="The Basic Details form for a new course" width="2800" height="1800" data-path="images/courses/basic-details.png" />
    </Frame>

    | Field             | What it does                                                                                                                                          |
    | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
    | **Cover Image**   | Click **Add Cover Image** to give the course a visual identity in the catalog.                                                                        |
    | **Course Name**   | The name learners see, for example "Sales Onboarding Essentials".                                                                                     |
    | **Description**   | Optional rich text describing what the course covers. Shown on the course detail page.                                                                |
    | **Course Tags**   | Select a tag to help organize and find the course.                                                                                                    |
    | **Certification** | Optional. Select a certification and Exec issues it automatically when a learner completes the course. See [Certifications](/courses/certifications). |
  </Step>

  <Step title="Set enrollment options">
    In the **Enrollment** section:

    * Check **Allow self-enrollment** to list the course in the catalog so learners can enroll themselves.
    * Use **Group Restrictions** to limit enrollment to members of specific groups. Click **Select groups...** and choose the groups.

    You can leave both alone for now and [enroll participants](/courses/enroll-participants) directly once the course is published.
  </Step>

  <Step title="Save">
    Click **Save**. Your course is created as a draft and you land in the editor, ready to [build sections and pages](/courses/build-sections-and-pages).
  </Step>
</Steps>

<Note>
  Creating and editing courses requires admin access.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Build Sections and Pages" icon="layer-group" href="/courses/build-sections-and-pages">
    Give your course its structure and start adding content.
  </Card>

  <Card title="Enroll Participants" icon="user-plus" href="/courses/enroll-participants">
    Assign the course with deadlines or open it up in the catalog.
  </Card>
</CardGroup>
