> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/registers-and-receipts/setting-up-net-display-channels.md).

# Extend the POS screen

Net display is a second POS window that is usually displayed on a second monitor at the register that is positioned to face the customer. You can set up net display channels to display selected web pages, such as weekly features or sales. There is also an option to display item pictures in the net display window as they are rung up (if pictures are available for the items).

1. Click **Setup**.
2. Expand **Hardware**.
3. Click **Net Display Channels**.
4. Do one of the following:

* Double-click an existing net display channel to open and edit it.
* Click **New** and create a new net display channel.

5. For new net display channels, in the **Channel Name** field, enter a name for the channel.
6. To add a web site to the net display channel:
   1. Click **New**.
   2. In the **URL** field, type or paste the web address, such as <http://rmhpos.com>.
   3. Select the URL and click **Preview** to confirm that the web address is correct.
   4. In the **Seconds** field, enter the number of seconds the web site should display.
7. (Optional) Repeat the previous step to add more web sites. To change the order in which the web sites are displayed, select a web site and move it up or down in the list using the **Move Up** or **Move Down** buttons.
8. (Optional) To display item pictures in the net display window as items are rung up in POS, select **Display each item's picture as it is rung up**.
9. Click **Save And Close**.
10. Under **Setup** | **Hardware**, click **Register List**.
11. Do one of the following:

* Double-click an existing register to open and edit it.
* Click **New** and create a new register.

12. On the **Net Display** tab, select **Net display is enabled for this register**.
13. For **Net display channel**, click the browse icon, select the appropriate net display channel and click **OK**.
14. (Optional) To display receipt totals as items are rung up, enable **Show receipt on net display**.
15. Click **Save And Close**. Net display is now enabled for the register.


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/registers-and-receipts/setting-up-net-display-channels.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.
