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

# Messaging

- [Learn more about SMS](https://docs.localmail.io/messaging/learn-more-about-sms.md): You can’t force the funnel, but you can engineer it.
- [SMS Character Limit](https://docs.localmail.io/messaging/learn-more-about-sms/what-sms-character-limit.md)
- [UCS-2](https://docs.localmail.io/messaging/learn-more-about-sms/what-is-ucs-2-character-encoding.md)
- [GSM-7](https://docs.localmail.io/messaging/learn-more-about-sms/what-is-gsm-7-character-encoding.md)
- [Alphanumeric Sender ID prefixes for SMS](https://docs.localmail.io/messaging/learn-more-about-sms/alphanumeric-sender-id-prefixes-for-sms.md): A Sender ID is a unique Value or E.164 formatted mobile number that shows in the “from” field of your text messages on your mobile phone
- [support for International  Alphanumeric Sender ID](https://docs.localmail.io/messaging/learn-more-about-sms/support-for-international-alphanumeric-sender-id.md): The alphanumeric sender ID technology allows the sender to send messages using a custom, recognizable sender ID constructed from any combination of numeric and alpha characters (0-9, a-z, A-Z)
- [SMPP Specification](https://docs.localmail.io/messaging/smpp.md)
- [Submitting Messages Through SMPP](https://docs.localmail.io/messaging/smpp/submitting-messages-through-smpp.md)
- [TLV Configuration for SMPP DLT Implementation](https://docs.localmail.io/messaging/smpp/tlv-configuration-for-smpp-dlt-implementation.md)
- [SMPP error codes](https://docs.localmail.io/messaging/smpp/smpp-error-codes.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://docs.localmail.io/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.
