# Survey Recurrence

The recurrence feature allows you to automatically create new iterations of a survey. You have the flexibility to choose the recurrence interval, whether it's in months, days, or years.

You can also decide when the recurrence should end, either by specifying a particular end date or allowing it to continue indefinitely. Alternatively, you can opt to conclude the survey after a certain number of recurrences.

After you've set up your recurrence schedule, you can review the details in the Summary section to confirm your choices.

A recurring survey will keep a duplicate of your survey in the **Draft & Scheduled** tab of your Survey Module. When the scheduled time for the survey's recurrence arrives, a new instance of the survey will be automatically published to your intended audience.

<figure><img src="/files/ov5eIUGunwt5TldH21o8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9Zh0BwuKO294DCCjd3WF" alt=""><figcaption></figcaption></figure>

Recurring surveys are a valuable tool for maintaining ongoing communication with your users. Here's an example of a situation where a recurring survey is highly recommended:

* According to Acme's training schedule, after 30 days a new hire will have completed Onboarding training. The HR department head wishes to collect feedback on the onboarding experience for these new hires. To accomplish this, she plans to create a recurring survey designed to target users who were hired within the past 30 days. This survey will run every 30 days, ensuring that each successive group of new hires has the opportunity to provide feedback. Importantly, this approach avoids repeatedly notifying users who have already participated in the survey, thus maintaining an efficient feedback loop.\
  \
  She sets up the following Recurrence schedule:

<figure><img src="/files/fE8vAct6w3EtjoIsjBGg" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
In order for the recurrence option to become available, users must select the **Send Later** option from within the **Audience** selection.
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/surveys/survey-recurrence.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.
