# MSG-065 — Opt-in confirmation must carry HELP instructions

> The confirmation must tell the consumer how to get help or give a support contact.

- **Rule ID:** MSG-065
- **Layer:** Message content (`MESSAGE_CONTENT`)
- **Checks:** `campaign.optin_message`
- **Severity:** BLOCKING — Breaking this rule gets the submission rejected outright.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** AI judgement over the submitted form
- **Fix type:** Fix the field — a better value in the form clears it
- **Required by:** CTIA, TCR
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/message-content/msg-065/

## Why this rule exists

The confirmation arrives from a number the consumer has never seen before, so it is exactly the moment they may want to check who is texting them. Giving the HELP route here closes that loop before it becomes a complaint.

## How to fix it

Add "Reply HELP for help" or a direct support contact to the confirmation.

## Example of a compliant value

```text
Reply HELP for help, STOP to cancel.
```
