# Usage Description

First you will go to the ShopsBuyCoords coordinate in config and buy a pet shop that has no owner

Let's assume that you bought the first pet shop in config and let's continue with it

```groovy
  [1] = {
            name = "Pet Shop 1",
            description = "You can buy pets from here.",
            level = "Regular",
            rate = 1,
            neighborhood = "Vespucci",
            street = "Vespucci Blvd",
            img = "../images/store1.png",
            price = 1000,
            coords = vector3(564.6584, 2753.0103, 42.8770),
            petscoords = vector4(564.9654, 2745.9912, 42.8771, 124.9139),
            shopscoords = vector4(561.3677, 2744.6719, 42.8771, 78.8730),
            shopimg = "../images/dui.png",
        },
```

in this shop there is a boss menu in the coords section, we go there, open the boss menu and click on the adjustment button on the top left

Pets and shops coords are pre-set but we can change them to our own

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

***

<figure><img src="/files/oTCi01XbFB8mgIsWs1R9" alt=""><figcaption><p>You can set the pet selling coordinate</p></figcaption></figure>

Click on it and a pet will spawn as you can see below

![](/files/APiHSADpmLBQttp5GR5V)<br>

We can move this pet with the right left forward and backward arrow keys, place it on the ground by pressing the alt key and adjust its direction with the mouse wheel. After placing this pet, we will press the e key and the menu will open, then we will press the save key and now players will view the pets in our store from here

***

<figure><img src="/files/S4wK2iXT0FSqbTyMDfwC" alt=""><figcaption><p>Here you can also set the section where you can sell items</p></figcaption></figure>

<figure><img src="/files/QQs3SndWqNXtSrCgJD2g" alt=""><figcaption><p>You can press E and change where you can sell the items</p></figcaption></figure>

***

<figure><img src="/files/AP6WY4xfdPUHAaBE43kO" alt=""><figcaption><p>Here you can add a billboard and put the image you want on this billboard</p></figcaption></figure>

<figure><img src="/files/JNdLOu1MyU40cNJ0Ed1j" alt=""><figcaption><p>You can add images on top of the props and probe like this. You can change the probe in config</p></figcaption></figure>

***

If you press the eye icon here, your dogs will not be sold in the store. For example, right now the 1st dog has been removed from the sale and they can't buy it. Also as you can see above you have a store level and if you don't have enough level you can't sell them, like the 2nd dog. The level will improve as you sell dogs

<figure><img src="/files/8Ujf7a31TBnfOL8S0zYZ" alt=""><figcaption></figcaption></figure>

***

Here you can change your pet's name, picture, price and gender

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

***

From here you can hire employees to access and work in the caves

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

***

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

And you can buy the dogs from this page, and on the right side you can adjust their outfits and the textures of the outfits. Also don't forget that the script comes with special outfits and special pets

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

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

<figure><img src="/files/7BJGTfM53jSJBmx4HDcI" alt=""><figcaption></figcaption></figure>

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

***

Here you can buy new items and use them. Also, the money you buy these items will go to the owner of that store

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


---

# 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.0resmon.org/0resmon/0resmon-1/frkn-resources/lab-pet-v3/usage-description.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.
