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

# Create Shared Folder

> Create a new shared folder in Keeper, either at the root level or inside an existing folder.

Installed version `17.1.6`.

Uses the `mkdir` command with the `--shared-folder` flag. Optionally configure default permissions for users and records in the shared folder.

To learn more, visit the [Keeper Commander documentation](https://docs.keeper.io/en/keeperpam/commander-cli/command-reference/record-commands#mkdir-command).

## Parameters

| Parameter          | Description                                                                                                                                                                 |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Folder Name        | The name of the shared folder to create.                                                                                                                                    |
| Parent Folder Path | The path or UID of an existing folder to create the shared folder in. If left empty, the folder is created at the root level. For example - `/parentfolder1/parentfolder2`. |
| Can Edit           | Select to allow anyone to edit records by default.                                                                                                                          |
| Can Share          | Select to allow anyone to share records by default.                                                                                                                         |
| Manage Users       | Select to allow anyone to manage users by default.                                                                                                                          |
| Manage Records     | Select to allow anyone to manage records by default.                                                                                                                        |
| All Permissions    | Select to grant all default permissions (edit, share, manage users, manage records).                                                                                        |
