# Market

```lua
Config.Market = {
  Active = true,
  position = vector4(-1630.4707, 4738.9683, 53.1014, 314.4129),
  model = "g_m_m_casrn_01",
  blip = {
    text = "Hunting Market",
    color = 50,
    size = 1.4, 
    sprite = 480
  },
  
  Sell = {
	["Other"] = {
      {
        label = "Meat",
        description = "Sell Meat",
        item = "meat",
        price = 200
      },
      {
        label = "Animalskin",
        description = "Sell Animal Fur",
        item = "animalskin",
        price = 500
      },
    },
    ["Deer"] = {
      {
        label = "Deer Fur quality 1",
        description = "Sell Deer Pelt quality 1",
        item = "peltdeer1stargold",
        price = 200
      },
      {
        label = "Deer Fur quality 2",
        description = "Sell Deer Pelt quality 2",
        item = "peltdeer2stargold",
        price = 500
      },
      {
        label = "Deer Fur quality 3",
        description = "Sell Deer Pelt quality 1",
        item = "peltdeer3stargold",
        price = 700
      },
	        {
        label = "Deer Fur illegal quality 1",
        description = "Sell Deer illegal Pelt quality 1",
        item = "peltdeer1starred",
        price = 1000
      },
      {
        label = "Deer Fur illegal quality 2",
        description = "Sell Deer illegal Pelt quality 2",
        item = "peltdeer2starred",
        price = 1300
      },
      {
        label = "Deer Fur illegal quality 3",
        description = "Sell Deer illegal Pelt quality 1",
        item = "peltdeer2starred",
        price = 1600
      }
    },
    ["Boar"] = {
      {
        label = "Boar Fur quality 1",
        description = "Sell Boar Pelt quality 1",
        item = "peltboar1stargold",
        price = 200
      },
      {
        label = "Boar Fur quality 2",
        description = "Sell Boar Pelt quality 2",
        item = "peltboar2stargold",
        price = 500
      },
      {
        label = "Boar Fur quality 3",
        description = "Sell Boar Pelt quality 1",
        item = "peltboar3stargold",
        price = 700
      },
	        {
        label = "Boar Fur illegal quality 1",
        description = "Sell Boar illegal Pelt quality 1",
        item = "peltboar1starred",
        price = 1000
      },
      {
        label = "Boar Fur illegal quality 2",
        description = "Sell Boar illegal Pelt quality 2",
        item = "peltboar2starred",
        price = 1300
      },
      {
        label = "Boar Fur illegal quality 3",
        description = "Sell Boar illegal Pelt quality 1",
        item = "peltboar3starred",
        price = 1600
      }
    },
    ["Pig"] = {
      {
        label = "Pig Fur quality 1",
        description = "Sell Pig Pelt quality 1",
        item = "pelthousepig1stargold",
        price = 200
      },
      {
        label = "Pig Fur quality 2",
        description = "Sell Pig Pelt quality 2",
        item = "pelthousepig2stargold",
        price = 500
      },
      {
        label = "Pig Fur quality 3",
        description = "Sell Pig Pelt quality 1",
        item = "pelthousepig3stargold",
        price = 700
      },
	        {
        label = "Pig Fur illegal quality 1",
        description = "Sell Pig illegal Pelt quality 1",
        item = "pelthousepig1starred",
        price = 1000
      },
      {
        label = "Pig Fur illegal quality 2",
        description = "Sell Pig illegal Pelt quality 2",
        item = "pelthousepig2starred",
        price = 1300
      },
      {
        label = "Pig Fur illegal quality 3",
        description = "Sell Pig illegal Pelt quality 1",
        item = "pelthousepig3starred",
        price = 1600
      }
    },
    ["Cow"] = {
      {
        label = "Cow Fur quality 1",
        description = "Sell Cow Pelt quality 1",
        item = "peltcow1stargold",
        price = 200
      },
      {
        label = "Cow Fur quality 2",
        description = "Sell Cow Pelt quality 2",
        item = "peltcow2stargold",
        price = 500
      },
      {
        label = "Cow Fur quality 3",
        description = "Sell Cow Pelt quality 1",
        item = "peltcow3stargold",
        price = 700
      },
	        {
        label = "Cow Fur illegal quality 1",
        description = "Sell Cow illegal Pelt quality 1",
        item = "peltcow1starred",
        price = 1000
      },
      {
        label = "Cow Fur illegal quality 2",
        description = "Sell Cow illegal Pelt quality 2",
        item = "peltcow2starred",
        price = 1300
      },
      {
        label = "Cow Fur illegal quality 3",
        description = "Sell Cow illegal Pelt quality 1",
        item = "peltcow3starred",
        price = 1600
      }
    },
    ["Rabbit"] = {
      {
        label = "Rabbit Fur quality 1",
        description = "Sell Rabbit Pelt quality 1",
        item = "peltrabbit1stargold",
        price = 200
      },
      {
        label = "Rabbit Fur quality 2",
        description = "Sell Rabbit Pelt quality 2",
        item = "peltrabbit2stargold",
        price = 500
      },
      {
        label = "Rabbit Fur quality 3",
        description = "Sell Rabbit Pelt quality 1",
        item = "peltrabbit3stargold",
        price = 700
      },
	        {
        label = "Rabbit Fur illegal quality 1",
        description = "Sell Rabbit illegal Pelt quality 1",
        item = "peltrabbit1starred",
        price = 1000
      },
      {
        label = "Rabbit Fur illegal quality 2",
        description = "Sell Rabbit illegal Pelt quality 2",
        item = "peltrabbit2starred",
        price = 1300
      },
      {
        label = "Rabbit Fur illegal quality 3",
        description = "Sell Rabbit illegal Pelt quality 1",
        item = "peltrabbit3starred",
        price = 1600
      }
    },
    ["Chicken"] = {
      {
        label = "Chicken Fur quality 1",
        description = "Sell Chicken Pelt quality 1",
        item = "peltchicken1stargold",
        price = 200
      },
      {
        label = "Chicken Fur quality 2",
        description = "Sell Chicken Pelt quality 2",
        item = "peltchicken2stargold",
        price = 500
      },
      {
        label = "Chicken Fur quality 3",
        description = "Sell Chicken Pelt quality 1",
        item = "peltchicken3stargold",
        price = 700
      },
	        {
        label = "Chicken Fur illegal quality 1",
        description = "Sell Chicken illegal Pelt quality 1",
        item = "peltchicken1starred",
        price = 1000
      },
      {
        label = "Chicken Fur illegal quality 2",
        description = "Sell Chicken illegal Pelt quality 2",
        item = "peltchicken2starred",
        price = 1300
      },
      {
        label = "Chicken Fur illegal quality 3",
        description = "Sell Chicken illegal Pelt quality 1",
        item = "peltchicken3starred",
        price = 1600
      }
    },
    ["Coyote"] = {
      {
        label = "Coyote Fur quality 1",
        description = "Sell Coyote Pelt quality 1",
        item = "peltcow1stargold",
        price = 200
      },
      {
        label = "Coyote Fur quality 2",
        description = "Sell Coyote Pelt quality 2",
        item = "peltcow2stargold",
        price = 500
      },
      {
        label = "Coyote Fur quality 3",
        description = "Sell Coyote Pelt quality 1",
        item = "peltcow3stargold",
        price = 700
      },
	        {
        label = "Coyote Fur illegal quality 1",
        description = "Sell Coyote illegal Pelt quality 1",
        item = "peltcow1starred",
        price = 1000
      },
      {
        label = "Coyote Fur illegal quality 2",
        description = "Sell Coyote illegal Pelt quality 2",
        item = "peltcow2starred",
        price = 1300
      },
      {
        label = "Coyote Fur illegal quality 3",
        description = "Sell Coyote illegal Pelt quality 1",
        item = "peltcow3starred",
        price = 1600
      }
    },
	["Cat"] = {
      {
        label = "Cat Fur quality 1",
        description = "Sell Cat Pelt quality 1",
        item = "peltcat1stargold",
        price = 200
      },
      {
        label = "Cat Fur quality 2",
        description = "Sell Cat Pelt quality 2",
        item = "peltcat2stargold",
        price = 500
      },
      {
        label = "Cat Fur quality 3",
        description = "Sell Cat Pelt quality 1",
        item = "peltcat3stargold",
        price = 700
      },
	        {
        label = "Cat Fur illegal quality 1",
        description = "Sell Cat illegal Pelt quality 1",
        item = "peltcat1starred",
        price = 1000
      },
      {
        label = "Cat Fur illegal quality 2",
        description = "Sell Cat illegal Pelt quality 2",
        item = "peltcat2starred",
        price = 1300
      },
      {
        label = "Cat Fur illegal quality 3",
        description = "Sell Cat illegal Pelt quality 1",
        item = "peltcat3starred",
        price = 1600
      }
    },
    ["Lion"] = {
      {
        label = "Lion Fur quality 1",
        description = "Sell Lion Pelt quality 1",
        item = "peltlion1stargold",
        price = 200
      },
      {
        label = "Lion Fur quality 2",
        description = "Sell Lion Pelt quality 2",
        item = "peltlion2stargold",
        price = 500
      },
      {
        label = "Lion Fur quality 3",
        description = "Sell Lion Pelt quality 1",
        item = "peltlion3stargold",
        price = 700
      },
	        {
        label = "Lion Fur illegal quality 1",
        description = "Sell Lion illegal Pelt quality 1",
        item = "peltlion1starred",
        price = 1000
      },
      {
        label = "Lion Fur illegal quality 2",
        description = "Sell Lion illegal Pelt quality 2",
        item = "peltlion2starred",
        price = 1300
      },
      {
        label = "Lion Fur illegal quality 3",
        description = "Sell Lion illegal Pelt quality 1",
        item = "peltlion3starred",
        price = 1600
      }
    }
  }
}
```


---

# 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.wise-scripts.vip/scripts/wise-hunting/example-configs/market.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.
