# Bridge Service

### Introduction <a href="#introduction" id="introduction"></a>

NDI Bridge Service enables you to run NDI Bridge headless as a Windows Service. It provides an API for configuring and controlling NDI Bridge in much the same way as the desktop application variant does. Additionally, NDI Bridge Service includes an optional web interface with API docu- mentation and other service configuration tools. With support for SSL, you can confidently expose NDI Bridge Service beyond your local network for remote control from anywhere in the world.

This document provides a comprehensive guide to installing, configuring, and using the NDI Bridge Service. From initial setup to advanced configuration and API use, the following sections will equip users with the knowledge needed to effectively utilize the NDI Bridge Service in their video production workflows.


---

# 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.ndi.video/all/developing-with-ndi/utilities/bridge-service.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.
