> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/lessons/how-to-assign-lesson.md).

# How to assign a course?

To assign a new course, please follow below steps.

1. You can Assign courses in two ways within CircleHD portal. Once the course (playlist) is created, you can click on "Playlists" option in the left vertical menu to view all playlists including courses created by you. If you are the owner of any course, then it will display "Edit | Assign | Stats" option below the course.

![](/files/-LISINkTZhLffgmNXc27)

2\. The second way is to click on the course and go to course detail page, which will also display "Edit | Assign | Stats" option in the top right.&#x20;

![](/files/-LIXAVHZsDBykYaxc_OQ)

3\. Click on "Assign" option below the course you need to assign.&#x20;

4\. This will load the "Assign" popup form. Enter emails in the box under "Users" label. You can add custom message in the message box if needed. Select the due date below the message box, which will be the deadline to complete the course. Click "Assign" once all form is filled.

![](/files/-LISJ9d2_YvrsD2m_-n9)

5\. Clicking on Assign will send emails to each user email entered, mentioning the course assigned to them with other details. User can start the course by clicking on the link provided in email.

![](/files/-LISJUl-zzzeTLv4Wvlb)

6\. Once course is completed, it will display a completion certificate and also update status for the course.

![](/files/-LISJq49WhG0K1ny5rFI)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.circlehd.com/lessons/how-to-assign-lesson.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
