# Configuring a Dead Man Switch

Dead Man Switch allows you to initiate all your recovery-plans if the app isn't opened for a specified number of months.

{% stepper %}
{% step %}
On the side-menu, select **Dead Man Switch**.

<div data-with-frame="true"><figure><img src="https://3631130187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQjNlu4V1pUFKy3rL5too%2Fuploads%2FGJX3ggvWVCIHyK85PGBP%2Fdmsa.png?alt=media&#x26;token=7094193b-e9ef-4880-8f34-a057891f8b1a" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select a period

<div data-with-frame="true"><figure><img src="https://3631130187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQjNlu4V1pUFKy3rL5too%2Fuploads%2FnQo0XKmbj62kqFIecpl3%2Fdmsb.gif?alt=media&#x26;token=828e1aaf-b11d-465a-9e20-c3e46f07bbbe" alt="" width="375"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="https://3631130187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQjNlu4V1pUFKy3rL5too%2Fuploads%2FOJpTQsnZOsCzp0w5VitU%2Fdmsc.gif?alt=media&#x26;token=05f62b54-c109-4b85-b11e-c746e8a41a5d" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Check the deadline. Each time you open the app, the deadline will be updated. If you don’t open the app for a long time, you will receive push notifications reminding you to do so.

<div data-with-frame="true"><figure><img src="https://3631130187-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQjNlu4V1pUFKy3rL5too%2Fuploads%2F3LRnLUbgcDW3el3w6VoT%2Fdmsd.png?alt=media&#x26;token=2913b234-73f5-41cc-86a8-201f21a4369d" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

The **Dead Man Switch** period is independent of the internal **timelock** period of each recovery plan. For example, if the Dead Man’s Switch period is **6 months** and the recovery plan’s timelock period is **45 days**, then if the app is not opened for 6 months, the recovery plan will be initiated, and the Bitcoin will reach the second wallet only **45 days later**.


---

# 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://ritrek.gitbook.io/ritrek-docs/dead-man-switch/configuring-a-dead-man-switch.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.
