> For the complete documentation index, see [llms.txt](https://docs.igburst.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.igburst.com/knowledge-base/instagram-automation/growth-tools/welcome-dm.md).

# Welcome DM

It's one of the most distinguished ways, as it sends a welcome message to your new followers.

Once you added your Instagram account to our system <mark style="color:orange;">**IG**</mark> <mark style="color:blue;">**BURST**</mark>,&#x20;

Go to this module in the left menu, you will see these features:

## 🔷 <mark style="color:blue;">Settings :</mark>

&#x20;You can activate / deactivate status

and you can select the speed at which you will Welcome DM the new followers accounts

&#x20;and select a Custom Attachment

<figure><img src="/files/UO9BVYOdPLz4btPo2EtY" alt=""><figcaption></figcaption></figure>

You can also enable the following options:

&#x20;  ✅ Skip already opened threads.

&#x20;  ✅ Mute threads notifications.

&#x20;  ✅ Pause actions every day.

✨ don't forget to change your status to **active** and click <mark style="color:green;">**save**</mark>

<figure><img src="/files/H4350aT94DoUulauFoNx" alt=""><figcaption></figcaption></figure>

## 🔷 <mark style="color:blue;">**Messages :**</mark>&#x20;

&#x20;      You can write your message using these optional variables:

&#x20;        <mark style="color:orange;">**{{firstname}}**</mark> Profile first name.

&#x20;    &#x20;**&#x20; &#x20;**<mark style="color:orange;">**{{username}}**</mark> Profile username.

&#x20;    &#x20;**&#x20; &#x20;**<mark style="color:orange;">**{{full\_name}}**</mark> Profile full name.

{% hint style="warning" %}
&#x20;If user's full name is not set, username will be used.
{% endhint %}

&#x20;Enter <mark style="color:blue;">Add message</mark> and click <mark style="color:green;">**Save**</mark>

<figure><img src="/files/XLuULrEUv7cVIxKKssYv" alt=""><figcaption></figcaption></figure>

## 🔷 <mark style="color:blue;">**Activity Log :**</mark>&#x20;

By clicking on Activity Log, it summarizes all activities and for you.

<figure><img src="/files/AMZLhGvg685zBV1635Gb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.igburst.com/knowledge-base/instagram-automation/growth-tools/welcome-dm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
