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