# Throttling

<figure><img src="https://simbase-static-content.s3.amazonaws.com/images/SIM%20throttled%20-%20campaign%20.png" alt="" width="375"><figcaption></figcaption></figure>

Throttling is the process of limiting or reducing the bandwidth of a mobile connection. Throttling is typically used by our customers to restrict the monthly data usage of their SIM cards and ensure that the costs per SIM stay within certain limits.

{% hint style="info" %}
**Please note that we do not initiate any throttling on the bandwidth of your SIM cards. Any throttling that occurs is initiated by the customer or through business rules set by the customer. If you experience low latency or low bandwidth, please refer to our troubleshooting section for assistance.**
{% endhint %}

## Enable throttling

There are two ways to throttle the bandwidth of our SIM cards.

1. [API](https://docs.simbase.com). Via our API, you can set the maximum bandwidth of the data connection on a per SIM card level.
2. Support request: Customers with more than 100 SIM cards in their account can raise a support ticket and permanently throttle the bandwidth of their SIM cards regardless of the amount of data used by the SIM.&#x20;

## Disable throttling

There are two ways to disable throttling:

* [API](https://developer.simbase.com/) :  Via our API, you can set a higher upper bandwidth limit of your SIM cards data connection, or set the limit to None.
* Support request : Customer who would like to disable throttling in bulk, can reach out to our support team.&#x20;

## Considerations

It is important to note that throttling can also have negative effects, such as reducing the performance of a network connection and making it difficult or impossible to use certain services or applications. It is important to carefully consider the potential benefits and drawbacks of throttling before implementing it on a SIM card.


---

# 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.simbase.com/platform/throttling.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.
