# SMS character limits and credit usage guide

## Overview

Caspen uses standard SMS rules, which determine how long a message can be before it is split into segments. This is useful to know when writing appointment or class notifications, since longer messages can use more SMS credits.

***

## How SMS segments work

#### **Standard GSM characters**:&#x20;

* 1 segment = **160** characters.&#x20;
* Long messages use **153** characters per segment.

#### **With emojis or special characters**:&#x20;

* 1 segment = **70** characters.&#x20;
* Long messages use **67** characters per segment.

***

#### **What counts as standard GSM**

* Letters, numbers, spaces, and common punctuation (A–Z, a–z, 0–9, . , ! ? ' " : ; ( ) / @ #).

***

#### **Special characters**

Special characters include:

* Curly quotes **“ ”** and **‘ ’**
* Long dashes
* Many accented letters (for example, **é** or **ü**)
* Symbols such as **{ } \[ ] ^ \ |**
* Emojis

Using emojis or special characters reduces how many characters fit in one SMS, which may increase the number of segments (and credits) used.

***

## **Cost**

You use **1 SMS credit per outbound segment**.

***

## **Tips to reduce SMS costs**

* Keep SMS short and clear.&#x20;
* Use standard GSM characters.
* Limit emojis and special characters where possible, as they can increase cost.
* If you’re curious about credits, try an online SMS segment calculator to estimate usage.


---

# 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://support.caspen.com/using-caspen/settings/billing/sms-character-limits-and-credit-usage-guide.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.
