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

# Hardware

***

### Till Systems: AURES

We can supply a range of Aures hardware, including:

* Yuno II
* Yuno
* Sango
* TRX 3000

{% hint style="warning" %}
Our EPOS software can run on any machine meeting the following minimum specifications:

* Processor: Intel Core i5 (7th Gen or newer; ideally i7 - 3rd Gen or newer for extended lifespan)
* Memory: 16GB RAM or more
* Storage: 240GB SSD or larger
* Operating System: Windows 10 Professional or Windows 11
  {% endhint %}

***

### Printers

* **Aures ODP 333**: We can supply the Aures ODP 333 printer or support your preferred model.
* **Shelf Edge Labels**: Compatible with Citizen and Zebra printers.

***

### Card Machines: Verifone P400

Our EPOS system integrates seamlessly with the **Verifone P400** card reader.

We can integrate with your preferred card machines if necessary.

***

### Scanners

Our EPOS supports any generic barcode scanner with the following capabilities:

* Bluetooth connectivity or USB connection.
* Ability to scan standard barcodes.

If you're unsure which scanner to choose, we can provide recommendations.

***

### Shop Floor Devices

Run the EPOS software on **Microsoft Surface Pro** devices to create baskets and assist customers directly on the shop floor.


---

# 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.venditan.com/docs/in-store-epos/hardware.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.
