# Recurring Daily task

The **Recurring Daily Tasks** feature allows tasks to automatically **run and revert on a daily schedule** within a defined time range. This helps you automate repetitive updates without needing to manually trigger tasks each day.

Step to manage:&#x20;

1. From the task setup page, navigate the Start time section > Choose Recurring as start time option:&#x20;

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

2. You can set a **Start time** and an **End time**, including both **date and time**.&#x20;

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

The app will automatically:

* **Run the task** at the selected Start time each day
* **Revert the task** at the selected End time each day
* Continue this cycle **daily within the selected date range**

3. Example:&#x20;

**Example a: Same-Day Schedule**

* **Start:** March 23 at 06:00
* **End:** March 23 at 18:00

→ The task will:

* Run at **06:00**
* Revert at **18:00**\
  (on the same day)

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

**Example b: Multi-Day Recurring Schedule**

* **Start:** March 23 at 06:00
* **End:** March 31 at 18:00

→ The task will:

* Run at **06:00 every day**
* Revert at **18:00 every day**
* Repeat this cycle from **March 23 to March 31**

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


---

# 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://docs.samita.io/bulk-price-editor-sami/manage-task/recurring-daily-task.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.
