# Verifiy Rooted Device

Verifies if the device is Rooted/jailbroken.

Action available for the following operating systems:

![](/files/-MN57Y_zKMwAx_V80t5z)

### Parameters

* **Target State** - Control or variable to save the device state. It can be one of:
  * 0 - OK
  * 1- Device is Rooted/Jailbroken
* **Target Description** - Control or variable to save the description of the root detection.

{% hint style="warning" %}
This action makes some checks on what normally is changed on the system when a device is rooted/jailbroken, but there are many methods of rooting/jailbreaking a device and also methods for cloaking, so this action is only an attempt to detect this state in the most common situations, but it is not guaranteed to always detect a rooted/jailbroken device.
{% 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/verifiy-rooted-device.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.
