# Changing the Instructor Mid-Course

If the instructor of a course changes mid-way through, you can update this in ActiveNow easily:

* Go to the Calendar and click a lesson in the course you want to update.
* Select *Course details*.
* Click the pencil icon next to *Instructor*.
* In the dialog you can:
  * change the instructor for all lessons in the course
  * change the instructor from a specific date onward

{% hint style="info" %}
In both cases you can choose to replace the current instructor with a different person or add an additional instructor to the course.
{% endhint %}

## Changing the instructor for all lessons

Select *For all lessons in the course*, then click *Confirm*. The instructor will be updated across all lessons in the course.

## Changing the instructor from a specific date

Select *For all lessons from the selected date*, choose the date from which the change should apply, then click *Confirm*.

* Replace the current instructor with a different person
* Add an additional instructor

Changes take effect immediately after confirming.


---

# 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://help.activenow.io/en/instructor-management/changing-instructor-during-a-course.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.
