# 6.2.16 Set Task Repetition

The "Task Repetition" feature in Onethread allows users to set tasks that repeat at a specified interval. Users can specify the frequency of the task repetition, such as daily, weekly, or monthly. They can also set the end dates, and occurrences for the repetition, as well as the days or numbers the task should occur.

Once the task repetition is set, the system will automatically create new instances of the task at the specified interval. This saves users time and effort in creating and assigning repetitive tasks manually.

### Use Case:

This feature is helpful for tasks that occur on a regular basis, such as weekly meetings or monthly reports.

You can set it from 3 places.&#x20;

* Task create page
* Task modal page
* Task activity page&#x20;

### Steps to Use:

* Select a **task** from a **project**. Click it. The **task modal page** opens.
* Click the **task repetition** box. A **modal** will **pop up**.&#x20;
* You will see **three options** here.&#x20;
* If you click “**Does not repeat**,” the **task** **will not be repeated**.&#x20;
* If you choose the **Repeat daily** option, the task will be **created & repeated** at the same time daily.
* **Custom repetition** allows you to repeat a task for a specific date interval or occurrence after a certain period.&#x20;

<figure><img src="/files/sDJvN9uZFozRC9SM3OR5" alt=""><figcaption><p>Setting Task Repetition</p></figcaption></figure>

### Important Notes

* Marking a recurring task as complete will not cancel the operation. Instead, it will simply close the current task until its next scheduled appearance.
* Users have the option to start with a fresh impression of recurring tasks each time they create a new task or add repetition to an existing task.
* A recurring task will act like a normal task, but it will repeat after a certain period or date.
* Users have the ability to edit or delete any repetitive task, including the main task after making it repetitive.
* Each repetitive task is independent, and the due date for each repetitive task can be changed.
* When creating a repeated task, providing a start date is mandatory.
* Users will find the recurring task in the User Task Dashboard. Once marked as completed, it will appear in the dashboard again on the next recurrence time until the occurrence of the cycle ends.
* For now, every task repetition process is based on 365 days.


---

# 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.onethreadapp.com/6.-managing-items/6.3-tasks/6.3.2-task-modal-activity-page-manage/6.2.16-set-task-repetition.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.
