# Configuration

### STEP 2 - Job Configuration <a href="#step-2-framework-configuration" id="step-2-framework-configuration"></a>

```
Config = {}
Config.AllowedJobs = { 'police', 'ambulance' } -- Which professions can use this feature?
```
