# Control SMS Send Rate

The httpSMS application allows you to apply backpressure and send out SMS messages at a predictable rate which is configurable under the application settings. This means for example if you set the rate at 10 SMS per minute it means the httpSMS application will send out 1 SMS every 10 seconds since there are 60 seconds in 1 minute.

### Modify SMS per minute send rate

To modify the rate of sending SMS messages per phone number under the settings page [https://httpsms.com/settings](https://httpsms.com/settings#phones) and tap on the "**EDIT**" button on the phone number and you will be able to update the **"Messages Per Minute".** By default, when you register a new Android Phone on the httpSMS app, the SMS send rate is 10 SMS per minute but you can increase this up to 29 SMS per minute which is the [maximum permitted by an unrooted android phone](https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/com/android/internal/telephony/SmsUsageMonitor.java#84).

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

{% hint style="info" %}
The **Messages Per Minute** setting affects single SMS messages sent via the API and [bulk SMS messages](https://httpsms.com/blog/how-to-send-sms-messages-from-excel) sent by uploading an excel file.
{% 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://docs.httpsms.com/features/control-sms-send-rate.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.
