---
title: Update
---

## Automatic Update

When a new version (release or nightly) is available, you will receive a prompt to install the update, as shown below.

<Image 
  src="/images/ide/new/10.png"
  style={{
    borderRadius: '10px',
    boxShadow: '0 0 5px rgba(0,0,0,0.3)',
  }}
/>

- **Changelog**: View the update details from the official website.
- **Confirm**: Proceed to **automatic update installation**.
- **Skip**
   - Confirm: Do not show this update forever.
   - Cancel: Show this update again next time.

After the download is finished and the IDE is closed, the update will be installed automatically. The next time you open Tuya MiniApp IDE, it will launch the latest version. **If you open the Tuya MiniApp IDE shortly after closing it, the installation will be canceled and resume next time.**

<Image 
  src="/images/ide/new/11.png"
  style={{
    borderRadius: '10px',
    boxShadow: '0 0 5px rgba(0,0,0,0.3)',
  }}
/>

- To **access the latest version immediately**, click **Relaunch & Update** in the top right corner. The Tuya MiniApp IDE will **close automatically** to install the new application and **open** once completed. If the Tuya MiniApp IDE does not respond for a long time, manually open or close it and try again.

<Image 
  src="/images/ide/new/12.png"
  style={{
    borderRadius: '10px',
    boxShadow: '0 0 5px rgba(0,0,0,0.3)',
  }}
/>


## Common Windows Update Issues

* Due to the special permissions of the Windows system, if you receive the message ``The current user does not have permission to modify the developer tools folder``, try one of the following methods:
1. locate the installation directory, right-click, select Properties dialog box, Security tab, Edit, select the current user, check Full Control.
2. uninstall and reinstall, selecting Per-User.
   * The installation directory is generally located in paths similar to the following:
     1. `C:\Program Files\Tuya MiniApp IDE` (all users, Per-Machine)
     2. `C:\Users\{username}\AppData\Local\Programs\Tuya MiniApp IDE` (current user,Per-User)
   * Older versions of the Tuya MiniApp IDE are installed by default in path 1, while newer versions（0.7.0） can be installed in different paths. It is recommended to use path 2 to avoid permission issues.