> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wcstudio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# File manager

# 🗂️ File Manager

The **File Manager** in WC Studio gives you direct access to your store’s file system — allowing you to create, upload, and manage files and folders without needing FTP or SSH access.

Use it to organize your project structure, upload media or scripts, and make code-level adjustments in a secure and user-friendly interface.

***

## 📍 Go to: WC Studio → Stores → Select a Store → Advanced → File Manager

***

## 🧰 What You Can Do

### 📁 Create New Folder

1. Click the **“New Folder”** button.
2. Enter a name for your folder.
3. Click **Create**.

Use folders to organize assets like custom scripts, uploads, or third-party integrations.

***

### 📄 Create New File

1. Click **“New File”**.
2. Enter a name and file extension (e.g., `custom-style.css`, `settings.json`).
3. The file will appear instantly in the selected directory.

> 💡 Pro Tip: You can edit the file inline after creating it using WC Studio’s built-in editor.

***

### ⬆️ Upload File

1. Click **“Upload File”**.
2. Select one or more files from your local device.
3. WC Studio will upload them into the currently selected folder.

✅ Supports common file types like `.php`, `.html`, `.css`, `.js`, `.json`, `.zip`, `.jpg`, `.png`, and more.

***

## 🖱 Additional Features

* 📝 **Inline Editing** – Edit files directly in the browser with syntax highlighting.
* 🗑 **Delete** – Right-click any file/folder to delete it permanently.
* ✏️ **Rename** – Change file/folder names instantly.
* 🔐 **Permissions** – View file permissions and modify (coming soon in Pro plans).

***

## ⚠️ Caution

* Avoid editing or deleting core WooCommerce or WordPress files unless you know what you're doing.
* Always take a **Snapshot Backup** before making file-level changes.

***

## 💡 Best Practices

* ✅ Use the File Manager for quick edits and file organization.
* ✅ Keep backup copies of any files you manually modify.
* ✅ Create a `custom` or `dev` folder for experimental scripts and code.
