# Utilities

The Utilities section provides developers with detailed information and guidance on developing with NDI utilities to expand the potential of NDI workflows. Here, you'll find resources for **NDI Bridge Service**, **NDI Free Audio**, and **NDI Unreal Engine**. These utilities are designed to empower developers to build, customize, and enhance NDI-enabled solutions efficiently.

**NDI Utilities** are standalone applications designed for specific purposes within NDI-based workflows or for integrating our technology into products. Unlike the NDI Tools, which feature a closed user interface, these Utilities are meant for more flexible uses and exploration. Some of them may only be operated through a command-line terminal.

{% hint style="info" %}
Click on a card to discover more about the functions and features of each Utility.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Unreal Engine SDK</strong></td><td><a href="utilities/unreal-engine-sdk">unreal-engine-sdk</a></td></tr><tr><td><strong>Free Audio</strong></td><td><a href="utilities/free-audio">free-audio</a></td></tr><tr><td><strong>Bridge Service</strong></td><td><a href="utilities/bridge-service">bridge-service</a></td></tr></tbody></table>

{% hint style="warning" %}
If you are looking for other workflow-focused **Utilities** such as NDI Analysis, find them here: [utilities](https://docs.ndi.video/all/using-ndi/utilities "mention")
{% 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.ndi.video/all/developing-with-ndi/utilities.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.
