# Course list

You can find the list of your courses by clicking on '**Company Learnings**' in the navigation menu on the left side.

<figure><img src="/files/2sjT2qxmEJCTBDBTeWFm" alt=""><figcaption><p>Company learnings interface elements</p></figcaption></figure>

## Table Columns

Each course is shown in a row with the following details: <br>

1. **Course Title** \
   The name of the course as entered by the author.&#x20;
   * **Language Tag** \
     A grey label indicating the course language (e.g., English (US), Italian).&#x20;
2. **Status** \
   Indicates the current state of the course. The following statuses are available:&#x20;
   * **Draft** (yellow) – The course is being edited and is not yet published.&#x20;
   * **Published** (green) – The course is complete and available to learners.&#x20;
   * **Running** (purple) – At least one scheduled session is active and not yet completed.&#x20;
   * **Error** (red) – An error occurred during the course generation process.&#x20;
   * **Pending** (blue wheel on white background) – The course upload is complete, but generation has not yet started (e.g., waiting in queue or initial document parsing).&#x20;
   * **Starting** – The course generation process is starting.&#x20;
   * **Generating** – The system is actively processing the course content.&#x20;
   * **Finalising** – The final steps of course creation are in progress.&#x20;

{% hint style="info" %}
Learn more about **course statuses** [here](/micro-learning/features/course-status.md).&#x20;
{% endhint %}

4. **Category** \
   The type or subject of the course (e.g., Procedure, Safety, Legal).&#x20;
5. **Creation date** \
   The course creation date. Courses are listed in reverse chronological order (most recent at the top).&#x20;
6. **Author** \
   The person who created the course, including their name, role, and location. An avatar is shown if available.&#x20;

***

## Load more

Use this **button** at the bottom of the list to upload more courses. The current page is shown as a longer pink indicator.


---

# 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/course-list.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.
