# Supplies

> The **Supplies** system allows businesses to purchase products by placing orders and paying with society funds. It's important to note that new orders cannot be placed if the **Supplies Stash** still contains items—this stash must be emptied before generating a new order.

* Supplies list is retrieved from `admin panel > Ingredients tab`&#x20;
* Make sure to define the ingredient price or they will NOT be shown in the Supplies tab.<br>

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

* After creating an order, the script will search for the closest pick up location and create a blip on map:

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

* Get close to the NPC and use the Target System to open the Supplies Stash.

<figure><img src="/files/44vU0aKAfrbLnIeTv2cU" 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.av-scripts.com/laptop-pack-v3/business/supplies.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.
