# 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: 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://wiki.mobivate.com/use-cases.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.
