# New Houses

This guide is to add new house entries for the script, go to **config/\_locations.lua** for this.

1\) Find a house in the map, get close to the entry and use the command:

```lua
/robbery:coords
```

2\) You will now see a message telling you the coords have been added to your clipboard, BUT if the location already exists it will show an error to prevent you to add duplicated entries.\
\
3\) In **config/locations.lua** add the house coords inside the category you want to register the house.

<figure><img src="/files/ALmJgvVKj1UTLXz6nUzN" alt=""><figcaption></figcaption></figure>

**Note:** *Make sure you are pasting the coords before the **}** symbol or you will break the script.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.av-scripts.com/guides/house-robbery/new-houses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
