> For the complete documentation index, see [llms.txt](https://docs.hurrytimer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hurrytimer.com/getting-started/creating-a-recurring-campaign.md).

# Creating a recurring campaign

{% hint style="info" %}
Recurring Campaigns is a PRO feature. Don’t have a HurryTimer Pro license yet? [Click here to select your plan](https://hurrytimer.com/pricing/)
{% endhint %}

With HurryTimer Pro you can make countdown timer that recur on any timing pattern, here are some few examples:

* Weekly on Monday at 1:00 PM, until December 31, 2019
* Every Sunday at 10:00 AM, forever
* Every 2nd Wednesday for 10 times
* Daily at 05:00 PM for 30min, until September 24, 2019
* Daily at 2:00PM on weekdays only
* Every hour starting at 02:00 PM on Friday and Monday for 2 times
* The first Wednesday of every month
* The 16th day of every month
* ...

To get started, navigate to **HurryTimer > Add Campaign**:

![](/files/-LmyMtCzH7KaCl09C8sL)

Then, you can set your campaign according the rules below:

![](/files/-MfEnrCINfZwxDk84nHj)

1. Click on the Schedule tab in the settings panel.
2. Select **Recurring** mode.
3. Select how often the event should recur.
4. Enter the recurrence duration.
5. Choose on which days to recur the campaign.
6. Select the start date and time.
7. Finally, set an end option, you can choose between ending after a set of recurrences, on a specific date and time, or simply choose **Never** to recur forever.

{% hint style="info" %}
**NOTE:** The start Date/time is based on your site's timezone set under Settings > General.
{% endhint %}

###


---

# 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://docs.hurrytimer.com/getting-started/creating-a-recurring-campaign.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.
