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