> For the complete documentation index, see [llms.txt](https://wiki.mobivate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mobivate.com/use-cases.md).

# Use Cases

- [Send SMS via HTTP (MT) Example](https://wiki.mobivate.com/use-cases/send-sms-via-http-mt-example.md): This document will go over executing API calls and provide examples.
- [Receive SMS via HTTP (MO) Example](https://wiki.mobivate.com/use-cases/receive-sms-via-http-mo-example.md): This document will show you how to receive a SMS message (MO).
- [Send Silent OBS Billing Message Example](https://wiki.mobivate.com/use-cases/send-silent-obs-billing-message-example.md): This document will go over how to send silent OBS Billing Message via HTTP (MT).
- [Unsubscribe VIA MT Unsubscribe Notification](https://wiki.mobivate.com/use-cases/unsubscribe-via-mt-unsubscribe-notification.md): This document will go over how to unsubscribe a user via an MT message.
- [Receive Delivery Receipt via HTTP (DR)](https://wiki.mobivate.com/use-cases/receive-delivery-receipt-via-http-dr.md): Learn how to receive delivery receipts to your endpoint.
- [Acknowledging MO's and DR's](https://wiki.mobivate.com/use-cases/acknowledging-mos-and-drs.md): Learn how to acknowledge if a MO or DR has been received successfully.
- [Send A Premium SMS via HTTP (MT) Example](https://wiki.mobivate.com/use-cases/send-a-premium-sms-via-http-mt-example.md): Learn how to send a Premium SMS MT message.
- [Vodafone/Airtel Ghana Billing](https://wiki.mobivate.com/use-cases/vodafone-airtel-ghana-billing.md): Specific instructions when billing through Vodafone or Airtel Ghana.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.mobivate.com/use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
