> For the complete documentation index, see [llms.txt](https://docs.sickscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sickscripts.com/esx-scripts/sickupnatom/ordering.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sickscripts.com/esx-scripts/sickupnatom/ordering.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
