# Devices

With the built-in Flow Basic Mobile Security Management all connected mobile devices can be overviewed and managed directly in the Studio or via a workflow.\
&#x20;If *Device Management* is enabled for the environment all new devices that tries to log in to the environment need to be approved before the user actually can log in to Flow via a mobile client. In the same way existing devices can be blocked if, for example, a device is lost or replaced.

Devices that are unhandled will have status *New* and an administrator can either *Approve* or *Block* the device. Every time a user logs in from an approved device will the *Last User* field be updated with the latest logged in user.&#x20;

![](/files/-M-p-9JILecoT4SbjpO2)

Until the device is approved the client user will get the message *This device has yet to be approved by a system administrator*.&#x20;

![](/files/-M-p-BzZOJhfj8hKScC5)

If the device is blocked the client user will get the message *This device has been blocked by a system administrator*.&#x20;

![](/files/-M-p-Ezs3q-ZgAfOIC_l)

#### System event <a href="#system-event" id="system-event"></a>

With the system event *Device Status Changed* it is possible to automate some of the device management and for example alert administrators with an email if a new device is connected.

> Use the Flow environment connector and the functions related to *Device management* to for example approve or block devices via a workflow.

Read more about system events [here](https://home.novacuraflow.com/Help/latest/?help_root_environment_system_events).&#x20;

![](/files/-M-p-IFv-ztbQXkPh4sm)

#### Common questions: <a href="#common-questions" id="common-questions"></a>

**How to activate or deactivate device management?**

Menu selection Device will only appear in the menu if device management is activated for the connected Flow server.

* *Go to the Flow server installation folder*
* *Edit the web.config file*
* *Change the value of useDeviceManagement to true if device management should be used and false if device management should be turned off*

**Is device id the IMEI number?**

No, the device id is generated from an OS-specific API made for the purpose.\
Devices with iOS will generate a new device id if the Flow app is reinstalled.


---

# 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://help.novacuraflow.com/development/flow-studio/environment/devices.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.
