# Create a course from scratch

## Steps to Create a Course from Scratch

<figure><img src="/files/FBjmvkZxLxVxZMX9kSDI" alt=""><figcaption><p>Create a course from scratch</p></figcaption></figure>

1. **Click the + Button** \
   From the left navigation bar, click the “+” symbol to start creating a new course.&#x20;
2. **Select "From Scratch"** \
   In the menu that appears, click on “From Scratch” to open the manual course creation tab.&#x20;
3. **Fill in the Course Details** \
   Complete the required fields in the form:&#x20;
   * **Title** \
     Enter the name of the course.&#x20;
   * **Description** \
     Write a short summary to describe the course’s content and purpose.&#x20;
   * **Course Language** \
     Select the language in which the course will be written.&#x20;
   * **Category** \
     Choose the appropriate category for the course (e.g., Legal, Procedure, Safety, etc.).&#x20;
   * **Click “Create from scratch”** \
     Once the form is complete, click the “Create from scratch” button at the bottom of the screen.&#x20;

After this step, the course will be created and appear in **Draft** status on the **Company Learnings** page.&#x20;

***

## Add a new lesson

When creating a course from scratch, **all lessons and quizzes must be manually added and written individually.**

{% hint style="info" %}
Click [here](/micro-learning/features/add-a-new-lesson.md) to learn how to add a new lesson > Scroll to the section titled "**Add a lesson from scratch"**
{% endhint %}

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intranet.ai/micro-learning/features/create-a-course-from-scratch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
