# Setup New Mechanic Location

<details>

<summary><strong>Owned Mechanic</strong></summary>

1. Navigate to `/jg-mechanic/config/config.lua`and locate line 135:

![](https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2F1jbAKyoZ7TXFkuvzBrWU%2Fimage.png?alt=media\&token=454d59f9-acc6-4f44-9800-c05666874a11)

2. This is a decently large section. We are going to highlight and copy from line `135`to line `229`
3. Line 228 should be the second last bracket with in the `Config.MechanicLocations` table. Add a `,` to the end of the bracket `},`:

![](https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FYO7oLPjYMLzNDwh1ael9%2Fimage.png?alt=media\&token=c4a9fac2-9890-4b2c-9461-ce55f3e76c98)

4. Now we're going to paste the copied lscustoms under line 228 to add a duplicate entry
5. Change the name of the newly added lscustoms to your desired name and change the job, locations, shops and stashes coords
6. Save and Restart jg-mechanic. You have now successfully added a new owned location

</details>

<details>

<summary><strong>Self-Service Mechanic</strong></summary>

1. Navigate to `/jg-mechanic/config/config.lua`and locate line 106:

![](https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FLPTPYWT7u6QpcZJEYyWE%2Fimage.png?alt=media\&token=356c6b19-041a-44b1-9c9e-527b37c0e22a)

2. We are now going to highlight and copy from line `106`to line `134`:
3. Now navigate to line 228, this should be the second last bracket of the `Config.MechanicLocations` table, Add a `,` to the end of the bracket `},`:

![](https://2634326805-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5JvyqF9ko9gRINJoIFwY%2Fuploads%2FYO7oLPjYMLzNDwh1ael9%2Fimage.png?alt=media\&token=c4a9fac2-9890-4b2c-9461-ce55f3e76c98)

4. Now we're going to paste the copied bennys under line 228 to add a duplicate entry
5. Change the name of the newly added bennys to your desired name and change the job and locations
6. Save and Restart jg-mechanic. You have now successfully added a new owned location

</details>
