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

# Project file browser

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

Use Piebald's project file browser to find and open files for edit.

### Opening the file browser

To open the file browser, hover the project or worktree and click the small code icon:

<img class="shadow-md rounded-xl" width="500" alt="project_code_button.png" src="https://mintcdn.com/piebald/8Y9BNGsLA7OR-jy1/imgs/project_code_button.png?fit=max&auto=format&n=8Y9BNGsLA7OR-jy1&q=85&s=ab44725e115b73cf2b0b14c29d0f4620" data-path="imgs/project_code_button.png" />

This will switch the sidebar into the file browser view.

<img class="shadow-md rounded-xl" width="350" alt="project_files_sidebar.png" src="https://mintcdn.com/piebald/8Y9BNGsLA7OR-jy1/imgs/project_files_sidebar.png?fit=max&auto=format&n=8Y9BNGsLA7OR-jy1&q=85&s=d29ae0936f01a5a782b98f23e5f874f0" data-path="imgs/project_files_sidebar.png" />

### Show hidden files

By default, the file browser hides hidden files.  Click the eye button in the top right corner to show them.

### More coming

Currently, actions that can be performed in the file browser are restricted to opening files for editing.  In the near future, we plan to enhance it with creating, deleting, renaming, and moving files.  We also plan to add support for copying files from your main file mananger like Finder or File Explorer and pasting them into Piebald file browser to paste them into the project's file structure.
