> For the complete documentation index, see [llms.txt](https://autogram.gitbook.io/autogram-dm-masterclass/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autogram.gitbook.io/autogram-dm-masterclass/guides/7.-how-to-write-dms-that-get-replies.md).

# 7. How to write DMs that get replies

You’ve got the list. Now it’s time to start the conversation.

This is where most people fumble—sending long, pitchy, or generic messages that get ignored (or worse, reported). The key to cold DMs in 2025 is being short, relevant, and curiosity-driven.

You’re not trying to sell in the first message. You’re trying to start a conversation.

## The “ICE” Framework 🧊

Use this to structure your messages:

**Icebreaker** – Catch their attention

**Context** – Why you’re reaching out

**Easy CTA** – A frictionless next step that invites a reply

## Example DMs (Using ICE)

#### Real Estate Agent Example:

> Hey Sarah! Just came across your page, loving the listings you've been posting.
>
> Quick q — are you taking on more buyer/seller leads rn?&#x20;

✅ Icebreaker: Mention something relevant to them\
✅ Context: You want to help them get leads\
✅ Easy CTA: A casual yes/no question

#### Med Spa Example:

> Hey! Just came across your profile, your before/after posts are awesome
>
> Curious if you're currently booking any appointments rn?

#### Coach Example:

> Yo, noticed you're helping business owners scale — love that.
>
> Just curious, are you guys currently taking on more clients?

## ✅ What Makes a Good Opener?

* Feels relevant to the recipient
* Doesn't feel like a mass blast (even if it is)
* Sparks curiosity or conversation
* Clear, specific, and casual (not robotic)
* Ends with a question, not a pitch

## 🚫 What to Avoid

* ❌ “Hey, I help people scale their biz using AI automation for growth systems.”\
  (Too buzzwordy, sounds fake if sent off the bat)
* ❌ “Can I show you a quick demo?”\
  (Too soon, let the conversation get there.)
* ❌ “Hey! I think you’d be perfect for my offer…”\
  (Too robotic and mass blast-y)

The DM isn’t the pitch. It’s the opener.\
Keep it casual, clear, and curiosity-driven, and let the convo do the work.


---

# 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://autogram.gitbook.io/autogram-dm-masterclass/guides/7.-how-to-write-dms-that-get-replies.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.
