> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/calendar-management/starting-a-new-semester.md).

# Starting a New Semester

A new semester is a busy time with many things to take care of. This article will guide you through the transition. ActiveNow is here to make it easier.

## What to set up before the new semester

Make sure the following are configured in the system before the semester begins:

{% stepper %}
{% step %}
**Set up the new season**

Go to *Settings* → *Season settings* and click *Start new season*. In the window that opens:

* Enter the **season dates** — the start and end of the new semester.
* Add **breaks** — dates on which classes will not take place (e.g. school holidays, public holidays).

If your new semester schedule will be similar to the previous one, in the *Advanced* section switch on *I want to create a schedule for the new season based on the current one* and set the parameters:

* *Which course types do you want to clone?* — choose group courses, individual courses, or both.
* *Which week of previous season reflects the schedule for the new season best?* — enter a date from the week whose timetable you want to copy.
* *Are there to be the same participants in the new season in the courses?* — enable this if you also want to copy participant lists.

{% hint style="warning" %}
If you copy participants, they will automatically be charged for the new course.
{% endhint %}

Click *Save* — cloning will start automatically. A notification in the *Notification Centre* will confirm when the operation is complete, and cloned courses will appear in the *Courses* tab.

![Start new season window with season dates, breaks, and schedule cloning options](/files/tjjdnvMZiq6Isj2S2Dp8)
{% endstep %}
{% endstepper %}

## What else to do before the new semester

Once settings are in place, go through the following steps:

{% stepper %}
{% step %}
**Create new courses**

**If you enabled schedule cloning** in the previous step, set the parameters:

* *Which course types do you want to clone?* — choose group courses, individual courses, or both.
* *Which week of previous season reflects the schedule for the new season best?* — enter a date from the week whose timetable you want to copy.
* *Are there to be the same participants in the new season in the courses?* — enable this if you also want to copy participant lists.

{% hint style="warning" %}
If you copy participants, they will automatically be charged for the new course.
{% endhint %}

Click *Save* — cloning will start automatically. A notification in the *Notification Centre* will confirm when the operation is complete, and cloned courses will appear in the *Courses* tab.

![Start new season window with season dates, breaks, and schedule cloning options](/files/HpjSa1mvv8iBIp6gZGjv)

**If you didn't clone the schedule** — create courses manually in the *Courses* tab.
{% endstep %}

{% step %}
**Add the registration form to your website**

This allows new clients to sign up for courses. Learn how to do it in the [Online sign-ups](/en/online-sign-ups.md) section.
{% endstep %}

{% step %}
**Send an SMS or email to your clients**

Let them know that sign-ups are open.
{% endstep %}

{% step %}
**Inactive participants**

Once a semester ends, participants whose courses have finished will automatically become inactive. As soon as you add them to courses in the new semester, they'll become active again. Any outstanding payments are tracked by the system regardless of a participant's active or inactive status.
{% endstep %}
{% endstepper %}

Once you've completed all of the above, you're ready to kick off a new semester with ActiveNow. **Good luck in the new year!**


---

# 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.activenow.io/en/calendar-management/starting-a-new-semester.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.
