> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/store-manager/prime-web/connecting-a-printer-on-macos.md).

# Connecting a Printer on macOS

{% embed url="<https://urbanpiper.portal.trainn.co/share/5IGOAS91zKGDICD8u8QC1g>" %}

In this guide, we will walk you through the steps to connect a printer to your macOS system. Follow these instructions to ensure a successful connection.

### Step-by-Step Guide <a href="#step-by-step-guide" id="step-by-step-guide"></a>

1. **Ensure the Printer is Ready:**
   * Make sure your printer is switched on.
   * Ensure the USB cable is properly connected between the printer and your macOS system.
2. **Access System Settings:**
   * Click on the Apple symbol in the top-left corner of your screen.
   * Search for "Printer and Scanner" in the search bar.
3. **Add the Printer:**
   * Click on the "Add Printer" button.
   * Click on "Search Printer" to find available printers.
4. **Select Your Printer:**
   * Choose the printer you want to add. In this example, we are adding an Epson printer.
5. **Choose the Appropriate Driver:**
   * Select a driver that is compatible with your Epson printer model.
6. **Finalize the Setup:**
   * Click on "Add" to complete the setup.
   * Your printer will now appear in the "Edit" section of your system settings.

You can also check the printer details in the system settings to ensure everything is set up correctly.

Thank you for following this guide!

<br>


---

# 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://help.urbanpiper.com/store-manager/prime-web/connecting-a-printer-on-macos.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.
