# Copying Between Courses

## Preparation

You will need access to both the original course and the new course in order to proceed.

Follow these instructions on [how to create a new course](/v1/get-started/standalone-use/course-management.md#create-new-course).

## Copy Assessments Between Courses

Follow these steps to mirror one or more assessments into another course.

1. Navigate to the course that has the original assessment(s)
2. Click **Assessments** in the left menu
3. Click the **Checkbox(s)** to select the assessment(s) you want to copy
4. Click **Bulk Actions**
5. Select **Add to Course**
6. From the dropdown, select the new course where you want the assessment copied.
7. Click **Add**
8. Click **OK**

{% hint style="info" %}
All questions tied to an assessment will automatically be added to the new course's question bank
{% endhint %}

## Special Considerations

{% hint style="warning" %}
Questioned copied between courses **remain linked**.

Editing questions from assessment **automatically updates the questios from the other**, helping you maintain across multiple sections at scale.

These updates **do not** affect assessments that have already been submitted.
{% endhint %}

Please [contact us](/v1/it-administration/it-support.md#email-support) if you would like to manage each course separately.


---

# 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://examind.gitbook.io/v1/build/assessments/copying-between-courses.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.
