Then create a new migration and apply it to the database:
```bash
dotnet ef migrations add Added_FeatureManagement
dotnet ef database update
```
## Documentation
For detailed information and usage instructions, please visit the [Feature Management Module documentation](https://abp.io/docs/latest/Modules/Feature-Management).
Also, you will need to create a new migration and apply it to the database:
```bash
dotnet ef migrations add Added_PermissionManagement
dotnet ef database update
```
## Documentation
For detailed information and usage instructions, please visit the [Permission Management module documentation](https://abp.io/docs/latest/modules/permission-management).
Then create a new migration and apply it to the database:
```bash
dotnet ef migrations add Added_SettingManagement
dotnet ef database update
```
## 6. **Documentation**
## Documentation
For detailed information and usage instructions, please visit the [Setting Management Module documentation](https://abp.io/docs/latest/Modules/Setting-Management).
Also, you will need to create a new migration and apply it to the database:
```bash
dotnet ef migrations add Added_TenantManagement
dotnet ef database update
```
## Documentation
For detailed information and usage instructions, please visit the [Tenant Management module documentation](https://abp.io/docs/latest/modules/tenant-management).
# Installation Notes for Virtual File Explorer Module
The Virtual File System makes it possible to manage files that do not physically exist on the file system (disk). It's mainly used to embed (js, css, image..) files into assemblies and use them like physical files at runtime.