# SMS Usage Pricing

If you're utilising SMS notifications as part of your PRP implementation, the following usage charges will apply. The charge is based on the country of the message recipient, not your store or business location.

SMS is currently **only supported in the countries listed below.**

All pricing is in USD, to align with your monthly plan subscription.

| Country        | Price per SMS Segment (USD) |
| -------------- | --------------------------- |
| Australia      | 6c                          |
| Belgium        | 6.5c                        |
| Colombia       | 5c                          |
| Denmark        | 6.5c                        |
| France         | 6.5c                        |
| Germany        | 6.5c                        |
| Greece         | 6.5c                        |
| Ireland        | 6.7c                        |
| Italy          | 6.5c                        |
| Netherlands    | 6.5c                        |
| New Zealand    | 6.9c                        |
| Spain          | 6.5c                        |
| Sweden         | 6.5c                        |
| United Kingdom | 6.5c                        |
| United States  | 3c                          |

**Support for other countries is coming very soon!**

If your customer base is in primarily in an unsupported country, and you would love to be using SMS within Product Rentals Pro, [get in touch to let us know](https://tally.so/r/mVlWGy). We'll be prioritising addition of new countries based on demand from Product Rentals Pro users.

## SMS Segments and Controlling Cost

An SMS segment is a part of an SMS message, up to 160 characters. If the message is longer than 160 characters, it’s split into segments of 153 characters each to allow linking.

So a single SMS can use 1, 2, 3 or more SMS Segments, depending on it's length. In the Product Rentals Pro Notification Settings area, we limit SMS templates to 200 characters, however, the actual length of an SMS sent by the system for your store, could be greater than this if you're using Template Tokens.

For example, the {{products}} Template Token appears to only take up 12 characters in the count displayed on the screen, but when this message is sent, this token is replaced with the full list of products in the rental. If you have long product names and/or a long list of products in the rental, this could end up being far more than the 12 characters, and potentially cost you more due to the number SMS Segments required for the message.


---

# 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://docs.productrentalspro.com/user-guide/plans-and-billing/sms-usage-pricing.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.
