# Set a Reminder Frequency

If a transaction isn't signed after a certain period of time, Den will send a reminder notification so your team doesn't forget to sign it. These reminder notifications are sent on a recurring basis until the transaction is executed. For example, if you set your reminder frequency to `24 hours` then your team will receive a reminder notification every day until the transaction is executed.

The reminder frequency can be changed on the notifications page by selecting a new value in the reminder frequency dropdown.

<figure><img src="/files/3DBbJo2oSQ13jxYCDSgv" 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.onchainden.com/notifications/set-a-reminder-frequency.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.
