> 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-controls/select-stream.md).

# Select Stream

Shows can have multiple **Show Publishers** and each **Show Publisher** can have their own stream. To access a stream, first [enter a **ShowViewer** portal for a show](/public-wiki/show-viewer-controls/select-show.md) and then follow the instructions below to select a stream:

1. Enter the **ShowViewer** room for the show you would like from the homepage, the **ShowViewer** room should look like this:

   <figure><img src="/files/w94Z31mZVgLZ7a13yLkp" alt=""><figcaption><p>ShowViewer portal</p></figcaption></figure>
2. Hover your mouse to the left side of the screen to reveal the **Streams** sidebar. In this show there are currently two streams, Editor\_room\_1\_NYC and Color\_room\_LA

   <figure><img src="/files/dl1eodeebuKrf4GP7F0y" alt=""><figcaption><p>ShowViewer portal with two streams available</p></figcaption></figure>
3. Click the play button of the room you would like to enter.

You should now be in the **Show Viewer** room.


---

# 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-controls/select-stream.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.
