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

# Printing orders

Please choose your printer connection type for setup instructions:

{% content-ref url="/pages/-Latdfk0hXQI\_0\_yAHHo" %}
[Ethernet receipt printer](/1/printer-setup/ethernet-receipt-printer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LHxF4Gl1aazqmLgiBFp" %}
[Bluetooth receipt printer](/1/printer-setup/bluetooth-receipt-printer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LHxFAsfOzHk992FZj-P" %}
[Lightning receipt printer](/1/printer-setup/lighting-receipt-printer.md)
{% endcontent-ref %}

Once your printer is configured, you can change it at any time by tapping the settings cog and tapping 'Connect printer'.

{% hint style="info" %}
The status of your printer is displayed at all times in the status bar at the bottom of the app
{% endhint %}

To print a receipt for an order, tap on the menu icon in the top right and tap 'Print receipt'. You can also print food or drinks tickets from the same menu.

![Printing a receipt](/files/gsOP16iTBwsbNn9f64M5)


---

# 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.accentpos.com/features/orders/printing-orders.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.
