# Add shop

{% hint style="info" %}
If you want to add shops, nothing could be simpler, you just have to add the coordinates in vector3
{% endhint %}

```lua
Shared.Shops = { 
    vector3(25.952, -1345.547, 29.497),
    vector3(374.1724, 327.807, 103.566),
    vector3(2555.5737, 382.200, 108.622),
    vector3(-3040.961, 585.271, 7.9089),
    vector3(-3243.8620, 1001.539, 12.830),
    vector3(1960.4162, 3742.1994, 32.34),
    vector3(2677.29, 3281.56, 55.24),
    vector3(1135.69, -982.90, 46.41),
    vector3(-1222.29, -906.88, 12.32),
    vector3(547.912, 2669.489, 42.156),
    vector3(-2967.77, 391.64, 15.04),
    vector3(1165.30, 2709.36, 38.15),
    vector3(1392.562, 3604.684, 34.980),
    vector3(-47.47, -1756.46, 29.42099),
    vector3(1163.27, -322.20, 69.20),
    vector3(-707.501, -914.260, 19.215),
    vector3(-1821.67, 793.83, 138.118),
    vector3(-1487.70, -378.49, 40.163),
    vector3(1699.422, 4923.53, 42.06)
}
```


---

# 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://doc.var-fivem.com/shop-with-basket/configuration/add-shop.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.
