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

# Settings - File Manager

> Upload and organise the media you use across TWICE — images, PDFs, and other files.

export const userRoleDefinition = "What a user can see and do. Each user has one built-in system role — Owner, Admin, Manager, or Member — and can also be assigned any number of custom roles you create with specific permissions. Effective access is the combination of all their roles.";

<Frame caption="Settings > File Manager">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/settings-file-manager.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=44dc1ee5d6417a526ae3eb7ba9265505" alt="File Manager settings page" width="1920" height="1080" data-path="images/settings-file-manager.webp" />
</Frame>

<Info>
  This view can look different dependent on your user role. <br />See [Visibility & Permissions](#visibility-and-permissions) for details.
</Info>

## Primary Purpose

Upload and organise the media you reuse across TWICE — images, PDFs, and other files for documents, emails, policies, and your logo.

<AccordionGroup>
  <Accordion title="Upload">
    Drag and drop or pick files. Common formats include images (PNG, JPG, WEBP, SVG, HEIC) and PDFs.
  </Accordion>

  <Accordion title="Organise">
    Create folders, move files between them, and rename files.
  </Accordion>

  <Accordion title="Find & use">
    Search by filename and browse the folder tree. Pick files directly from the manager when editing documents, emails, policies, or your logo.
  </Accordion>
</AccordionGroup>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature       | Admin | Manager | Member |
    | ------------- | :---: | :-----: | :----: |
    | View settings |   ✓   |    ✗    |    ✗   |
    | Edit settings |   ✓   |    ✗    |    ✗   |
  </Tab>
</Tabs>
