# Managing devices

> Managing device settings in Mobile Device Manager for configuring and connecting mobile devices.

Manage your devices individually by configuring settings or running applications.

To configure devices see:

* [Cloud Devices](https://docs.uipath.com/activities/other/latest/ui-automation/cloud-devices#cloud-devices)
* [Local Android devices](https://docs.uipath.com/activities/other/latest/ui-automation/android-local-devices#local-android-devices)
* [Local iOS devices](https://docs.uipath.com/activities/other/latest/ui-automation/ios-local-devices#local-ios-devices)

## Device Capabilities

* Android and iOS support.
* Run multiple devices at the same time.
* Access any type of content except for videos.

## Additional desired capabilities

You can further configure your devices using [Appium's desired capabilities](https://appium.io/docs/en/2.1/guides/caps/), or UiPath capabilities. For instance, one of the UiPath desired capabilities is: `uipath:useCachedPageSource`, which is always enabled, by default.
:::note
If you are encountering issues with fuzzy selectors, the UI tree, or while retrieving the page source, you can set the `uipath:useCachedPageSource` to false.
:::

## Navigation in MDM Devices Panel

You can filter your devices using one or all of the following criteria:

* By device type: Click the **Android**or the **Apple** button.
* By platform version: Click the **Platform Version** button and choose from the dropdown. By default is set to **All**.

You can reorder your devices by dragging and dropping a device card in a new position in the list.

## Managing Devices in MDM

The following table lists the actions that you can take to manage your devices.

 <colgroup>
  <col/>
  <col/>
  <col/>
 </colgroup>
 
  
     Action  
     Description  
     Procedure  
  
 
 
  
    Edit 
     Configure device settings.  
     In MDM, go to Devices Select a device from the list.  Click Edit and configure your device settings.  Click Save &amp; Close to save changes.  
  
  
    Clone 
     Create a device clone.  
     In MDM, go to Devices Select a device from the list.  Click Clone and configure your device settings.  Click Save &amp; Close to save changes.  
  
  
    Delete 
     Delete the selected device.  
     In MDM, go to Devices Select a device from the list.  Click Delete , followed by Ok to confirm changes.  
  
  
    Start an application on this device 
     Choose and run an application on the selected device.  
     In MDM, go to Devices Select a device from the list.  Click Start an application to run on this device and choose an application from the dropdown.  Click Connect to fire up the device.  For more information, see  Device Interaction  .
