# Common questions

<details>

<summary>How to add job for each restaurant ?</summary>

Just under the config.authorizedJobs, just write the respective job for each restaurant.

```lua
Config.authorizedJobs   = {
    ["burgershot"] = "BurgerShot",
    --["jobname"] = "Restaurant Name",
}
```

</details>
