# Message segment calculator

## What is a message segment? <a href="#what-is-an-sms-segment" id="what-is-an-sms-segment"></a>

If a message is over 160 characters long (including header and footer), it gets split into separate message segments. Each message segment includes up to 160 GSM characters, including the header and footer.

<figure><img src="/files/VWflyOVLn6RY5EGuhHc8" alt=""><figcaption></figcaption></figure>

## How do I calculate message segments?

The Postman team has created a message segment calculator specifically to help ease this calculation process. Use this calculator to count the number of segments in a message and identify any invalid characters.

{% embed url="<https://message-segment-calculator.postman.gov.sg/>" %}


---

# 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://postman-v2.guides.gov.sg/billing/message-segment-calculator.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.
