> 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/welcome-to-mobipay.md).

# Welcome to MobiPay

### **What is MobiPay?**&#x20;

Connect your apps, systems and software to our MobiPay gateway to enable mobile billing via premium sms and direct carrier billing. We provide one simple API for all the countries we operate in.&#x20;

{% hint style="info" %}
Looking to get started with our API? [Click here](/api-message-paramaters/api-message-parameters.md)
{% endhint %}

### **Getting Started**

We've put together some useful links to get you started using MobiPay's API.

**An introduction to sending/receiving SMS**

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td>💬 <strong>Send SMS easily via HTTP</strong> </td><td><p>Learn all about using our API works for sending and receiving SMS.</p><p></p><p><a href="/pages/aIMdZljdEjuNgIvS45zs">Get started</a></p></td><td></td></tr><tr><td><a href="https://emojipedia.org/books/">📚</a> <strong>Network Double Opt-In requests</strong> </td><td>Learn about how to make get NDOI requests using our API.</td><td><p></p><p><a href="/pages/a2X9gfTRVwH6nFTQfIaF">Get started</a></p></td></tr><tr><td>🖥 <strong>Create Header Enrichment requests</strong></td><td>Learn about how to use MNO Web Opt-Ins for subscribing users.</td><td><p></p><p><a href="/pages/T4C7IyYcIGqgMX8Z3Q8X">Get started</a></p></td></tr><tr><td>🇬🇧 <strong>UK Direct Carrier Billing</strong></td><td>Learn how to get started using our hosted solution for the UK.</td><td><a href="/pages/UCDdEKUiYgIOlp6uLY3j">Get started</a></td></tr><tr><td>📬 <strong>Developer API parameters</strong></td><td>Learn all about our API message parameters with examples.</td><td><a href="/pages/J5ALPmMHc5JfVX5K3HBX">Get started</a></td></tr></tbody></table>


---

# 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/welcome-to-mobipay.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.
