> 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/mno-web-opt-in/mno-web-opt-in-kenya.md).

# MNO Web Opt-In Kenya

For Kenya, Mobivate offers a few different Flows that cater to our customers needs for traffic/marketing.&#x20;

At present, we have 3 different flows: **ZeroD,  Paidweb** and **SecureD**.&#x20;

### Paidweb and ZeroD

**Flow**: The user lands on your landing page where we will generate a unique **trxID** for the user and perform a **header enrichment lookup**. Once the lookup is performed we will obtain the **hashed MSIDIN** for that user.&#x20;

The landing page will then redirect the user to subscription confirmation page where the user must consent to subscribing to the service. Following successful consent and MSISDN verification, the user will be redirected to your content URL and will receive a confirmation SMS message of successful subscription to your service.

The returned user will already be subscribed to your service and you can start sending billed messages.

### SecureD

**Flow:** Is almost identical the **Paidweb** and **ZeroD** but with one difference, **SecureD** allows you to manage and provide your own marketing traffic. With this in mind, the flow differs slightly as you will need to generate a **trxID** on your server and redirect your users to a subscription URL that Mobivate provides you with. To learn more about the **SecureD** technical integration you can read our guide [here](/mno-web-opt-in/mno-web-opt-in-kenya/subscribing-users-to-your-service.md#secured-subscriptions).&#x20;


---

# 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/mno-web-opt-in/mno-web-opt-in-kenya.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.
