# Multipart SMS

If your message length exceeds the standard 160 characters, then it will be sent across multiple SMSs. Just remember that you’re billed for each SMS part and that you’ll only have 153 characters per part, including the first part.&#x20;

Standard SMS / GSM practices are applied on our platform. Messages 160 characters or less using the GSM 3.38-character set will be billed as one message, higher character count will be billed as follows:

| Characters             | Message Parts             |
| ---------------------- | ------------------------- |
| 160 characters or less | 1 message part            |
| 153 - 306              | 2 message parts (153 x 2) |
| 307 - 459              | 3 message parts (153 x 3) |
| 460 - 612              | 4 message parts (153 x 4) |
| 613 - 765              | 5 message parts (153 x 5) |
| 766 - 918              | 6 message parts (153 x 6) |
| 919 - 1071             | 7 message parts (153 x 7) |
| 1072 - 1225            | 8 message parts (153 x 8) |

This continues upwards. We can cater for up to 8 parts, but for general usage and capability with older feature phones, we recommend a max of 3 - 5.

{% hint style="info" %}
One might expect that if a single SMS can hold 160 characters, a 320-character message would take two physical SMS. This is not the case.&#x20;

When multipart SMS technology is used, only 153 characters fit into a single SMS because some space is needed for the segmentation information that can be used to reassemble the message parts in the correct order. So if a 320-character message is sent, it would take 3 SMS. The first two would hold 153 characters, and the last one would hold the remaining 14 characters.
{% 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://panaceamobile.gitbook.io/panacea-mobile-help-centre/overview/multipart-sms.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.
