# Messaging Routes

- [10DLC](https://developers.mobile-text-alerts.com/messaging-routes/10dlc.md): Learn about 10DLC and how to call the API for your account's number information
- [Toll-Free](https://developers.mobile-text-alerts.com/messaging-routes/toll-free.md): Learn about Toll-Free numbers and how to call the API for your account's number information
- [Short Code](https://developers.mobile-text-alerts.com/messaging-routes/short-code.md): Learn about dedicated short codes and how to call the API for your account's number information
- [iMessage](https://developers.mobile-text-alerts.com/messaging-routes/imessage.md): Learn the basics of iMessage
- [RCS / RBM](https://developers.mobile-text-alerts.com/messaging-routes/rcs-rbm.md): Learn about Rich Communication Services (RCS) messaging and how it is used for businesses with RBM (RCS Business Messaging)


---

# Agent Instructions: 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://developers.mobile-text-alerts.com/messaging-routes.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.
