# Set Reminder for a Phase

This feature in Onethread allows users to set reminders for their phases to ensure they are completed on time. Depending on the user's preference, the reminder can be set up as a pop-up in-app notification or an email reminder.

The feature allows users to customize the frequency and timing of their reminders, enabling them to receive reminders at a convenient time. This helps to ensure that reminders are effective and not easily ignored.

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

* Phase create page
* Phase modal page
* Phase activity full page&#x20;

### Steps to Use:

* Select a **phase** from a **project**. Click it. The **phase modal page** opens.
* Click the **Item reminder** box. A **modal** will **pop up**.&#x20;
* Select the **date** and **enter** the **time** for your **notification**.
* You can also **set** a **pre-reminder** for the **reminder,** which will **notify** you about the **reminder** before desired **minutes, hours, days, or even weeks**!

<figure><img src="/files/TwSv1xNvG95XkD4GnZaP" alt=""><figcaption><p>Setting Reminder for a Phase</p></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.onethreadapp.com/6.-managing-items/6.1-phases/6.1.2-phase-modal-activity-page-manage/set-reminder-for-a-phase.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.
