> For the complete documentation index, see [llms.txt](https://developer.9bits.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.9bits.net/messaging.md).

# MESSAGING

- [A2P SMS](https://developer.9bits.net/messaging/a2p-sms.md)
- [Overview](https://developer.9bits.net/messaging/a2p-sms/overview.md)
- [Start sending A2P SMS](https://developer.9bits.net/messaging/a2p-sms/start-sending-a2p-sms.md): Send and receive SMS through a single connection for timely and cost efficient communications.
- [Getting Started](https://developer.9bits.net/messaging/a2p-sms/getting-started.md): Summary
- [REST API](https://developer.9bits.net/messaging/a2p-sms/rest-api.md)
- [Overview](https://developer.9bits.net/messaging/a2p-sms/rest-api/overview.md)
- [Batches](https://developer.9bits.net/messaging/a2p-sms/rest-api/batches.md)
- [Delivery Reports](https://developer.9bits.net/messaging/a2p-sms/rest-api/delivery-reports.md)
- [Retrieve a delivery report](https://developer.9bits.net/messaging/a2p-sms/rest-api/delivery-reports/retrieve-a-delivery-report.md)
- [Webhooks](https://developer.9bits.net/messaging/a2p-sms/rest-api/webhooks.md): Callbacks
- [SMPP](https://developer.9bits.net/messaging/a2p-sms/smpp.md)
- [Connectivity](https://developer.9bits.net/messaging/a2p-sms/smpp/connectivity.md)
- [Sending Messages](https://developer.9bits.net/messaging/a2p-sms/smpp/sending-messages.md)
- [Message Encoding](https://developer.9bits.net/messaging/a2p-sms/smpp/message-encoding.md): Default SMSC Encoding
- [SMPP Error Codes](https://developer.9bits.net/messaging/a2p-sms/smpp/smpp-error-codes.md)
- [Two-Way SMS](https://developer.9bits.net/messaging/two-way-sms.md)
- [Overview](https://developer.9bits.net/messaging/two-way-sms/overview.md)
- [Start receiving Two-Way SMS](https://developer.9bits.net/messaging/two-way-sms/start-receiving-two-way-sms.md): Receive SMS using a Two-Way short code through a single connection for timely and cost efficient communications.
- [Start sending Two-Way SMS](https://developer.9bits.net/messaging/two-way-sms/start-sending-two-way-sms.md): Send SMS using a Two-Way short code through a single connection for timely and cost efficient communications.
- [Getting Started](https://developer.9bits.net/messaging/two-way-sms/getting-started.md): Summary
- [REST API](https://developer.9bits.net/messaging/two-way-sms/rest-api.md)
- [Overview](https://developer.9bits.net/messaging/two-way-sms/rest-api/overview.md)
- [Webhooks](https://developer.9bits.net/messaging/two-way-sms/rest-api/webhooks.md): Callbacks
- [WhatsApp](https://developer.9bits.net/messaging/whatsapp.md)
- [Overview](https://developer.9bits.net/messaging/whatsapp/overview.md)
- [Telegram](https://developer.9bits.net/messaging/telegram.md)
- [Overview](https://developer.9bits.net/messaging/telegram/overview.md)
- [Tutorials](https://developer.9bits.net/messaging/tutorials.md)
- [Add Sender ID](https://developer.9bits.net/messaging/tutorials/add-sender-id.md)
- [Create contact groups](https://developer.9bits.net/messaging/tutorials/create-contact-groups.md)
- [Send SMS](https://developer.9bits.net/messaging/tutorials/send-sms.md)
- [View Insights](https://developer.9bits.net/messaging/tutorials/view-insights.md)
- [View Report](https://developer.9bits.net/messaging/tutorials/view-report.md)


---

# 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://developer.9bits.net/messaging.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.
