> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/control-your-show/chapter-index-5/remote-control-from-phone-or-tablet.md).

# Control scoreboard and social graphics from a phone or tablet

<div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-9844912ade916edc1a12450d36db12385db8afde%2Fimage_4603.jpeg?alt=media" alt="Holding phone with controller"><figcaption></figcaption></figure></div>

When using Captivate, you can modify any HTML-based Data Controller input using an internet browser from a device that is connected to your network — computers, cell phones, and tablets. Any Data Controller whose setup window shows an **Open in Browser** button supports this workflow.

{% hint style="info" %}
Changes to your title’s design and attributes must still be made in-app — the remote interface only exposes the bound Data Controller’s controls, not the Designer.
{% endhint %}

## How to Load a Controller on Mobile

1. From your desktop Captivate software, add either a Scoreboard or Social Data Controller to one of your graphic layers using the Inputs dropdown.

   <div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-49e5040414ec653b16b662e9a27a7a3ab7a789a5%2Fimage_2650.png?alt=media" alt="Inputs dropdown"><figcaption></figcaption></figure></div>
2. When the controller window opens, click **Open in Browser** in the top right of the controller window.

   <div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-515181513b3d201316499d57c8f6b0d5833c00c1%2Fimage_3203.png?alt=media" alt="Open in Browser"><figcaption></figcaption></figure></div>
3. A dialog appears with a QR code and a link. Use whichever route fits the device:
   * **Scan the QR code** with a phone or tablet on the same network — the controller opens directly on that device.
   * **Click the underlined link** to open the controller in a browser on the Captivate machine.
   * **Copy to Clipboard** copies the controller’s address, ready to paste into a message to any device on your network.
   * On macOS, **Share** hands the address to the system share sheet, including AirDrop to a nearby device.

     <div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-af53fa49069b336e678f0b4980619e2052628e29%2Fimage_6547.png?alt=media" alt="Open in Browser dialog"><figcaption></figcaption></figure></div>

     <div align="left"><figure><img src="https://352477438-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFCWMxradHcVjURnrXSYX%2Fuploads%2Fgit-blob-35f488e2cb84692d76adf528f292e8323c82b6b9%2Fimage_2110.png?alt=media" alt="Phone screen"><figcaption></figcaption></figure></div>

You are now using your controller via your mobile device or tablet.

## Multi-NIC machines

If your Captivate machine has more than one network interface (for example, a wired connection plus Wi-Fi, or a VPN client), the URL generated for the controller uses one of those interfaces. If your phone or tablet is on a different network than the one the URL points to, the page does not load.

To find the correct address, run `ipconfig` on Windows or `ifconfig` on macOS and use the IP address that belongs to the network your phone or tablet is connected to.

Scanning the QR code from the **Open in Browser** dialog opens the URL directly on the mobile device, which sidesteps typing the address by hand.

## Security

The controller URL has no built-in authentication. Anyone on the same network — including VPN clients and guest networks — who knows or guesses the URL can drive the controller. Use it on a trusted network, and keep the URL private.


---

# 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://captivatehelp.newbluelive.com/control-your-show/chapter-index-5/remote-control-from-phone-or-tablet.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.
