> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/recommended-hardware/fire-tv-stick.md).

# Fire TV Stick

<figure><img src="/files/kNniukeFNgiU48nCA4ea" alt="" width="188"><figcaption></figcaption></figure>

Setup Instructions

1. As per normal device instructions:
   * &#x20;Unpackage device and connect to TV via HDMI
   * (Optional but recommended) Connect to device via the app.
   * Connect to Wi-Fi
   * Disable Screensaver: Settings > Display > Screensaver > Never
2. In App Store, download 'Silk Browser' aka 'Internet' app.
3. Navigate to '<https://eu-west-2-2.busroot.com/auth/login/accesscode>'
4. Input the access code provided to you by the OI team.
5. Use the Busroot menu to access the dashboard you wish to display.

Troubleshooting

* If entire dashboard won't fit, ensure TV display settings are set to fit screen.
* To allow more precise alignment of the dashboard, set Cursor and Scrolling Speed to slow.  Settings > Applications > Silk Browser > Cursor Speed
* Use 'Menu' button on remote to show/hide address bar.


---

# 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.output.industries/technical-onboarding/recommended-hardware/fire-tv-stick.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.
