# Auto DM

{% hint style="warning" %}
**This will only work if the user's DM settings are not private.**

If the verification link that the app has sent is expired, the user needs to go to the verification channel and click on the <mark style="background-color:green;">Verify</mark> button in your server to generate a new link.
{% endhint %}

<figure><img src="/files/7einTQeQXVMlgV5pjjoR" alt=""><figcaption></figcaption></figure>

This function allows the app to send DMs to the user upon them joining the server, generating them a link automatically to verify.

<div align="left"><figure><img src="/files/hnIvm4pwRmgEp1upKunK" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.authenticateme.xyz/en/owners-manual/setup/005-subpage/auto-dm.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.
