# Printer Setup

Learn how to connect your printer to your network, pair it with your iPad, and run test prints to ensure everything is ready for your event.

***

{% stepper %}
{% step %}

### Connect your printer to your network

The process for connecting to a network depends on your specific printer model. Learn more about reliable network choices [here](/hardware-and-gear/printing/printing-overview/wireless-printing.md).

* **Standard Printers**: Open the printer’s network or Wi-Fi menu and select your desired network.
* **Print Servers**: If you are using a [print server](/hardware-and-gear/printing/printer-recommendations/printers-for-professionals.md), adjust these settings within the print server configuration menu instead.
  * [AirCast Pro Setup Guide](/hardware-and-gear/printing/printer-setup/aircast-pro-setup.md)
  * [DNP WCM Setup guide](/hardware-and-gear/printing/printer-setup/dnp-wcm-setup.md)

{% hint style="info" %}
If you cannot locate the network settings, please refer to the manual for your printer or print server.
{% endhint %}
{% endstep %}

{% step %}

### Connect your iPad to the same network

**Your iPad and printer must be on the same network** for printing to function.

If your iPad has joined other nearby networks in the past, it may automatically reconnect to them during an event. To prevent this, open your iPad Wi-Fi settings and [**forget**](https://support.apple.com/en-us/102480) any networks you do not plan to use.
{% endstep %}

{% step %}

### Try a test print

Before testing, ensure you have created and saved at least one **print layout**.&#x20;

When you add your first layout, the app will prompt you to enable printing as a sharing option. You can also manage this at any time from the **Send Options** card.

You can perform a test print from three different locations:

{% tabs %}
{% tab title="Print Layout Settings" %}
From the [**Layout Designer**](/copy-of-halo-app/layout-designer/layout-designer-overview.md), tap the printer icon in the top-right corner to select your printer. Once connected, the **Test Print** button will activate.
{% endtab %}

{% tab title="Send Options Settings" %}
From the [Experience Designer](/copy-of-halo-app/experience-designer/post-capture/send-and-print.md) Send & Print, locate the **Test Print** button beneath your print preview(s). Select your printer first to activate the button.
{% endtab %}

{% tab title="Booth Mode" %}
[Launch the app](broken://spaces/IOXh58rA9e8k30VLuWRu/pages/slbU5O57pFsDZkvoUqyx) and run a full session to confirm the entire workflow from start to finish.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
[Tips on fixing formatting issues](/hardware-and-gear/printing/formatting-prints.md)
{% endhint %}

***

#### Fix Potential Connection Issues

Most printing problems are related to the network environment rather than the app itself. A weak signal, busy network, or firewall can prevent the iPad and printer from communicating.

If your printer will not connect, it can take some work to understand exactly why. Troubleshooting steps typically involve narrowing down whether the issue is being caused by the network hardware or specific security settings blocking the connection.&#x20;

Learn more in our [**Troubleshooting Guide**](/hardware-and-gear/printing/printer-setup/troubleshooting-printer-connections.md)**.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.simplebooth.com/hardware-and-gear/printing/printer-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
