# Ordering

Every restruant needs to fill its own inventories to make sure they have the food to provide to customers. UpNAtom comes with 2 options for this!&#x20;

1. Simple ordering like Buns, Cheese, Pancake Mix, Soda Bibs and more can be checked off in a menu. After a configed amount of time the items are 'Delivered' and deposited into the Freezer.
2. Items like meats, eggs, bacon and more will need to be picked up from a location set in the config. A van is provided that you will need to hang on to!&#x20;

When Buying products from the Farmers Market it will check you have the van and load the items into the truck. When you are done return to the store and go to the spot configed. From here the items will be removed from the trunk and added to the fridge.

{% hint style="danger" %}
If for some reason you lose the vehicle or it is destroyed the shipment will not be completed and will have to wait for a restart to try again. Plate is set by script and that SPECIFIC plate is checked for items and such. No Vehicle means No Order!
{% endhint %}


---

# 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.sickscripts.com/esx-scripts/sickupnatom/ordering.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.
