> For the complete documentation index, see [llms.txt](https://help.clickatell.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clickatell.com/ussd-user-guide/getting-started/ussd-features.md).

# USSD features

{% hint style="success" %}
USSD allows for messages with a maximum of **182 characters**. However, due to differences in the minimum number of characters accepted by the Mobile Network Operators, we recommend you remain within **160 characters**.
{% endhint %}

Clickatell offers two types of USSD messaging services:&#x20;

* **Mobile-initiated interactive messaging** **(or USSD pull):** This enables the customer to dial a number (e.g., \*100#) to initiate a session via their handset. Information could also be displayed as a menu that the customer can respond to and interact with.
* **Network-initiated interactive messaging** **(or USSD push):** This is when the session to the handset is initiated by the application. Similar to mobile-initiated, this information could be a menu that the customer can respond to and interact with.

{% hint style="warning" %}
USSD push is not available in Chat Flow yet.
{% endhint %}

These USSD messaging services are offered for all types of [service codes](/ussd-user-guide/getting-started/service-codes.md).


---

# 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://help.clickatell.com/ussd-user-guide/getting-started/ussd-features.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.
