[{"data":1,"prerenderedAt":1634},["ShallowReactive",2],{"blog-list-en":3},[4,314,626,900,1143,1410],{"id":5,"title":6,"author":7,"body":8,"date":302,"description":303,"extension":304,"meta":305,"navigation":306,"path":307,"seo":308,"stem":309,"tags":310,"updated":312,"__hash__":313},"blog_en\u002Fblog\u002Frendering-check.md","Rendering check — every element on one page","DM Studio",{"type":9,"value":10,"toc":293},"minimark",[11,15,20,41,46,67,71,88,94,98,101,113,116,127,131,134,198,202,280,283,289],[12,13,14],"p",{},"This page exists to be looked at. It puts every markdown element the blog can produce on a\nsingle screen, so a typography regression shows up in one screenshot instead of being found\nlater on a real article.",[16,17,19],"h2",{"id":18},"why-a-fixture-instead-of-a-real-article","Why a fixture instead of a real article",[12,21,22,23,27,28,31,32,35,36,40],{},"Prose styles for the blog live in ",[24,25,26],"code",{},"app\u002Fpages\u002Fblog\u002F[...slug].vue"," under ",[24,29,30],{},".prose :deep(...)",",\nbecause ",[24,33,34],{},"ContentRenderer"," output falls outside Vue's scoped-style boundary. That means a\nmissing selector doesn't throw — the element just renders unstyled and nobody notices until\na reader hits it. A fixture that uses ",[37,38,39],"strong",{},"every"," element turns a silent gap into a visible one.",[42,43,45],"h3",{"id":44},"what-this-checks","What this checks",[47,48,49,58,61,64],"ol",{},[50,51,52,53,55,56],"li",{},"Heading scale and spacing across ",[24,54,16],{}," and ",[24,57,42],{},[50,59,60],{},"Body measure, line height, and paragraph rhythm",[50,62,63],{},"List, table, quote, and code block treatment",[50,65,66],{},"Link colour against the surrounding text",[16,68,70],{"id":69},"text-level-elements","Text-level elements",[12,72,73,74,77,78,81,82,87],{},"Body copy sits at 16px with a 1.75 line height, which puts a comfortable measure inside the\n720px column. ",[37,75,76],{},"Bold text"," should read heavier without jumping baseline. Inline code such as\n",[24,79,80],{},"queryCollection('blog_en')"," needs a tinted background that doesn't swallow the surrounding\nline. A ",[83,84,86],"a",{"href":85},"\u002Fpricing","link to the pricing page"," should be distinguishable from body text by\ncolour alone, since underlines are off.",[89,90,91],"blockquote",{},[12,92,93],{},"A quote is set with a left rule and muted text. It should feel like an aside, not a heading.",[16,95,97],{"id":96},"lists","Lists",[12,99,100],{},"Unordered:",[102,103,104,107,110],"ul",{},[50,105,106],{},"One item, short.",[50,108,109],{},"A second item long enough to wrap onto a second line, so the indent of the wrapped line can\nbe checked against the marker rather than the text.",[50,111,112],{},"A third item.",[12,114,115],{},"Ordered:",[47,117,118,121,124],{},[50,119,120],{},"First step",[50,122,123],{},"Second step",[50,125,126],{},"Third step",[16,128,130],{"id":129},"a-table","A table",[12,132,133],{},"Tables scroll horizontally inside their own container rather than pushing the page wide.",[135,136,137,153],"table",{},[138,139,140],"thead",{},[141,142,143,147,150],"tr",{},[144,145,146],"th",{},"Limit",[144,148,149],{},"Value",[144,151,152],{},"Adjustable",[154,155,156,168,178,188],"tbody",{},[141,157,158,162,165],{},[159,160,161],"td",{},"Daily maximum",[159,163,164],{},"100 sends",[159,166,167],{},"Down only",[141,169,170,173,176],{},[159,171,172],{},"Send interval",[159,174,175],{},"20–40 seconds, randomized",[159,177,167],{},[141,179,180,183,186],{},[159,181,182],{},"Batch size",[159,184,185],{},"10 sends",[159,187,167],{},[141,189,190,193,196],{},[159,191,192],{},"Rest between batches",[159,194,195],{},"30 minutes minimum",[159,197,167],{},[16,199,201],{"id":200},"a-code-block","A code block",[203,204,209],"pre",{"className":205,"code":206,"language":207,"meta":208,"style":208},"language-ts shiki shiki-themes github-light github-dark","\u002F\u002F content.config.ts — the two collections differ only in `source`\nblog_en: defineCollection({\n  type: 'page',\n  source: { include: 'en\u002Fblog\u002F**', prefix: '\u002Fblog' },\n  schema: blogSchema,\n})\n","ts","",[24,210,211,220,237,250,268,274],{"__ignoreMap":208},[212,213,216],"span",{"class":214,"line":215},"line",1,[212,217,219],{"class":218},"sJ8bj","\u002F\u002F content.config.ts — the two collections differ only in `source`\n",[212,221,223,227,231,234],{"class":214,"line":222},2,[212,224,226],{"class":225},"sScJk","blog_en",[212,228,230],{"class":229},"sVt8B",": ",[212,232,233],{"class":225},"defineCollection",[212,235,236],{"class":229},"({\n",[212,238,240,243,247],{"class":214,"line":239},3,[212,241,242],{"class":229},"  type: ",[212,244,246],{"class":245},"sZZnC","'page'",[212,248,249],{"class":229},",\n",[212,251,253,256,259,262,265],{"class":214,"line":252},4,[212,254,255],{"class":229},"  source: { include: ",[212,257,258],{"class":245},"'en\u002Fblog\u002F**'",[212,260,261],{"class":229},", prefix: ",[212,263,264],{"class":245},"'\u002Fblog'",[212,266,267],{"class":229}," },\n",[212,269,271],{"class":214,"line":270},5,[212,272,273],{"class":229},"  schema: blogSchema,\n",[212,275,277],{"class":214,"line":276},6,[212,278,279],{"class":229},"})\n",[281,282],"hr",{},[12,284,285,286,288],{},"After the horizontal rule above, spacing should reset cleanly into a final paragraph. If\nanything on this page looks unstyled, the missing selector is in ",[24,287,30],{},".",[290,291,292],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":208,"searchDepth":222,"depth":222,"links":294},[295,298,299,300,301],{"id":18,"depth":222,"text":19,"children":296},[297],{"id":44,"depth":239,"text":45},{"id":69,"depth":222,"text":70},{"id":96,"depth":222,"text":97},{"id":129,"depth":222,"text":130},{"id":200,"depth":222,"text":201},"2026-09-04","A fixture post that exercises every markdown element the blog can render, so typography regressions show up in one screenshot.","md",{},true,"\u002Fblog\u002Frendering-check",{"title":6,"description":303},"blog\u002Frendering-check",[311],"internal",null,"_GXCaL00Br61ep_yOO1ph74PfC1F3dJmI3_rFYzGzXs",{"id":315,"title":316,"author":7,"body":317,"date":616,"description":617,"extension":304,"meta":618,"navigation":306,"path":619,"seo":620,"stem":621,"tags":622,"updated":312,"__hash__":625},"blog_en\u002Fblog\u002Fhow-many-instagram-dms-per-day.md","How Many Instagram DMs Can You Send Per Day Without Getting Blocked?",{"type":9,"value":318,"toc":601},[319,322,326,333,336,339,343,346,351,354,374,377,380,388,392,406,413,416,424,428,431,500,503,511,515,530,533,540,544,547,550,562,566,570,573,577,580,584,587,591,594,598],[12,320,321],{},"You have a list of people to reach on Instagram: creators for a collaboration, prospects for a\npitch, guests for an event. Most of them don't follow you. You search for how many DMs you can\nsend in a day and get numbers from 5 to 200, each stated with the same confidence. This article\nexplains where the real limit sits, what Instagram actually does when you reach it, and how to\npace your sends so you stay under it.",[16,323,325],{"id":324},"how-many-instagram-dms-can-you-send-per-day","How many Instagram DMs can you send per day?",[12,327,328,329,332],{},"Instagram does not publish a daily DM limit. The limit that matters for outreach applies to\n",[37,330,331],{},"new conversations you start with people who don't follow you",", counted over a 24-hour\nwindow. Published estimates range from 5 to 200 a day. DM Studio, a Chrome extension for\nInstagram outreach, caps sends at 100 a day, spaces them 20 to 40 seconds apart, and rests at\nleast 30 minutes after every 10.",[12,334,335],{},"Those numbers are not a guarantee. They are deliberately conservative: the goal is to stay well\nbelow the point where Instagram starts refusing delivery, and to stop the moment it does.",[12,337,338],{},"The estimates you find online disagree because the limit is not a fixed number. It moves with\nthe age of your account, how many of your messages get replies or reports, and whether the\npeople you message follow you. Two accounts sending the same 60 messages on the same day can\nget different results.",[16,340,342],{"id":341},"what-actually-happens-when-you-hit-the-limit","What actually happens when you hit the limit?",[12,344,345],{},"Instagram does not ban your account for sending too many DMs. It stops delivering\nnew-conversation messages and returns this text, word for word:",[89,347,348],{},[12,349,350],{},"Your message can't be delivered. There is a limit to the number of new conversations you can\nstart every 24 hours with people who don't follow you.",[12,352,353],{},"Three details in that sentence matter more than any number:",[47,355,356,362,368],{},[50,357,358,361],{},[37,359,360],{},"\"New conversations\", not messages."," Replies inside threads that already exist keep\nworking.",[50,363,364,367],{},[37,365,366],{},"\"People who don't follow you.\""," Messages to your followers sit in a different bucket.",[50,369,370,373],{},[37,371,372],{},"\"Every 24 hours.\""," In our observation this behaves like a rolling window, not a midnight\nreset. Capacity comes back as the conversations you started 24 hours earlier age out.",[12,375,376],{},"If you are waiting for an \"Action Blocked\" pop-up, you will miss it. The text above appears as\na failed delivery inside the conversation, not as a warning banner, and it contains none of the\nwords most guides tell you to watch for: no \"blocked\", no \"try again later\", no \"rate\".",[12,378,379],{},"In August 2026 we reviewed the failure log of one account running outreach through DM Studio.\nOf 37 failed sends, 33 returned this exact message. The other four were network errors or\nprofiles that no longer existed. When a cold DM fails, this is almost always why.",[12,381,382,383,387],{},"If you are looking at this message right now,\n",[83,384,386],{"href":385},"\u002Fblog\u002Finstagram-message-cant-be-delivered-limit","our guide to the \"Your message can't be delivered\" limit","\ncovers how long it lasts and what to do next.",[16,389,391],{"id":390},"why-do-cold-dms-hit-the-limit-faster-than-replies","Why do cold DMs hit the limit faster than replies?",[12,393,394,395,398,399,405],{},"A message to someone who doesn't follow you does not land in their inbox. Instagram places it\nin their ",[37,396,397],{},"message requests"," folder, and starting a request is the action Instagram counts\n(",[83,400,404],{"href":401,"rel":402},"https:\u002F\u002Fhelp.instagram.com\u002F1435783229983256",[403],"nofollow","Instagram Help Center","). The outreach limit is,\nin practice, a limit on message requests.",[12,407,408,409,288],{},"Replying to people who already messaged you is not counted the same way. That is why a support\naccount can answer hundreds of threads a day while an outreach account is stopped at a fraction\nof that. How the requests folder looks from the sender's side, and what gets a request accepted,\nis in ",[83,410,412],{"href":411},"\u002Fblog\u002Finstagram-message-requests-explained","Why your Instagram DM went to message requests",[12,414,415],{},"Two practical consequences follow:",[102,417,418,421],{},[50,419,420],{},"Once someone accepts your request, your follow-ups to them no longer count as new\nconversations.",[50,422,423],{},"The first message is the one that gets counted, so it should be worth opening. A request\nthat earns a reply is the strongest signal your account can send.",[16,425,427],{"id":426},"is-there-a-safe-number-of-dms-per-day","Is there a safe number of DMs per day?",[12,429,430],{},"No number guarantees anything, because the limit adapts to your account. What holds up over\ntime is a set of behaviors: send at a human pace, stop as soon as Instagram refuses delivery,\nand let the 24-hour window clear before you resume. These are the rules built into DM Studio,\nand they are worth following even if you send by hand:",[135,432,433,445],{},[138,434,435],{},[141,436,437,440,442],{},[144,438,439],{},"Rule",[144,441,149],{},[144,443,444],{},"Why",[154,446,447,458,469,479,489],{},[141,448,449,452,455],{},[159,450,451],{},"Daily ceiling",[159,453,454],{},"100 new conversations",[159,456,457],{},"A ceiling, not a target",[141,459,460,463,466],{},[159,461,462],{},"Gap between sends",[159,464,465],{},"20 to 40 seconds, randomized",[159,467,468],{},"People don't send on a fixed timer",[141,470,471,473,476],{},[159,472,182],{},[159,474,475],{},"10 sends, then rest",[159,477,478],{},"Bursts are what automated patterns look like",[141,480,481,483,486],{},[159,482,192],{},[159,484,485],{},"30 minutes minimum, 60 by default",[159,487,488],{},"Spreads the day out instead of front-loading it",[141,490,491,494,497],{},[159,492,493],{},"On the limit message",[159,495,496],{},"Stop for the day",[159,498,499],{},"Retrying while refused is what escalates restrictions",[12,501,502],{},"If your account is new or has never sent outreach, start with a fraction of these numbers and\nraise them over a couple of weeks. Personalize every first message. An account whose requests\nget replies is treated very differently from one whose requests get ignored or reported.",[12,504,505,506,510],{},"If your list is a set of creators you want to work with,\n",[83,507,509],{"href":508},"\u002Fblog\u002Fhow-to-dm-100-influencers-on-instagram","How to DM 100 influencers on Instagram"," turns\nthese rules into a day-by-day plan.",[16,512,514],{"id":513},"what-about-dm-tools-built-on-instagrams-official-api","What about DM tools built on Instagram's official API?",[12,516,517,518,523,524,529],{},"Tools built on Meta's Messenger Platform for Instagram solve a different problem. They require\nan Instagram professional account (Business or Creator) connected to a Facebook Page\n(",[83,519,522],{"href":520,"rel":521},"https:\u002F\u002Fdevelopers.facebook.com\u002Fdocs\u002Fmessenger-platform\u002Finstagram\u002Fget-started",[403],"Meta for Developers","),\nand they operate inside a standard messaging window: a business has up to 24 hours to respond\nafter a person messages it\n(",[83,525,528],{"href":526,"rel":527},"https:\u002F\u002Fdevelopers.facebook.com\u002Fdocs\u002Fmessenger-platform\u002Fpolicy\u002Fpolicy-overview",[403],"Messenger Platform policy",").\nThe API is built for replying, comment-triggered auto-DMs, and support. It has no way to open a\nconversation with someone who has never contacted your account.",[12,531,532],{},"If your task is reaching people who don't know you yet, an API-based tool will not do it at any\nprice. The limit described in this article applies to the only channel that can: sending from\nyour own account, as yourself.",[12,534,535,536,288],{},"DM Studio is not built on that API. It sends from the Instagram session you are already logged\ninto in Chrome, the same way you would by hand, and it never asks for your password. The full\ncomparison is in\n",[83,537,539],{"href":538},"\u002Fblog\u002Finstagram-api-dm-tools-vs-cold-outreach","Instagram's official DM API vs cold outreach tools",[16,541,543],{"id":542},"how-dm-studio-paces-your-sends","How DM Studio paces your sends",[12,545,546],{},"DM Studio is a Chrome extension for Instagram outreach that runs the pacing above for you. You\nbuild or paste a recipient list, write a message with personalization fields, and start a queue.\nThe extension sends from your logged-in session at 20 to 40 seconds apart, 10 at a time, with a\nrest between batches. The 100-a-day cap and the minimum interval are hard limits in the code;\nSettings only let you make them more conservative.",[12,548,549],{},"When Instagram returns the new-conversation limit, the queue stops on the spot. The remaining\nrecipients stay pending instead of being burned through, and the extension shows a 24-hour\nnotice so you know why. The queue also stops after five consecutive failures of any kind, in\ncase Instagram changes the wording.",[12,551,552,553,556,557,561],{},"The free plan sends 10 DMs a day with no signup. Pro lifts the daily limit to the 100-a-day cap\nand adds batch sending and custom intervals. See ",[83,554,555],{"href":85},"pricing",", or\n",[83,558,560],{"href":559},"\u002F","add DM Studio to Chrome"," and send your first ten today.",[16,563,565],{"id":564},"frequently-asked-questions","Frequently asked questions",[42,567,569],{"id":568},"does-instagram-ban-you-for-sending-too-many-dms","Does Instagram ban you for sending too many DMs?",[12,571,572],{},"Sending too many new-conversation DMs gets those messages refused, not your account removed.\nAccounts that keep retrying while refused are widely reported to receive longer restrictions,\nwhich is why DM Studio stops the queue instead of retrying.",[42,574,576],{"id":575},"how-long-does-the-instagram-dm-limit-last","How long does the Instagram DM limit last?",[12,578,579],{},"Instagram's own message says 24 hours. In our observation it is a rolling window: capacity\nreturns as the conversations you started a day earlier age out, rather than all at once at\nmidnight.",[42,581,583],{"id":582},"do-dms-to-my-followers-count-toward-the-limit","Do DMs to my followers count toward the limit?",[12,585,586],{},"The message Instagram returns refers specifically to people who don't follow you. Messages to\nfollowers and replies in existing threads do not trigger it. They may have their own, higher,\nlimits.",[42,588,590],{"id":589},"can-i-send-200-dms-a-day-on-instagram","Can I send 200 DMs a day on Instagram?",[12,592,593],{},"To people who don't follow you, we would not try. Published estimates for established accounts\ntop out around 150 to 200, but they come from user reports, not from Instagram. DM Studio's\nceiling is 100, and we treat it as a ceiling, not a target.",[42,595,597],{"id":596},"is-20-seconds-between-dms-enough","Is 20 seconds between DMs enough?",[12,599,600],{},"It is the minimum DM Studio allows, and every gap is randomized between that value and double\nit. If your account is new, widen the interval in Settings (up to 5 minutes) and shorten your\ndaily list.",{"title":208,"searchDepth":222,"depth":222,"links":602},[603,604,605,606,607,608,609],{"id":324,"depth":222,"text":325},{"id":341,"depth":222,"text":342},{"id":390,"depth":222,"text":391},{"id":426,"depth":222,"text":427},{"id":513,"depth":222,"text":514},{"id":542,"depth":222,"text":543},{"id":564,"depth":222,"text":565,"children":610},[611,612,613,614,615],{"id":568,"depth":239,"text":569},{"id":575,"depth":239,"text":576},{"id":582,"depth":239,"text":583},{"id":589,"depth":239,"text":590},{"id":596,"depth":239,"text":597},"2026-09-03","Instagram does not publish a DM limit, but it enforces one on new conversations with non-followers. The exact message it returns, what it means, and how to pace outreach.",{},"\u002Fblog\u002Fhow-many-instagram-dms-per-day",{"title":316,"description":617},"blog\u002Fhow-many-instagram-dms-per-day",[623,624],"instagram-dm-limits","cold-outreach","bKR71_uf0EUt8qhDcrWRQgo807DMtSw0u255WECopk0",{"id":627,"title":628,"author":7,"body":629,"date":616,"description":893,"extension":304,"meta":894,"navigation":306,"path":508,"seo":895,"stem":896,"tags":897,"updated":312,"__hash__":899},"blog_en\u002Fblog\u002Fhow-to-dm-100-influencers-on-instagram.md","How to DM 100 Influencers on Instagram Without Tripping the Limits",{"type":9,"value":630,"toc":878},[631,634,638,645,695,700,704,717,726,730,733,736,741,744,747,751,754,783,786,790,797,800,804,830,834,837,840,848,850,854,857,861,864,868,871,875],[12,632,633],{},"You have a list of 100 creators you want to work with. Most of them don't follow you, and you\nwant to reach them by DM because that is where they actually read. The two questions that\nmatter are how fast you can get through the list, and how to do it without Instagram stopping you\nhalfway. This article answers both, in order.",[16,635,637],{"id":636},"how-long-does-it-take-to-dm-100-influencers-on-instagram","How long does it take to DM 100 influencers on Instagram?",[12,639,640,641,644],{},"Two days on an established account, longer on a new one. Instagram limits how many ",[37,642,643],{},"new\nconversations with people who don't follow you"," an account can start in a rolling 24-hour\nwindow, and it does not publish the number. DM Studio, a Chrome extension for Instagram outreach,\ncaps sends at 100 a day and treats that as a ceiling, not a target. Splitting 100 first messages\nacross two days, with pauses inside each day, is the plan that has held up for us.",[135,646,647,660],{},[138,648,649],{},[141,650,651,654,657],{},[144,652,653],{},"Account",[144,655,656],{},"New conversations per day",[144,658,659],{},"Days to reach 100",[154,661,662,673,684],{},[141,663,664,667,670],{},[159,665,666],{},"Established, has done outreach before",[159,668,669],{},"50 to 100",[159,671,672],{},"1 to 2",[141,674,675,678,681],{},[159,676,677],{},"Established, first time doing outreach",[159,679,680],{},"25 to 50, rising over the week",[159,682,683],{},"2 to 4",[141,685,686,689,692],{},[159,687,688],{},"New account (under a few months old)",[159,690,691],{},"Start under 10, raise slowly",[159,693,694],{},"2 weeks or more",[12,696,697,698,288],{},"These are pacing choices, not Instagram's numbers. The limit adapts to the account: how old it\nis, how many of your requests get accepted, how many get reported, and how quickly you send.\nFor what is known about the limit itself, see\n",[83,699,325],{"href":619},[16,701,703],{"id":702},"why-your-first-message-lands-in-message-requests","Why your first message lands in message requests",[12,705,706,707,710,711,716],{},"A DM to someone who doesn't follow you does not go to their inbox. It goes to their ",[37,708,709],{},"message\nrequests"," folder, where they see a preview and decide whether to accept. Since August 2023,\nInstagram has limited that first contact to a single text message: no images, videos, or voice\nnotes until the person accepts\n(",[83,712,715],{"href":713,"rel":714},"https:\u002F\u002Ftechcrunch.com\u002F2023\u002F08\u002F03\u002Finstagrams-new-feature-protects-users-from-unwanted-images-and-videos-in-dms",[403],"TechCrunch",").",[12,718,719,720,723,724,288],{},"This changes how you should think about the list. You do not get a conversation with each of\nthe 100 people. You get ",[37,721,722],{},"one text message each",", read in a preview, next to requests from\nstrangers. Everything below is about making that one message worth accepting. For how the\nrequests folder works in detail, including why you will not see \"Seen\", read\n",[83,725,412],{"href":411},[16,727,729],{"id":728},"how-to-write-the-one-message-you-get","How to write the one message you get",[12,731,732],{},"Keep it under 60 words, mention one specific thing about their content, make one clear ask, and\nsay who you are. That is the whole formula. A message that reads like it was written for this\nperson gets accepted; a message that reads like it was sent to 500 people gets ignored or\nreported, and reports are what teach Instagram to treat your account as spam.",[12,734,735],{},"A shape that works:",[89,737,738],{},[12,739,740],{},"Hi {first name}, I run {brand}. Your {specific post or series} is exactly the tone we're going\nfor with {product}. Would you be open to a paid collab this month? Happy to send details.",[12,742,743],{},"Three things to notice: the specific reference comes before the ask, there is exactly one\nquestion, and there is no link. Links can wait until they accept; in a request preview they read\nas spam.",[12,745,746],{},"Personalization does not mean writing 100 messages from scratch. It means one template with two\nor three fields you fill per person, one of which is a genuine observation about their work. The\nobservation is the part that takes time, and it is the part that gets replies.",[16,748,750],{"id":749},"how-to-pace-the-sends","How to pace the sends",[12,752,753],{},"Send at a human pace, and stop the moment Instagram refuses delivery. The rules DM Studio\nenforces, which are worth following even by hand:",[102,755,756,762,768,774],{},[50,757,758,761],{},[37,759,760],{},"20 to 40 seconds between messages",", randomized. Nobody types on a fixed timer.",[50,763,764,767],{},[37,765,766],{},"10 messages, then a rest of 30 minutes or more."," Bursts are what automated patterns look\nlike.",[50,769,770,773],{},[37,771,772],{},"Under 100 new conversations a day",", and far fewer on a new account.",[50,775,776,779,780,288],{},[37,777,778],{},"On the first \"Your message can't be delivered\", stop for the day."," That message is\nInstagram's new conversation limit, and continuing past it is what turns a one-day limit into\na longer restriction. We explain the message in detail in\n",[83,781,782],{"href":385},"this article",[12,784,785],{},"A concrete two-day schedule for 100 people: five batches of 10 in the morning, five in the\nafternoon, on two consecutive days. If the limit message appears on day one, the rest of the\nlist simply moves to day two and day three.",[16,787,789],{"id":788},"what-to-do-with-replies","What to do with replies",[12,791,792,793,796],{},"Once a creator accepts your request, the conversation moves to their inbox and your follow-ups\nto them ",[37,794,795],{},"no longer count"," as new conversations. This is the point where you send the details,\nthe link, and the rate card.",[12,798,799],{},"Keep a simple status per person: sent, accepted, replied, in talks, declined. Follow up once,\nabout five days after the first message, with something new to say rather than \"just checking\nin\". If a creator lists an email in their bio, move the conversation there after the first\nreply; larger creators often prefer it for anything involving contracts or payment.",[16,801,803],{"id":802},"what-not-to-do","What not to do",[102,805,806,812,818,824],{},[50,807,808,811],{},[37,809,810],{},"Don't send the same text to everyone."," It is the fastest way to get reported.",[50,813,814,817],{},[37,815,816],{},"Don't resend a message that failed."," If Instagram refused delivery, the second attempt is\nrefused too and adds to your record.",[50,819,820,823],{},[37,821,822],{},"Don't make up for a slow day with a fast one."," Volume spread over time is fine; the same\nvolume in ten minutes is not.",[50,825,826,829],{},[37,827,828],{},"Don't spread the same list across several accounts to go faster."," The limit is per account,\nbut an account that only ever sends cold requests and never gets accepted is treated worse over\ntime, regardless of how many of them you have.",[16,831,833],{"id":832},"doing-it-with-dm-studio","Doing it with DM Studio",[12,835,836],{},"DM Studio runs this plan for you from your own Instagram session in Chrome. You build the list by\ncollecting the followers of an account whose audience matches yours, or by pasting usernames.\nYou write one message with personalization fields and fill the per-person observation. Then you\nstart a queue, and the extension sends at 20 to 40 seconds apart, 10 at a time, with a rest\nbetween batches, under a 100-a-day cap that you can only make more conservative.",[12,838,839],{},"When Instagram returns the new conversation limit, the queue stops on the spot and the remaining\ncreators stay pending for tomorrow rather than being burned through. Send history is kept per\naccount, so you always know who has been contacted. The extension never asks for your password;\nit uses the session you are already logged into.",[12,841,842,843,845,846,288],{},"The free plan sends 10 DMs a day with no signup, which is enough to test your message on the first\nten creators before committing to the list. Pro lifts the daily limit to the 100-a-day cap and\nadds batch sending. See ",[83,844,555],{"href":85}," or ",[83,847,560],{"href":559},[16,849,565],{"id":564},[42,851,853],{"id":852},"can-i-dm-100-influencers-in-one-day","Can I DM 100 influencers in one day?",[12,855,856],{},"On an established account it is possible, but it is the ceiling rather than the plan. Two days\nwith pauses gives the account room and gives you time to answer replies as they arrive.",[42,858,860],{"id":859},"is-email-better-than-dm-for-influencer-outreach","Is email better than DM for influencer outreach?",[12,862,863],{},"For small and mid-size creators, the DM is usually where they read. For larger creators, or for\nanything involving a contract, email is often preferred, and many list one in their bio. A common\npattern is DM first, then move to email after the first reply.",[42,865,867],{"id":866},"how-many-follow-ups-should-i-send","How many follow-ups should I send?",[12,869,870],{},"One, about five days later, with something new in it. A second follow-up rarely changes the\noutcome and costs you goodwill.",[42,872,874],{"id":873},"what-happens-if-i-hit-the-limit-halfway-through-the-list","What happens if I hit the limit halfway through the list?",[12,876,877],{},"Stop for the day. The limit is a rolling 24-hour window, so the rest of the list moves to\ntomorrow. Nothing about the people you already messaged changes.",{"title":208,"searchDepth":222,"depth":222,"links":879},[880,881,882,883,884,885,886,887],{"id":636,"depth":222,"text":637},{"id":702,"depth":222,"text":703},{"id":728,"depth":222,"text":729},{"id":749,"depth":222,"text":750},{"id":788,"depth":222,"text":789},{"id":802,"depth":222,"text":803},{"id":832,"depth":222,"text":833},{"id":564,"depth":222,"text":565,"children":888},[889,890,891,892],{"id":852,"depth":239,"text":853},{"id":859,"depth":239,"text":860},{"id":866,"depth":239,"text":867},{"id":873,"depth":239,"text":874},"A day-by-day plan for DMing 100 creators on Instagram. How long it takes, how to write the one message you get, how to pace sends, and what to do with replies.",{},{"title":628,"description":893},"blog\u002Fhow-to-dm-100-influencers-on-instagram",[898,624],"influencer-outreach","1U11AcJaET4laCwgTEmXxTcJ8-7dhk5OSy7KPaM7CPA",{"id":901,"title":902,"author":7,"body":903,"date":616,"description":1136,"extension":304,"meta":1137,"navigation":306,"path":538,"seo":1138,"stem":1139,"tags":1140,"updated":312,"__hash__":1142},"blog_en\u002Fblog\u002Finstagram-api-dm-tools-vs-cold-outreach.md","Instagram's Official DM API vs Cold Outreach Tools: Why \"No Password\" Means Two Different Things",{"type":9,"value":904,"toc":1121},[905,908,912,927,930,934,937,940,944,1015,1018,1022,1025,1032,1038,1041,1045,1048,1051,1055,1075,1079,1082,1091,1093,1097,1100,1104,1107,1111,1114,1118],[12,906,907],{},"Search for \"Instagram DM automation that doesn't need my password\" and you get two kinds of\ntools that look alike and work completely differently. One kind is built on Meta's official\nmessaging API and can only talk to people who message you first. The other sends from your own\naccount, as you, and can message anyone. This article explains the difference so you can pick the\none that does your job.",[16,909,911],{"id":910},"what-can-instagrams-official-messaging-api-do","What can Instagram's official messaging API do?",[12,913,914,915,918,919,922,923,926],{},"Meta's Messenger Platform for Instagram lets a business reply to people who have contacted it.\nIt requires an Instagram professional account (Business or Creator) connected to a Facebook Page\n(",[83,916,522],{"href":520,"rel":917},[403],").\nOnce someone messages your account, comments on your post, or replies to your story, a\n",[37,920,921],{},"standard messaging window"," opens: the business has up to 24 hours to respond\n(",[83,924,528],{"href":526,"rel":925},[403],").\nA small set of message tags and opt-in message types extend that window for support and for\nmarketing the person has agreed to receive.",[12,928,929],{},"This is what powers comment-to-DM automations (\"comment LINK and I'll send it to you\"), instant\nreplies, support inboxes, and lead capture from ads. Tools in this category are approved by\nMeta, operate within its policies, and are the right choice for those jobs.",[16,931,933],{"id":932},"what-cant-the-official-api-do","What can't the official API do?",[12,935,936],{},"It cannot start a conversation with someone who has never interacted with your account. There is\nno endpoint for it. The 24-hour window only opens when the other person acts first, so an API\ntool has no way to send the first message to a creator you want to work with or a prospect who\nhas never heard of you.",[12,938,939],{},"That single fact sorts every DM tool into one of two categories, whatever the marketing says.",[16,941,943],{"id":942},"inbound-automation-vs-cold-outreach-two-different-jobs","Inbound automation vs cold outreach: two different jobs",[135,945,946,958],{},[138,947,948],{},[141,949,950,952,955],{},[144,951],{},[144,953,954],{},"Inbound automation (API)",[144,956,957],{},"Cold outreach (your own account)",[154,959,960,971,982,993,1004],{},[141,961,962,965,968],{},[159,963,964],{},"Who starts the conversation",[159,966,967],{},"They do",[159,969,970],{},"You do",[141,972,973,976,979],{},[159,974,975],{},"Who you can reach",[159,977,978],{},"People who messaged, commented, or replied to you",[159,980,981],{},"Anyone whose profile you can open",[141,983,984,987,990],{},[159,985,986],{},"Account type required",[159,988,989],{},"Professional (Business or Creator) plus a Facebook Page",[159,991,992],{},"Any account, including personal",[141,994,995,998,1001],{},[159,996,997],{},"What limits you",[159,999,1000],{},"Meta's API rate limits and the 24-hour window",[159,1002,1003],{},"Instagram's limit on new conversations with non-followers",[141,1005,1006,1009,1012],{},[159,1007,1008],{},"Typical use",[159,1010,1011],{},"Support, comment-to-DM, lead capture, order updates",[159,1013,1014],{},"Partnerships, sales prospecting, recruiting creators",[12,1016,1017],{},"If your messages come to you, you want the left column. If you need to reach people who have not\ncome to you, only the right column can do it.",[16,1019,1021],{"id":1020},"why-no-password-means-two-different-things","Why \"no password\" means two different things",[12,1023,1024],{},"Both kinds of tools can truthfully say they never ask for your Instagram password, but for\nopposite reasons.",[12,1026,1027,1028,1031],{},"An ",[37,1029,1030],{},"API tool"," never touches your Instagram login at all. You authorize it through Meta with an\nOAuth token tied to your professional account and Facebook Page, and Meta decides what the token\nis allowed to do. No password changes hands because the tool talks to Meta, not to Instagram as\nyou.",[12,1033,1027,1034,1037],{},[37,1035,1036],{},"outreach tool that runs in your browser"," uses the Instagram session you are already logged\ninto. It acts inside your account the way you would by hand, so it has no need for your\ncredentials either. No password changes hands because you are already logged in.",[12,1039,1040],{},"When you read that a tool \"works without your password\", ask which of these it means. The first\nkind cannot send a first message to a stranger. The second kind can, and it carries the same\nlimits and the same responsibility as doing it yourself.",[16,1042,1044],{"id":1043},"the-honest-trade-off","The honest trade-off",[12,1046,1047],{},"API tools are the compliant choice, and they are the only choice for inbound automation. They\nare also, by design, unable to do outreach.",[12,1049,1050],{},"Sending from your own account reaches anyone, and in exchange you are bound by exactly the rules\nthat bind a person typing: Instagram's limit on new conversations with people who don't follow\nyou, its response to bursts, and its view of an account whose requests get reported rather than\naccepted. Any outreach tool that ignores those rules is putting your account at risk. A tool that\npaces sends like a person and stops when Instagram pushes back behaves like a careful person, and\nthat is the most anyone can truthfully claim. No outreach method, manual or assisted, comes with a\nguarantee.",[16,1052,1054],{"id":1053},"which-one-do-you-need","Which one do you need?",[102,1056,1057,1063,1069],{},[50,1058,1059,1062],{},[37,1060,1061],{},"People message you and you want to answer faster or automatically."," Use an API-based tool.\nYour account must be a professional account with a Facebook Page.",[50,1064,1065,1068],{},[37,1066,1067],{},"You need to send the first message to people who don't follow you."," Use your own account,\npaced within Instagram's limits, whether by hand or with a tool that enforces those limits for\nyou.",[50,1070,1071,1074],{},[37,1072,1073],{},"You do both."," Use both. They do not overlap, and running one does not interfere with the\nother.",[16,1076,1078],{"id":1077},"where-dm-studio-sits","Where DM Studio sits",[12,1080,1081],{},"DM Studio is a Chrome extension for Instagram outreach, in the right-hand column. It is not built\non the messaging API and is not endorsed by Instagram. It sends from the Instagram session you\nare logged into in Chrome, works with personal accounts, and never asks for your password or a\ntoken. Message text and recipient lists stay on your device.",[12,1083,1084,1085,1087,1088,288],{},"Because it operates under the same limits as a person, it enforces them in code: 20 to 40 seconds\nbetween sends, 10 at a time with a rest between batches, and a cap of 100 new conversations a day\nthat you can only make more conservative. When Instagram returns its new conversation limit, the\nqueue stops and the remaining recipients stay pending. What that limit is and what its message\nlooks like are covered in\n",[83,1086,325],{"href":619}," and\n",[83,1089,1090],{"href":385},"\"Your message can't be delivered\" explained",[16,1092,565],{"id":564},[42,1094,1096],{"id":1095},"can-an-api-based-tool-send-my-first-message-to-an-influencer","Can an API-based tool send my first message to an influencer?",[12,1098,1099],{},"No. The messaging API only opens a window after the other person messages, comments, or replies\nto your account. There is no way to open a conversation with someone who has never interacted\nwith you.",[42,1101,1103],{"id":1102},"do-i-need-a-business-account-to-do-cold-outreach-on-instagram","Do I need a Business account to do cold outreach on Instagram?",[12,1105,1106],{},"No. Sending from your own account works from a personal account. A professional account and a\nFacebook Page are requirements of the API, not of Instagram DMs in general.",[42,1108,1110],{"id":1109},"is-sending-dms-with-a-browser-extension-against-instagrams-rules","Is sending DMs with a browser extension against Instagram's rules?",[12,1112,1113],{},"Instagram's terms prohibit creating accounts or collecting information in an automated way\nwithout its permission, and its guidelines prohibit spam. DM Studio is not built on the API and\nis not endorsed by Instagram. It\nruns inside your own logged-in session at a human pace, with hard caps and an automatic stop when\nInstagram refuses delivery, and it works only with lists you provide and messages you write.\nWhether that fits your risk tolerance is your decision; we do not claim it is risk-free.",[42,1115,1117],{"id":1116},"can-i-use-an-api-tool-and-an-outreach-tool-on-the-same-account","Can I use an API tool and an outreach tool on the same account?",[12,1119,1120],{},"Yes, if the account is a professional account. They do different jobs and do not interfere with\neach other. The API tool handles people who contact you; the outreach tool handles the first\nmessage to people who have not.",{"title":208,"searchDepth":222,"depth":222,"links":1122},[1123,1124,1125,1126,1127,1128,1129,1130],{"id":910,"depth":222,"text":911},{"id":932,"depth":222,"text":933},{"id":942,"depth":222,"text":943},{"id":1020,"depth":222,"text":1021},{"id":1043,"depth":222,"text":1044},{"id":1053,"depth":222,"text":1054},{"id":1077,"depth":222,"text":1078},{"id":564,"depth":222,"text":565,"children":1131},[1132,1133,1134,1135],{"id":1095,"depth":239,"text":1096},{"id":1102,"depth":239,"text":1103},{"id":1109,"depth":239,"text":1110},{"id":1116,"depth":239,"text":1117},"API-based DM tools and tools that send from your own account both work without your password, but only one can message people who haven't contacted you first.",{},{"title":902,"description":1136},"blog\u002Finstagram-api-dm-tools-vs-cold-outreach",[1141,624],"instagram-api","Vo6-QRSjvDd42lTjshcbnQF9qoz_TU_Fu6FAVHwSVyg",{"id":1144,"title":1145,"author":7,"body":1146,"date":616,"description":1403,"extension":304,"meta":1404,"navigation":306,"path":385,"seo":1405,"stem":1406,"tags":1407,"updated":312,"__hash__":1409},"blog_en\u002Fblog\u002Finstagram-message-cant-be-delivered-limit.md","\"Your Message Can't Be Delivered\" on Instagram: The 24-Hour New Conversation Limit Explained",{"type":9,"value":1147,"toc":1387},[1148,1151,1155,1163,1167,1174,1177,1197,1204,1208,1211,1214,1218,1225,1228,1232,1264,1268,1271,1274,1278,1281,1333,1336,1340,1343,1350,1352,1356,1359,1363,1366,1370,1373,1377,1380,1384],[12,1149,1150],{},"You sent a DM and instead of a delivery checkmark, Instagram put this under the message:",[89,1152,1153],{},[12,1154,350],{},[12,1156,1157,1158,1162],{},"Depending on where you sent from, the same limit can also appear as ",[1159,1160,1161],"em",{},"\"You've reached the message\nrequest limit.\""," Both mean the same thing. This article explains what Instagram is telling you,\nhow long it lasts, and what to do next.",[16,1164,1166],{"id":1165},"what-does-your-message-cant-be-delivered-mean-on-instagram","What does \"Your message can't be delivered\" mean on Instagram?",[12,1168,1169,1170,1173],{},"It means you have reached Instagram's cap on ",[37,1171,1172],{},"new conversations with people who don't follow\nyou"," within a 24-hour window. Your account is not banned and your existing conversations still\nwork. Instagram simply refuses to open another new thread with a non-follower until the window\nclears.",[12,1175,1176],{},"The wording is precise, and each part of it matters:",[102,1178,1179,1185,1191],{},[50,1180,1181,1184],{},[37,1182,1183],{},"\"New conversations\"",": only the first message to someone counts. Replies inside threads that\nalready exist are unaffected.",[50,1186,1187,1190],{},[37,1188,1189],{},"\"People who don't follow you\"",": a first message to a non-follower lands in their message\nrequests folder, and opening a request is what Instagram counts.",[50,1192,1193,1196],{},[37,1194,1195],{},"\"Every 24 hours\"",": the cap is measured over a day, not a calendar day. More on that below.",[12,1198,1199,1200,1203],{},"Instagram does not publish the number behind this limit. Our\n",[83,1201,1202],{"href":619},"guide to Instagram DM limits"," covers what is known and\nwhat is guesswork. This article stays on the message itself.",[16,1205,1207],{"id":1206},"why-did-i-hit-the-limit","Why did I hit the limit?",[12,1209,1210],{},"You started more conversations with non-followers in the last 24 hours than Instagram allows\nfor your account. The threshold is not fixed. It depends on the age of the account, how many of\nyour earlier requests were accepted or reported, and how quickly you sent.",[12,1212,1213],{},"If you were doing outreach, this is not a malfunction. Cold outreach is, by definition, starting\nconversations with people who don't follow you, so this message is the normal boundary you\neventually run into. In August 2026 we reviewed the failure log of one account running outreach\nthrough DM Studio: of 37 failed sends, 33 returned this exact text. Nearly every failed cold DM\nis this limit.",[16,1215,1217],{"id":1216},"how-long-does-the-instagram-new-conversation-limit-last","How long does the Instagram new conversation limit last?",[12,1219,1220,1221,1224],{},"Instagram's own text says 24 hours. In our observation it behaves like a ",[37,1222,1223],{},"rolling window",", not\na midnight reset: capacity returns as the conversations you started roughly 24 hours earlier age\nout. If you sent most of your messages between 2 pm and 4 pm, expect to be able to send again in\nthat same stretch the next day, not at midnight.",[12,1226,1227],{},"There is no counter you can check. The only signal is whether your next new conversation is\ndelivered.",[16,1229,1231],{"id":1230},"what-should-i-do-right-now","What should I do right now?",[47,1233,1234,1240,1246,1252,1258],{},[50,1235,1236,1239],{},[37,1237,1238],{},"Stop starting new conversations for the day."," Every further attempt is refused anyway, and\nan account that keeps pushing while limited is widely reported to receive longer restrictions.",[50,1241,1242,1245],{},[37,1243,1244],{},"Do not resend the same message."," It failed once; sending it again does nothing except add\nanother attempt to your record.",[50,1247,1248,1251],{},[37,1249,1250],{},"Keep replying."," Answering people who already wrote to you, or continuing threads that\nexist, is a different bucket and still works.",[50,1253,1254,1257],{},[37,1255,1256],{},"Wait for the window to clear",", then resume at a lower volume than the one that triggered\nthe message.",[50,1259,1260,1263],{},[37,1261,1262],{},"Do not compensate with a burst tomorrow."," Sending a day's worth of messages in ten minutes\nis how you go from this message to a broader restriction.",[16,1265,1267],{"id":1266},"how-is-this-different-from-action-blocked","How is this different from \"Action Blocked\"?",[12,1269,1270],{},"\"Action Blocked\" is a broader restriction. It appears as a pop-up, covers actions such as\nfollowing, liking, and commenting, and usually names a date when the block ends. The message in\nthis article is narrower: it applies only to opening new conversations with non-followers, it\nappears inline under the failed message, and it does not stop you from doing anything else.",[12,1272,1273],{},"That difference is why generic advice misses it. Most guides tell you to watch for \"Action\nBlocked\" or \"try again later\". This text contains neither, so if you are scanning for those\nphrases you will not notice that you have been limited.",[16,1275,1277],{"id":1276},"how-do-i-avoid-it-next-time","How do I avoid it next time?",[12,1279,1280],{},"Send at a human pace and stop the moment Instagram refuses delivery. Concretely:",[135,1282,1283,1293],{},[138,1284,1285],{},[141,1286,1287,1290],{},[144,1288,1289],{},"Habit",[144,1291,1292],{},"Why it helps",[154,1294,1295,1302,1309,1317,1325],{},[141,1296,1297,1300],{},[159,1298,1299],{},"Space new conversations 20 to 40 seconds apart, never on a fixed timer",[159,1301,478],{},[141,1303,1304,1307],{},[159,1305,1306],{},"Pause for 30 minutes or more after every 10",[159,1308,488],{},[141,1310,1311,1314],{},[159,1312,1313],{},"Stay under 100 new conversations a day, and start far lower on a new account",[159,1315,1316],{},"Gives the account room below the threshold",[141,1318,1319,1322],{},[159,1320,1321],{},"Personalize the first message",[159,1323,1324],{},"A request that gets accepted improves how your account is treated; one that gets reported does the opposite",[141,1326,1327,1330],{},[159,1328,1329],{},"Stop for the day on the first refusal",[159,1331,1332],{},"Continuing past the limit is what escalates",[12,1334,1335],{},"Once a person accepts your request, your follow-ups to them no longer count as new\nconversations. The first message is the only one that spends this budget, so it should be worth\nopening.",[16,1337,1339],{"id":1338},"how-dm-studio-handles-this-message","How DM Studio handles this message",[12,1341,1342],{},"DM Studio is a Chrome extension for Instagram outreach that sends from your own logged-in session,\nat 20 to 40 seconds apart, 10 at a time, with a rest between batches. When Instagram returns this\nmessage, the extension treats it as an account-level signal rather than a problem with one\nrecipient: the queue stops on the spot, the remaining recipients stay pending instead of being\nburned through, and a 24-hour notice explains why. The recipient whose message failed is not\nmarked as failed, because the message never reached them.",[12,1344,1345,1346,845,1348,288],{},"Two backstops sit behind that. The queue also stops after five consecutive failures of any kind,\nin case Instagram changes the wording. And the minimum interval applies after a failed send just\nas it does after a successful one, so a limited account is never hammered while it is limited.\nSee ",[83,1347,555],{"href":85},[83,1349,560],{"href":559},[16,1351,565],{"id":564},[42,1353,1355],{"id":1354},"is-my-instagram-account-banned-when-i-see-this-message","Is my Instagram account banned when I see this message?",[12,1357,1358],{},"No. This message limits one thing, opening new conversations with people who don't follow you,\nfor a 24-hour window. Your account, your existing conversations, and your other actions are not\naffected by it.",[42,1360,1362],{"id":1361},"can-i-still-reply-to-people-who-message-me","Can I still reply to people who message me?",[12,1364,1365],{},"Yes. Replies inside existing threads are not new conversations and are not counted against this\nlimit.",[42,1367,1369],{"id":1368},"does-messaging-my-followers-count-toward-the-limit","Does messaging my followers count toward the limit?",[12,1371,1372],{},"The message refers specifically to people who don't follow you. Messages to your followers are\nnot what triggers it.",[42,1374,1376],{"id":1375},"will-the-limit-reset-at-midnight","Will the limit reset at midnight?",[12,1378,1379],{},"In our observation it does not. It behaves like a rolling 24-hour window, so capacity returns\ngradually, roughly a day after each conversation you started.",[42,1381,1383],{"id":1382},"should-i-switch-to-a-different-account-and-keep-sending","Should I switch to a different account and keep sending?",[12,1385,1386],{},"The limit is per account, which is why DM Studio tracks the daily cap and cooldown for each\naccount separately. Whether to send from a second account is your judgment call about your own\nrisk. It does not shorten the window for the account that was limited.",{"title":208,"searchDepth":222,"depth":222,"links":1388},[1389,1390,1391,1392,1393,1394,1395,1396],{"id":1165,"depth":222,"text":1166},{"id":1206,"depth":222,"text":1207},{"id":1216,"depth":222,"text":1217},{"id":1230,"depth":222,"text":1231},{"id":1266,"depth":222,"text":1267},{"id":1276,"depth":222,"text":1277},{"id":1338,"depth":222,"text":1339},{"id":564,"depth":222,"text":565,"children":1397},[1398,1399,1400,1401,1402],{"id":1354,"depth":239,"text":1355},{"id":1361,"depth":239,"text":1362},{"id":1368,"depth":239,"text":1369},{"id":1375,"depth":239,"text":1376},{"id":1382,"depth":239,"text":1383},"What Instagram's \"limit to the number of new conversations you can start every 24 hours\" message means, how long it lasts, what to do right now, and how to avoid it.",{},{"title":1145,"description":1403},"blog\u002Finstagram-message-cant-be-delivered-limit",[623,1408],"troubleshooting","txTHExoLowCMonGyUt5X4ISzpazjMYliLxbaDRcdrng",{"id":1411,"title":1412,"author":7,"body":1413,"date":616,"description":1627,"extension":304,"meta":1628,"navigation":306,"path":411,"seo":1629,"stem":1630,"tags":1631,"updated":312,"__hash__":1633},"blog_en\u002Fblog\u002Finstagram-message-requests-explained.md","Why Your Instagram DM Went to Message Requests (and How to Get It Accepted)",{"type":9,"value":1414,"toc":1611},[1415,1418,1422,1432,1435,1439,1442,1458,1462,1468,1471,1475,1478,1481,1485,1488,1541,1544,1548,1551,1560,1564,1567,1574,1576,1580,1583,1587,1590,1594,1597,1601,1604,1608],[12,1416,1417],{},"You sent a DM to someone who doesn't follow you. It shows as delivered, but there is no \"Seen\",\nno reply, and nothing you can do but wait. The message is not lost. It is sitting in a folder the\nrecipient may open once a week, next to requests from strangers. This article explains how that\nfolder works from the sender's side, and what makes a request get accepted rather than ignored.",[16,1419,1421],{"id":1420},"why-did-my-instagram-dm-go-to-message-requests","Why did my Instagram DM go to message requests?",[12,1423,1424,1425,1427,1428,1431],{},"Because the recipient does not follow you. Instagram routes a first message from an account\nsomeone doesn't follow into their ",[37,1426,397],{}," folder instead of their inbox, and it stays\nthere until they accept, delete, or ignore it\n(",[83,1429,404],{"href":401,"rel":1430},[403],"). Following them does not\nchange this; what matters is whether they follow you.",[12,1433,1434],{},"If they accept, the conversation moves to their inbox and everything you send afterwards arrives\nnormally. If they never open the folder, your message is technically delivered and practically\nunread.",[16,1436,1438],{"id":1437},"what-does-the-recipient-actually-see","What does the recipient actually see?",[12,1440,1441],{},"A preview. The requests folder lists pending requests with the sender's name, profile picture, and\nthe first line of the message. Tapping one shows the full text and the option to accept, delete,\nor report it. From that screen they can also open your profile, which is why the profile they land\non matters as much as the message itself.",[12,1443,1444,1445,1448,1449,1452,1453,1457],{},"Two things make requests less visible than inbox messages. Instagram surfaces them less\nprominently, so many people check the folder rarely. And some requests never reach the main\nfolder at all: if the text contains words or phrases the recipient has filtered under\n",[37,1446,1447],{},"Hidden Words",", Instagram files it in a separate ",[37,1450,1451],{},"Hidden Requests"," folder with the text covered\n(",[83,1454,404],{"href":1455,"rel":1456},"https:\u002F\u002Fhelp.instagram.com\u002F700284123459336",[403],"). Sales-sounding phrases and\nanything that resembles spam are common entries on those lists.",[16,1459,1461],{"id":1460},"why-can-i-only-send-one-message","Why can I only send one message?",[12,1463,1464,1465,716],{},"Since August 2023, Instagram has limited a first contact to a single text-only message. You cannot\nsend a second message, a photo, a video, or a voice note until the person accepts\n(",[83,1466,715],{"href":713,"rel":1467},[403],[12,1469,1470],{},"This is the rule that shapes cold outreach on Instagram. You do not get a conversation. You get\none message, read in a preview, and the preview is what decides whether the conversation ever\nstarts.",[16,1472,1474],{"id":1473},"will-i-see-seen-if-they-read-it","Will I see \"Seen\" if they read it?",[12,1476,1477],{},"No. Instagram does not send a read receipt for a pending request. The recipient can open your\nmessage, read all of it, and look at your profile without you seeing anything change. \"Seen\"\nappears only after they accept and the thread moves to their inbox.",[12,1479,1480],{},"So an absence of \"Seen\" tells you nothing. Treat every unanswered request as unread, and do not\nread a lack of response as a decision.",[16,1482,1484],{"id":1483},"how-to-get-a-message-request-accepted","How to get a message request accepted",[12,1486,1487],{},"Write for the preview, and make the profile behind it worth accepting. Concretely:",[135,1489,1490,1499],{},[138,1491,1492],{},[141,1493,1494,1497],{},[144,1495,1496],{},"What to do",[144,1498,444],{},[154,1500,1501,1509,1517,1525,1533],{},[141,1502,1503,1506],{},[159,1504,1505],{},"Put the specific reference first",[159,1507,1508],{},"The first line is what shows in the preview; a name or a post they recognize gets the tap",[141,1510,1511,1514],{},[159,1512,1513],{},"Keep it under 60 words, one clear ask",[159,1515,1516],{},"It has to be read in full on one screen, and one question is easy to answer",[141,1518,1519,1522],{},[159,1520,1521],{},"No link in the first message",[159,1523,1524],{},"Links in a request read as spam and are common Hidden Words entries",[141,1526,1527,1530],{},[159,1528,1529],{},"Say who you are in plain words",[159,1531,1532],{},"They will check your profile; the message should match what they find",[141,1534,1535,1538],{},[159,1536,1537],{},"Make your profile answer \"who is this?\" in three seconds",[159,1539,1540],{},"Real name or brand, a clear bio, recent posts, and a photo. An empty profile is declined on sight",[12,1542,1543],{},"A message that reads as written for this person gets accepted. A message that reads as sent to\n500 people gets deleted or reported, and reports teach Instagram to treat your account as spam.\nPersonalization here means one template with two or three fields, one of which is a genuine\nobservation about their work. That field is the part that takes time, and it is the part that\nworks.",[16,1545,1547],{"id":1546},"what-happens-after-they-accept","What happens after they accept",[12,1549,1550],{},"The thread moves to their inbox, and the request rules stop applying. You can send follow-ups,\nphotos, links, and voice notes. Your later messages to them also stop counting toward Instagram's\nlimit on new conversations with non-followers, because the conversation is no longer new. The\nfirst message is the only one that spends that budget.",[12,1552,1553,1554,1556,1557,288],{},"That limit is its own subject. How many first messages you can send in a day is covered in\n",[83,1555,325],{"href":619},", and the\nmessage Instagram shows when you reach it is explained in\n",[83,1558,1559],{"href":385},"\"Your message can't be delivered\" on Instagram",[16,1561,1563],{"id":1562},"how-dm-studio-fits","How DM Studio fits",[12,1565,1566],{},"Every first DM to someone who doesn't follow you is a message request, whether you type it or a\ntool sends it. DM Studio does not change that; it changes how well you use the one message you\nget. You write a template with personalization fields, fill the per-person observation, and the\nChrome extension sends from your own logged-in Instagram session at a human pace: 20 to 40 seconds\napart, 10 at a time, with a rest between batches, under a 100-a-day cap you can only make more\nconservative.",[12,1568,1569,1570,845,1572,288],{},"Send history shows who has been contacted so you never send a second request by mistake, and when\nInstagram stops delivering new conversations the queue stops with it. The free plan sends 10 DMs a\nday with no signup; Pro lifts the daily limit to the cap and adds batch sending. See\n",[83,1571,555],{"href":85},[83,1573,560],{"href":559},[16,1575,565],{"id":564},[42,1577,1579],{"id":1578},"can-i-send-a-follow-up-if-they-havent-accepted","Can I send a follow-up if they haven't accepted?",[12,1581,1582],{},"No. Until they accept, Instagram allows one text message from you. There is no way to add a\nsecond one, which is why the first has to carry everything.",[42,1584,1586],{"id":1585},"can-they-see-my-profile-before-accepting","Can they see my profile before accepting?",[12,1588,1589],{},"Yes. The request screen links to your profile, and most people look before they accept. Make sure\nwhat they find matches the message.",[42,1591,1593],{"id":1592},"if-they-delete-my-request-can-i-message-them-again","If they delete my request, can I message them again?",[12,1595,1596],{},"If they delete the request without blocking you, a later message shows up as a new request. If they\nblock you, nothing you send arrives. Either way, sending again soon after a deletion is the\nbehavior that gets accounts reported.",[42,1598,1600],{"id":1599},"do-message-requests-expire","Do message requests expire?",[12,1602,1603],{},"Instagram does not document an expiry. In practice a request stays in the folder until the\nrecipient acts on it, which is why a request sent weeks ago can still be accepted.",[42,1605,1607],{"id":1606},"does-a-message-request-count-toward-instagrams-dm-limit","Does a message request count toward Instagram's DM limit?",[12,1609,1610],{},"Yes. Starting a request is exactly what Instagram counts as a new conversation with a\nnon-follower. The daily number is not published; see the guide linked above for what is known.",{"title":208,"searchDepth":222,"depth":222,"links":1612},[1613,1614,1615,1616,1617,1618,1619,1620],{"id":1420,"depth":222,"text":1421},{"id":1437,"depth":222,"text":1438},{"id":1460,"depth":222,"text":1461},{"id":1473,"depth":222,"text":1474},{"id":1483,"depth":222,"text":1484},{"id":1546,"depth":222,"text":1547},{"id":1562,"depth":222,"text":1563},{"id":564,"depth":222,"text":565,"children":1621},[1622,1623,1624,1625,1626],{"id":1578,"depth":239,"text":1579},{"id":1585,"depth":239,"text":1586},{"id":1592,"depth":239,"text":1593},{"id":1599,"depth":239,"text":1600},{"id":1606,"depth":239,"text":1607},"A DM to someone who doesn't follow you lands in their message requests folder. What they see, why you get one message, why there is no \"Seen\", and how to get accepted.",{},{"title":1412,"description":1627},"blog\u002Finstagram-message-requests-explained",[1632,624],"message-requests","fqUGKfSB8JG2S2Z6KlZAIeGURL3TN_0arVf4shJivxU",1788843117584]