# Theft Protection

Theft protection, commonly referred to as IMEI lock, is a security feature that links a device's unique identification number to a SIM card, preventing the SIM from being utilized with another device. It is a great way of enhancing security and preventing unauthorized access or usage.

### Why should I use Theft Protection?

* Protection against SIM theft: If your SIM cards get into the wrong hands, using them in a different device will not be possible, thereby reducing the potential for fraudulent usage and charges.
* Protection of Sensitive Data: IMEI locking adds an extra layer of security to sensitive data transmitted by IoT devices.
* Prevention of Unauthorized Access: IMEI locking ensures that only devices with authorized IMEI numbers can connect to the network. This helps prevent unauthorized access and usage of IoT devices.

At Simbase, you can easily enable Theft Protection with the flip of a switch. This will automatically disable the SIM card if placed in a different device than the one it was locked to.&#x20;

{% hint style="info" %}
Enabling Theft Protection can be done via API as well. Check our [API documentation](https://developer.simbase.com/) to learn more.&#x20;
{% endhint %}

{% @supademo/embed demoId="cmc3jw3folmz2sn1rxieuaeuh" url="<https://app.supademo.com/demo/cmc3jw3folmz2sn1rxieuaeuh>" %}

{% hint style="info" %}
Once enabled, theft protection can be disabled anytime from the platform or via API.&#x20;
{% 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://support.simbase.com/platform/theft-protection.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.
