> For the complete documentation index, see [llms.txt](https://scode-software.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scode-software.gitbook.io/docs/scode-police-callsign/configuration.md).

# 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?
```
