# Connecting to a Video Router

To connect to a video router, perform the following:

1. From the RouteEffect home, tap on the name of a video router.
2. In the screen that appears, tap `Connect`.

Once connected, the screen should show the video router landing page or redirect you to the Manage section if you have the Go to Routing on Connect [setting](/settings.md) enabled.

{% hint style="danger" %}
RouteEffect will attempt to connect for five seconds before stopping. If you are unable to connect to the video router, make sure the IP address and Port number are valid and that your RouteEffect device and the video router are on the same network.
{% endhint %}

## Auto-Connect on Launch

Toggling the Auto-Connect on Launch setting for a video router will cause RouteEffect to try to connect to that video router whenever a new window is open. Use this feature if you always want to connect to a set of video routers when the application is open.

{% hint style="warning" %}
Multitasking away from RouteEffect may cause the connection to terminate. Returning to RouteEffect will not cause it to reconnect to these video routers at the moment. Create a new window or force quit the app and relaunch to reconnect.

Future versions of RouteEffect may change this behavior.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.routeeffect.com/using-routeeffect/connecting-to-a-video-router.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
