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

# Edit/Assign Lessons

You can edit the contents of a Lesson and/or assign the Lesson to a specific class or student by selecting the **Edit/Assign** option in the Actions Menu for the Lesson you want to change.

![Select Edit/Assign from the Actions Menu](/files/-MI0BD_04HWPFfdX3DLS)

### 1. :clipboard: Lessons section

Click the **Lessons** section to navigate to the main page.

### 2. :page\_facing\_up: Actions Menu

Expand the Actions Menu for the Lesson you want to edit and select **Edit/Assign** to navigate to the Skills tab.

![Add or remove Skills](/files/-MI0AU2QCw6xfdtf4bHN)

### 3. :pencil: Edit skills

On the **Skills** tab, add skills to or remove skills from the Lesson as necessary.

{% hint style="info" %}
**Note:** Only the lesson “owner” or the account Administrator can edit the skills in the lesson.
{% endhint %}

![The Class Assignments tab](/files/-MFVxYy_a7DanPmV-slT)

### 4. :school\_satchel: Class assignments

Click the **Class Assignments** tab to display a list of available classes. Click the class you want to assign the lesson to, and then click the **Add** button. When the Lesson Assignment Details window appears, edit assignment preferences such as scheduling, gradebook options, and restrictions. See the :point\_right: [Lesson Assignment Prefs section](https://app.gitbook.com/@simnet/s/manager/content/lessons/lesson-assignment-prefs) for more information.

![The Student Assignments tab](/files/-MFVzQJreGXbIpcwfjc8)

### 5. :woman\_raising\_hand: Student assignments

Click the **Student Assignments** tab to display a list of available students. Click the student you want to assign the lesson to, and then click the **Add** button. When the Lesson Assignment Details window appears, edit assignment preferences such as scheduling, gradebook options, and restrictions. See the :point\_right: [Lesson Assignment Prefs section](https://app.gitbook.com/@simnet/s/manager/content/lessons/lesson-assignment-prefs) for more information.


---

# 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.simnetonline.com/manager/content/lessons/edit-assign-lessons.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.
