> For the complete documentation index, see [llms.txt](https://docs.roombelt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roombelt.com/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt.md).

# How to configure devices to run Roombelt

To make getting started more accessible, we have prepared detailed instructions on setting up Roombelt on the most popular devices. Choose your device from the list below.

{% hint style="info" %}
Roombelt works on all devices with an internet browser. If your device is not on the list below, it's usually enough to set <https://app.roombelt.com/device> as the home page in the browser.
{% endhint %}

{% content-ref url="/pages/7uVBunzfoMZBOFd1pAaV" %}
[How to configure iOS tablet to run Roombelt](/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt/how-to-configure-ios-tablet-to-run-roombelt.md)
{% endcontent-ref %}

{% content-ref url="/pages/E738LhnhjOnIawljXbSl" %}
[How to configure Android tablet to run Roombelt](/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt/how-to-configure-android-tablet-to-run-roombelt.md)
{% endcontent-ref %}

{% content-ref url="/pages/8uS0XHDFwdbVTDcEQ7CC" %}
[How to configure Philips digital signage devices to run Roombelt](/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt/how-to-configure-philips-digital-signage-devices-to-run-roombelt.md)
{% endcontent-ref %}

{% content-ref url="/pages/tYipNaCh6s7Sn9G62lNY" %}
[How to configure Qbic TD-1060 to run  Roombelt](/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt/how-to-configure-qbic-td-1060-to-run-roombelt.md)
{% endcontent-ref %}


---

# 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.roombelt.com/tutorials-and-troubleshooting/how-to-configure-devices-to-run-roombelt.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.
