> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-iorder-hardware-installation-guide/introduction.md).

# Introduction

The iOrder or Kiosk is a consumer-facing food ordering system that allows customers to place their own food service orders.

Each iOrder Station consists of a Ruby2 iOrder Food Service Kiosk and a Confirmation Printer. The iOrder System directs all food orders to either a single Kitchen Printer or one or more Kitchen Display System (KDS) Stations for order completion.

{% hint style="info" %}
KDS is an optional component of iOrder and has its own specific requirements. Installation and configuration documentation is posted on the Premier Portal under: Petro Downloads > iOrder Kiosk > Kitchen Display System (KDS) with iOrder Installation Guide.
{% endhint %}

At order completion, the Kiosk prints a confirmation receipt with a barcode and sends the order to the kitchen for preparation. It also stages the order at the Point of Sales (POS) Site Controller for payment. At the POS terminal, the barcode can be scanned to bring one or more Kiosk orders into a transaction.

## System Requirements

### Software Requirements

* Commander Site Controller — Any version
* RubyCi — Any version

### Hardware Requirements

#### POS

* Commander Site Controller with Topaz / Ruby2
* RubyCi with Topaz / Ruby2

## Site Preparation

### Site Location

Avoid locations with the following characteristics:

* Direct sunlight
* Moisture
* Excessive dust
* Electrical noise or devices that cause excessive voltage variations, such as air conditioners, fans, or high frequency security.

{% hint style="danger" %}
To reduce the risk of fire, do not place any of the units near objects that produce excessive heat.
{% endhint %}

## iOrder Kiosk Ergonomic Standards

### Counter Height for iOrder Kiosk Placement

* Standard counter height is 39 inches
* Optimal counter height is 47 inches

### Spacing Between iOrder Kiosks

* Minimum space between iOrder Kiosks is 24 inches, measured center to center.
* Optimal spacing between iOrder Kiosks is at least 30 inches, measured center to center.


---

# 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.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-iorder-hardware-installation-guide/introduction.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.
