> 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/show-viewer-sections.md).

# Show Viewer Sections

The **ShowViewer** portal is the area where teams gather to participate in Audio, Video and Chat discussions about a published stream in a show. The image below displays the **ShowViewer** show room with major sections labeled:

<figure><img src="/files/hcecT0DkSav4csseE67L" alt=""><figcaption><p>ShowViewer Show room with sections highlighted</p></figcaption></figure>

1. Streams sidebar / This stream sidebar will expand once the mouse is hovered over the left sidebar. The sidebar will list all streams that the logged in user has access to view and allows for quick switching between streams.
2. Published stream view pane / This area displays the stream that is published by the **Show Publisher.**
3. **ShowViewer** tool bar / These are a group of controls that allow for interaction and video controls related to the stream room.
4. Text Chat / This area is a text chat area that allows for non-verbal communication as well as adding attachments that everyone that is viewing the stream may access.
5. Video Conference Tray / This area displays video (if the viewer has allowed) and shows the audio mute status of each person who is in the stream room. Each person will be represented in their own video conference tile. There is also a full screen control to make that viewer full screen in the browser window.


---

# 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/show-viewer-sections.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.
