[](https://www.npmjs.com/package/@webiny/app-file-manager) [](https://www.npmjs.com/package/@webiny/app-file-manager) [![code sty
npm install @webiny/app-file-managerUI Components for File Manager configurations
npm install --save @webiny/app-file-manager
`Or if you prefer yarn:
`
yarn add @webiny/app-file-manager
`Setup
To setup, you must register a set of plugins. For more information on
plugins, please visit Webiny documentation.#### Admin
`
import { plugins } from "@webiny/plugins";
import appFileManagerPlugin from "@webiny/app-file-manager/admin"plugins.register(appFileManagerPlugin);
``Enables the file manager settings components which can be accessed via Settings
section in the main menu.