> For the complete documentation index, see [llms.txt](https://wiki.pacpost.com/public-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pacpost.com/public-wiki/show-viewer-interface/screen-sharing.md).

# Screen Sharing

Any viewer has the ability to share their screen with every other viewer in the stream room. Doing so will replace their video feed with the selected screen or window that the viewer chose to share. Other viewers can then make that feed full screen in order to see the screen share more clear. Use the following procedure to start screen sharing:

1. Ensure that the video feed is enabled.
2. On the **ShowViewer Tool bar** on the top of the screen, select the gear icon, this will open the Camera and microphone selection pane.

   <figure><img src="/files/sGTbofRlxCBhnix8H2Au" alt=""><figcaption><p>ShowViewer Tool bar video and microphone selection</p></figcaption></figure>
3. In the first drop down menu, select **Share Your Desktop.**

   <figure><img src="/files/LLwc2nKEoAcG89Ng8nPk" alt=""><figcaption><p>ShowViewer Screen Share dialogue</p></figcaption></figure>
4. A window will pop up, prompting you to select which screen, window, or tab you would like to share. Make a selection and select **Share**. You are now sharing your screen for every viewer.
5. To end screen sharing either disable the video feed or go back to the same gear menu and select your camera from the first drop down menu.


---

# 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://wiki.pacpost.com/public-wiki/show-viewer-interface/screen-sharing.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.
