# Installation & Setup
You can install Field Manager via the plugin store, or through Composer.

## Craft Plugin Store
To install **Field Manager**, navigate to the _Plugin Store_ section of your Craft control panel, search for `Field Manager`, and click the _Install_ button.

## Composer
You can also add the package to your project using Composer and the command line.

1. Open your terminal and go to your Craft project:
```shell
cd /path/to/project
```

2. Then tell Composer to require the plugin, and Craft to install it:
```shell
composer require verbb/field-manager && php craft plugin/install field-manager
```
