# Switch IDE

## Switching Between IDE Versions

This guide provides step-by-step instructions on how to switch between the new and old IDE versions.

***

### Switching to the New IDE

Follow these steps to switch to the new IDE:

1. **Open a Project**
   * Select the project you wish to open.
   * Click **"Open in Cloud IDE"** to launch the project in current IDE.

<figure><img src="/files/tRfs3Zd0wfQVgsi3qNzO" alt="" width="563"><figcaption></figcaption></figure>

2. **Locate the "Try New IDE!" Button**
   * On your current IDE interface, locate the **Try New IDE!** button.
3. **Click "Try New IDE!"**
   * Click the button to initiate the switch to the new IDE.

<figure><img src="/files/Mr7QV3JBTDAROYsAZxOt" alt="" width="563"><figcaption></figcaption></figure>

4. **Confirm the Switch**
   * A confirmation dialog will appear with a **Switch** button.
   * "Click **"Switch"** to proceed.

<figure><img src="/files/BxWC1gxTcHFc9TRdmS3s" alt="" width="563"><figcaption></figcaption></figure>

5. **Wait for the New IDE to Load**
   * The system will take a moment to configure and launch the new IDE.
   * Once the setup is complete, the new IDE interface will be displayed.

<figure><img src="/files/zfGllgo3rUxHCBlBVm9m" alt="" width="563"><figcaption></figcaption></figure>

***

### Switching Back to the Old IDE

To revert to the old IDE, follow these steps:

1. **Open a Project**

   * Select the project you want to open.
   * "Click **"Open in Cloud IDE"** to launch the project in the new IDE.

   **Note:** There is no drop-down icon next to the button.

<figure><img src="/files/1o4f2WGJQajhI3UnGbYu" alt="" width="563"><figcaption></figcaption></figure>

2. **Open the Command Palette**
   * Click the settings icon in the bottom-left corner.
   * Select **Command Palette...** from the menu.

<figure><img src="/files/So695JGNzQppZ7uw3dcN" alt="" width="563"><figcaption></figcaption></figure>

3. **Search for the Switch Command**
   * In the Command Palette search box, type **Monaca: Switch Old IDE**.
   * Press **Enter** or click the relevant search result.

<figure><img src="/files/O1xqDitWW7xfXqxpCpDz" alt="" width="563"><figcaption></figcaption></figure>

4. **Confirm the Switch**
   * A confirmation dialog will appear with an **OK** button.
   * "Click **"OK"** to proceed.

<figure><img src="/files/CHhQNQY8COQ32TLBSKme" alt="" width="563"><figcaption></figcaption></figure>

5. **Close the Current IDE Tab**
   * A prompt will appear asking you to close the current IDE tab. Click **"OK"** to dismiss the dialog.
   * Manually close the tab.

<figure><img src="/files/zNgYfQE5Pe1qs07A1x8t" alt="" width="563"><figcaption></figcaption></figure>

6. **Access the Old IDE**
   * The old IDE will open in a new tab.

<figure><img src="/files/jj6tqKU2CUWs4hcW1NqL" alt="" width="563"><figcaption></figcaption></figure>

***

### Notes

* Switching between IDE versions does not affect your files or projects.
* Some features and functionalities may differ between the old and new IDEs.
* If you encounter any issues, please contact support.


---

# 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://en.docs.monaca.io/products_guide/new-monaca-cloud-ide/switch-ide.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.
