> For the complete documentation index, see [llms.txt](https://docs.dinerwebsitesordering.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinerwebsitesordering.com/getting-started/hardware-requirements-1.md).

# Hardware Requirements

## Stable Internet Connection

Every aspect of the system runs online and therefore requires you to be connected to the internet to receive orders. Here are a few recommendations about how to set up your internet:

* Use your own internet connection instead of a shared connection so you have greater control
* Keep a 3G / 4G mobile internet connection as a backup in-case there is an interruption with your normal connection. Consider using your phone on hotspot mode for such instances.
* Consider exclusively using a 3G / 4G mobile internet connection. Certain countries have a much more reliable mobile network such as Australia.

{% hint style="warning" %}
IT staff occasionally set up an internet firewall for small business to prevent accessing harmful content. Ensure that dinerwebsitesordering.com is white-listed on your firewall to avoid connection issues to our servers.
{% endhint %}

## Computer or Tablet

To manage your online store and orders, you will need a device that can access the internet. At a minimum, we recommend using a tablet or bigger. Phone access is possible but may be limiting.

## Printer

{% hint style="info" %}
This is optional but very helpful for managing orders
{% endhint %}

You can automatically or manually print new orders using any printer whose drivers are installed on a Android device, Windows or Linux PC. To clarify, this means if you can print from an application like Word or Notepad, then it's compatible with our service. We highly recommend using a thermal receipt printer.

Compatible devices:

* Android 1.5, 1.6, 2, 3, 4
* Windows - 7, 8, 10
* Linux - requires NodeJS

## Recommended Computers & Tablets

We highly recommend using an Android device or Windows 10 tablet/computer.

## Recommended Printers

You can use any printer with Windows or Linux drivers or any printer that works with ESCPOS using Android, so you are not restricted to just the printers we recommend.

We will setup the devices and printers for you. Here's the tablet and printer setups.

<https://www.dinerwebsites.com/order>

## Ideal Setup

Android Tablet & Thermal Printer


---

# 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.dinerwebsitesordering.com/getting-started/hardware-requirements-1.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.
