# Recurring

A recurring appointment is a scheduled event that repeats at specified intervals, such as daily, weekly, monthly or yearly. Within the Unite EMR, staff can define recurring appointments for either a new or existing patient. By doing so, this process significantly reduces the manual entry of appointments for each patient visit. Furthermore, it enables staff to customize each subsequent visit according to the patient's needs.

***

### Steps to book a Recurring Appointment

* Open the **Scheduler** **(Home > Front Desk > Scheduler)** screen and double-click on the available time slot for the required doctor. This action will open the **Appointment** pop-up screen.
  * Determine if the patient is [new](/uniteemr/application-modules/scheduler/appointment-booking/new-patient.md) or [existing](/uniteemr/application-modules/scheduler/appointment-booking/existing-patient.md), and then proceed with the corresponding steps to create an appointment.
  * In addition, ensure to input this information in the **Recurring appointments** section of the **APPOINTMENT** tab.

    <figure><img src="/files/0xOmVeBqWCJ2tvM269YC" alt=""><figcaption></figcaption></figure>

    * In this section, you will find a **Repeat** dropdown menu that allows you to define the intervals. The available options are listed below.
      * **Never:** By default, this option is selected in the dropdown menu, indicating that there is no recurring appointment.

        <figure><img src="/files/MtkPnglmI9mhKlz9Ona3" alt="" width="230"><figcaption></figcaption></figure>
      * **Daily:** This option represents a recurring appointment that occurs on a daily basis.&#x20;

        Upon selection, two additional dropdown menus will be displayed.

        * The first dropdown menu allows you to define the interval, with options for **Every Day**, **Every 2 Days**, **Every 3 Days**, **Every 4 Days** and **Custom.**
        * The second dropdown menu enables you to define the end of the recurring appointment, with options for **Never Ends**, **Ends after a number of times** and **Ends by a specific date**.

          <figure><img src="/files/dFo9GOA0GsQIltdH70ay" alt="" width="493"><figcaption></figcaption></figure>
      * **Weekly:** This option represents a recurring appointment that occurs on a weekly basis. Upon selection, two additional dropdown menus and day-wise checkboxes will be displayed.&#x20;
        * Similar to the **Daily** option, you can define the interval and end of a recurring appointment.
        * In addition, select day-wise checkboxes as appropriate. The checkbox for the current day will be selected by default.

          <figure><img src="/files/RoTfxquiusVRAo4hitKM" alt=""><figcaption></figcaption></figure>
      * Other weekly customized options include: **Monday through Friday, Saturdays and Sundays, Mondays, Wednesdays and Fridays, Tuesdays and Thursdays** and **Mondays through Thursdays**. Select the option that is appropriate.
      * **Monthly:** This option represents a recurring appointment that occurs on a monthly basis. Upon selection, two additional dropdown menus and a radio button will be displayed.&#x20;
        * Similar to the **Daily** option, you can define the interval and end of a recurring appointment.
        * In addition, select **On the same date** or **On a specific date** radio button to define the specific date or by day (e.g., the first Monday of the month). By default, the **On the same date** radio button will be selected.

          <figure><img src="/files/OPOeTybqTOdmCqO2qiCH" alt=""><figcaption></figcaption></figure>
      * **Yearly:** This option represents a recurring appointment that occurs on a yearly basis. Upon selection, two additional dropdown menus will be displayed. Similar to the **Daily** option, you can define the interval and end of a recurring appointment.

        <figure><img src="/files/W3xnNynOKSaFZbPAE1ue" alt="" width="466"><figcaption></figcaption></figure>
      * After entering the necessary details, click **SAVE** to save the details.

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/scheduler/appointment-booking/recurring.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.
