> 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/users/instructors/edit-assign.md).

# Edit/Assign Instructors

You can edit an instructor's information and/or assign the instructor to a specific class by selecting the **Edit/Assign** option in the Actions Menu for the instructor account you want to change.

![The main page of the Instructors section](/files/-MD_AQ_7niNQjswL0-7w)

### 1. :woman\_teacher: Instructors section

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

### 2. :page\_with\_curl: Actions Menu

Expand the Actions Menu for the instructor account you want to edit and select **Edit/Assign** to navigate to the Instructor Details tab.

![Edit instructor information](/files/-MD_9zBqmj3F1KrgH6Qt)

### 3. :pencil: Edit information

Click the **Edit** button to change any of the instructor details (including changing the instructor's role or password). Click the **Save** button when you have finished editing the instructor details.

![Assign classes to an instructor](/files/-MD_9jKoSR6BTSt81HZb)

### 4. :bookmark\_tabs: Assign Classes tab

If you want to add or remove classes from the instructor's account, click the **Assign Classes** tab. A list of available classes appears on the left and a list of classes that have already been assigned appears on the right.

### 5. :woman\_teacher: Assign a class

To add a class, click the class name in the Available Classes list and then click the **Add** button. To remove a class, click the class name in the Assigned Classes list and click the **Remove** button. SIMnet saves the class assignments automatically.

{% hint style="success" %}
**Success:** You can assign multiple classes at once by clicking and dragging to select multiple classes. To select noncontiguous classes, press the Ctrl key and click each of the classes you want.
{% endhint %}


---

# 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/users/instructors/edit-assign.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.
