> ## Documentation Index
> Fetch the complete documentation index at: https://rive-transitions-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces

> Workspaces are separate areas in Rive for organizing files and collaborating with others.

export const VideoEmbed = ({src}) => {
  return <div style={{
    width: "100%",
    height: "100%",
    overflow: "hidden"
  }}>

      <video src={src} autoPlay loop muted playsInline style={{
    width: "100%",
    height: "100%",
    borderRadius: 0,
    margin: 0,
    display: "block",
    objectFit: "cover",
    backgroundColor: "transparent"
  }} />
    </div>;
};

**Each workspace is isolated from the others. It has its own projects, files, members, roles, permissions, AI credits, and billing plan.**

For example, you might have:

* A personal workspace for your own files
* A company workspace for your team’s files
* A client's workspace that you've been invited to

<Note>
  Workspaces are separate spaces for files, members, and billing. If you only want to organize files or share a specific set of files, create a new project instead.
</Note>

## Switching Workspaces

To view or work with files in another workspace, go to the editor Home tab, click the dropdown next to the workspace name, and hover over Switch Workspace.

<VideoEmbed src="https://static.rive.app/video/workspace-switcher.mp4" />

## FAQs

<AccordionGroup>
  <Accordion title="Why can't I find my Rive file">
    Rive files live in the workspace they were created in or shared with. Try looking for it in a [different workspace](/account-admin/workspaces/workspaces-overview#switching-workspaces).
  </Accordion>
</AccordionGroup>
