# NDOI Keyword Patterns per country

You must submit the **keyword** parameter with each of your requests. These keyword patters depend on the country. You should maintain an up-to-date list of your provisioned keywords. You can get the updated list at any time from your account manager.

<table><thead><tr><th width="140">Country</th><th>Format</th><th>Pattern</th><th>Example</th></tr></thead><tbody><tr><td>South Africa</td><td>{ServiceID}</td><td>([a-z0-9]+)</td><td>43292zpz58124</td></tr><tr><td>Kenya</td><td>{ProductID}:{ServiceID}</td><td>([a-z0-9]+):([0-9]+)</td><td>MDSP2000060241:6013442000004456</td></tr><tr><td>Ghana</td><td>{Keyword}:{ServiceID}</td><td>([a-z0-9]+):([0-9]+)</td><td>games:23301220000010596</td></tr></tbody></table>

{% hint style="warning" %}
If you do not submit the Keyword parameter in your request in the correct format it will fail
{% endhint %}


---

# 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/network-double-opt-in/ndoi-keyword-patterns-per-country.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.
