# Project & Files Management

## Project Management

<figure><img src="https://netalabs.gitbook.io/supra-ide/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXc1L42WLQ02jTeh7ELQxKA1sXRdXNUWji-WaO73I8GzxaAy-bLBNNr0MnUbYcrZVQEsTcfiNvsJPv6fNhXkgBQjpm2d2v3qMh6XZBL0WcjlYNq3PaQWEthJ2Bnl2m5opCwToIbW%3Fkey%3D4NMBPIGagqp7hkgc5QATsw&#x26;width=300&#x26;dpr=4&#x26;quality=100&#x26;sign=66bd5a0b&#x26;sv=2" alt="" width="563"><figcaption></figcaption></figure>

The IDE makes it easy to manage your projects directly in the browser. All project data is stored locally in your browser's IndexedDB.<br>

* **Create**: Start a new project by clicking Create a new project on the home screen or the + icon in the Explorer. You can create a blank project or start from a pre-built template.<br>
* **Switch & Read**: Use the dropdown menu in the Explorer to easily switch between your existing projects. Selecting a project will load its file tree.<br>
* **Update**:
  * Editing: Simply open a file and type in the editor. All changes are saved automatically.
  * Renaming: Right-click on any file or folder in the file explorer to open a context menu where you can select Rename.<br>
* **Delete**: To delete a project, select it from the project dropdown menu and click the trash can icon. This action is permanent and will delete all associated files.<br>
* **Import / Export**: Use the Import and Export buttons to load a project from a .zip file or to save your currently selected project as a .zip file for backup or sharing.

<figure><img src="https://netalabs.gitbook.io/supra-ide/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXdOWScEW5tx-eadUJTo1vQ2xt4Ftn2rwv3UZdJ4fyVlHCkBvnsI_ZOOfeGamcc0t20644E-nI3pd19Y12zNbwHBmQHbOr2spMFALttaQIaYoGB7IVp_oTSupSX8NHVyPl98dw1i%3Fkey%3D4NMBPIGagqp7hkgc5QATsw&#x26;width=300&#x26;dpr=4&#x26;quality=100&#x26;sign=30f00625&#x26;sv=2" alt="" width="375"><figcaption></figcaption></figure>

## File & Folder Management

<figure><img src="https://netalabs.gitbook.io/supra-ide/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXfjWsupxP0oT4ujal6OlA8gS6-I5VGrhwa-o_iK9UxQMeuwtdFyFeYiZ0PNGc-BzM0T97kBSCAigk93N7AaecjOMsFxzQ8mcqkLUAnj1_1PtD2Rybz-Ax2t6OPOAnR1a97bD0wr%3Fkey%3D4NMBPIGagqp7hkgc5QATsw&#x26;width=300&#x26;dpr=4&#x26;quality=100&#x26;sign=f4ea56ae&#x26;sv=2" alt="" width="375"><figcaption></figcaption></figure>

You can manage all files and folders directly from the Explorer tab. All operations are performed using a context menu (right-click).<br>

* **Create (New File / New Folder)**
  * Right-click on a folder or the project's root folder in the file explorer to open the context menu.
  * Select New File or New Folder.
  * An input box will appear in the file tree. Type the desired name and press Enter to create it.<br>
* **Read (Open a File)**
  * Left-click on any file in the explorer.
  * The file will open in a new tab in the editor, and its content will be displayed.<br>
* **Update (Rename a File or Folder)**
  * Right-click on the file or folder you wish to rename.
  * Select Rename from the context menu.
  * The name will become an editable input field. Type the new name, and press Enter to save the change.<br>
* **Delete (Remove a File or Folder)**
  * Right-click on the file or folder you want to remove.
  * Select Delete from the context menu.
  * A confirmation dialog will appear to prevent accidental deletion. Click Delete to permanently remove the item. If you delete a folder, all files and subfolders within it will also be deleted.
