> For the complete documentation index, see [llms.txt](https://docs.maitredpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-5-configuring-and-managing-work/mobile-pos/maitred-back-office-configuration/setup-mobile-printing.md).

# Setup Mobile Printing

Typical Android or iOS tablets purchased in the general market don't have receipt printers. For this reason, Maitre'D has the ability to leverage the printing capabilities of other POS workstations for use by Mobile POS tablets.

1. Logon to the Maitre’D Back-Office with appropriate credentials. (Distributor or System Owner)

![Maitre'D Logon Screen](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/MD_LogonScreen.gif)

2. Start the Point of Sale Control module.

<img src="https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/MaitreDCommon/ICON_PointSales.svg" alt="Back-Office Icon - Point of Sale Control" width="188">

3. Click on the View menu and select the Options... option.

![View menu - Options...](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/POSControl/View-Options/01-ViewMenu-Options.png)

4. The Point of Sale Control module's options window opens on the Configuration branch.

![Point of Sale Control > View > Options > Configuration](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/POSControl/View-Options/02-Configuration.png)

5. Click on the Printing branch.

![Mobile Printing Options](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/Chap05/MobilePOS/02-MobilePrinting.png)

6. Configure these options from the Mobile Printing section:

#### Workstation

From the drop-down list, select the workstation that is responsible for handling print jobs send by mobile devices. Select a fixed workstation equipped with a receipt printer.

&#x20;NOTE: Make sure that the selected workstation is always "on", otherwise the print jobs sent by mobile devices will not be processed.

Also, the selected workstation and attached printer(s) should be readily accessible to employees, as this is where guest checks will be printed.

#### Polling

Set the polling interval (in seconds) at which the workstation will check for print jobs from mobile devices. The recommended value is 15 seconds.

{% hint style="info" %}
NOTE: The recommended setting for the Polling Interval is 15 seconds. This value provides a good balance between printing delays and processing overhead. Lower values will make the printing delay shorter, but may hinder the workstation's overall performance for other tasks.
{% endhint %}

7. Click OK to save changes.

Related Topics

1. [Setup Mobile Printing](/maitred/maitred-complete-online-documentation/chap-5-configuring-and-managing-work/mobile-pos/maitred-back-office-configuration/setup-mobile-printing.md)
2. [Mobile Workstation Settings](/maitred/maitred-complete-online-documentation/chap-5-configuring-and-managing-work/mobile-pos/maitred-back-office-configuration/mobile-workstation-settings.md)


---

# 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.maitredpos.com/maitred/maitred-complete-online-documentation/chap-5-configuring-and-managing-work/mobile-pos/maitred-back-office-configuration/setup-mobile-printing.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.
