> For the complete documentation index, see [llms.txt](https://daisychain.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daisychain.gitbook.io/help/texting.md).

# Texting

- [Campaigns](https://daisychain.gitbook.io/help/texting/campaigns.md): In Daisychain, it's simple to create powerful text message campaigns.
- [Campaign Report](https://daisychain.gitbook.io/help/texting/campaigns/campaign-report.md): After you send a campaign in Daisychain, you will have access to a campaign report with info about your campaign.
- [Managing Replies](https://daisychain.gitbook.io/help/texting/campaigns/managing-replies.md): How to manage replies using the Inbox and the Reply Queue
- [Campaign pausing](https://daisychain.gitbook.io/help/texting/campaigns/campaign-pausing.md): You can pause a campaign in progress.
- ["Sending" Status](https://daisychain.gitbook.io/help/texting/campaigns/understanding-the-sending-status-in-daisychain.md): In Daisychain, the delivery report provides a real-time update on the status of your message deliveries as they travel through the cellular network.
- [A/B Testing](https://daisychain.gitbook.io/help/texting/campaigns/a-b-testing.md): How to Run A/B Tests in Daisychain
- [Sending out MMS messages](https://daisychain.gitbook.io/help/texting/sending-out-mms-messages.md): In Daisychain, you can use MMS messages to send out images and long text-only messages.
- [Inbox](https://daisychain.gitbook.io/help/texting/inbox.md): Managing Daisychain conversations from the Inbox
- [Phone Number Registration](https://daisychain.gitbook.io/help/texting/phone-number-registration.md): Ensuring your text messages reach their intended recipients.
- [About "Campaign Verify"](https://daisychain.gitbook.io/help/texting/phone-number-registration/about-campaign-verify.md): Special instructions for political campaigns, party committees, and PACs
- [Quick Replies](https://daisychain.gitbook.io/help/texting/quick-replies.md): Quick Replies are templated messages that you can save, which makes things more efficient for messages you might want to reuse.
- [Understanding SMS Segments](https://daisychain.gitbook.io/help/texting/understanding-sms-segments.md): SMS messages are sent using blocks of characters, called segments -- and segments are how Daisychain calculates SMS usage for billing purposes.
- [Opt-Outs](https://daisychain.gitbook.io/help/texting/opt-outs.md): Daisychain automatically unsubscribes people who request to be opted-out by using certain keywords. You can also manually opt people out.
- [Personalized Content](https://daisychain.gitbook.io/help/texting/personalized-content.md): Daisychain allows you to customize your text messages with personalized and dynamic content.
- [Inserting Polling Place Info](https://daisychain.gitbook.io/help/texting/personalized-content/inserting-polling-place-info.md): Daisychain's integration with the DNC's iwillvote.com lets you easily insert polling place information for US elections into your messages.
- [Inserting Legislative Info](https://daisychain.gitbook.io/help/texting/personalized-content/inserting-legislative-info.md): How to insert legislative information into your Daisychain messages.
- [Image Display Issues](https://daisychain.gitbook.io/help/texting/image-display-issues.md): Explaining a rare but expected deliverability issue.
- [Texting Best Practices](https://daisychain.gitbook.io/help/texting/texting-best-practices.md): Mobile phone carriers will filter messages that they think are unwanted spam. To make sure your messages get delivered, the best thing you can do is avoid complaints.
- [Subscription Statuses](https://daisychain.gitbook.io/help/texting/subscription-statuses.md): This article shows the difference between "Textable," "Opted In," and "Opted Out."
- [Charms](https://daisychain.gitbook.io/help/texting/charms.md): How to send out customized, personalized images in Daisychain
- [Charm Templates](https://daisychain.gitbook.io/help/texting/charms/charm-templates.md): We have a few ready to go templates to give you inspiration and jumpstart your process.
- [Charms - Best Practices](https://daisychain.gitbook.io/help/texting/charms/charms-best-practices.md): Some quick tips to get the most out of Charms
- [Charms Coding Tips](https://daisychain.gitbook.io/help/texting/charms/charms-coding-tips.md)
- [Flows](https://daisychain.gitbook.io/help/texting/flows.md): Flows let you automate multi-step conversations with supporters.
- [Skills](https://daisychain.gitbook.io/help/texting/skills.md): Skills let you extend Intelligence Nodes with custom context or custom code that runs when the AI decides to use it.
- [Notification Emails](https://daisychain.gitbook.io/help/texting/notification-emails.md)
- [Texter Guide](https://daisychain.gitbook.io/help/texting/texter-guide.md): Everything you need to know to handle incoming messages on Daisychain.
- [Phone Number Switching](https://daisychain.gitbook.io/help/texting/phone-number-switching.md): If your organization has multiple phone numbers set up in Daisychain, you can select which one is used as the default for outgoing messages.
- [Keywords](https://daisychain.gitbook.io/help/texting/keywords.md): Keywords let you automatically respond when someone texts a specific word to your number. You can use keywords to send an auto-reply message, trigger a Flow, or opt people in.


---

# 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:

```
GET https://daisychain.gitbook.io/help/texting.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.
