> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/hardware/star-tsp100-printer-setup-wifi.md).

# Star TSP100 Printer Setup: Wifi

If you are looking to run your business from an iPad or Mobile device, you have the ability to connect your Star TSP100 Receipt printer to your WiFi connection in order to print receipts from that device wirelessly.

{% hint style="info" %}
**In order to connect your Star TSP100 Receipt printer to WiFi, you'll need a Star TSP143IIIW.** The TSP143IIIU is a USB *only* printer, and will not have a pairing button for you to simply connect to WiFi with.
{% endhint %}

{% stepper %}
{% step %}

## Connect the printer

Plug your printer into it's power source *(i.e wall outlet, power-bar, etc)*, and plug it's Ethernet cord into your cash drawer *(if you have one)*. The blue and red lights on your printer should pop on briefly.

* *If you do not have a cash drawer, you do not need to worry about using the Ethernet cord at all*

![Printer Power Source](/files/21e138271dadf73933240a52aaf6dc9b1a95487e)
{% endstep %}

{% step %}

## Turn on the printer

Turn power on by using the ON/OFF switch on the left side of the printer.

![Printer Power on](/files/8d4cb7124bd096f5d9ffb7d49b40b302b57fba16)
{% endstep %}

{% step %}

## Load thermal receipt paper

Make sure there is thermal receipt paper loaded in your printer.

* Using the lever on the top, right of the printer to open, load the paper with the roll facing upward. **The paper should be coming out from underneath it's roll.** Hold onto the paper as you close the printer's lid to ensure it spits out the paper evenly. *(It could jam otherwise.)*
* If you're unsure of what kind of thermal receipt paper to get, [click here](https://partner.posportal.com/salonrunner/sr/paper.html) to order the correct kind!

![Printer Load Paper](/files/c431a0d66d22eaf72c5e1bde16d505829e9b6f99)
{% endstep %}

{% step %}

## Press the WPS button

Locate and press the WPS button on your internet router.

![Printer WPS Button](/files/807c4e4b65fec06f4c6ba677a5b5be67a3d3f500)
{% endstep %}

{% step %}

## Pair the printer

Next, locate the red "pair" button on the back, left, inside of the printer and press it. The blue "ready" light on the front will blink while connecting to your router.

![printer red pair](/files/d3d840f4d775ef06630775dbdb55d004bc55fc98)
{% endstep %}

{% step %}

## Confirm the connection

Once connected, a receipt will print showing your Network Settings.

![Printer Receipt](/files/abd5d8c29a2d4a9d76eb08c0e1fafc10a289e69d)

**You're all set!**
{% endstep %}
{% endstepper %}


---

# 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://support.rosysalonsoftware.com/hardware/star-tsp100-printer-setup-wifi.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.
