# Set an Auto Update Mode

### How to set Auto Update Mode:

{% embed url="<https://www.youtube.com/watch?v=2kyVrMG_flM&list=PLRRljmxgMuYzY0bDEvQmt3qCXhQPrUfBC&index=1>" %}

\
From your CubiLock console:‌

1. Head over to the **Device Profiles** page.
2. Click on the context menu and choose **Update Profile** to open the profile in edit mode.
3. Choose the desired update mode from the drop down against each app.
4. Click on **Save** and **Confirm** to apply changes to your profile.

The app auto-update policy, which controls when automatic app updates can be applied.

| Enums                                | Description                                                            |
| ------------------------------------ | ---------------------------------------------------------------------- |
| `APP_AUTO_UPDATE_POLICY_UNSPECIFIED` | The auto-update policy is not set. Equivalent to `CHOICE_TO_THE_USER`. |
| `CHOICE_TO_THE_USER`                 | The user can control auto-updates.                                     |
| `NEVER`                              | Apps are never auto-updated.                                           |
| `WIFI_ONLY`                          | Apps are auto-updated over Wi-Fi only.                                 |
| `ALWAYS`                             | Apps are auto-updated at any time. Data charges may apply.             |
