> For the complete documentation index, see [llms.txt](https://docs.vdo.ninja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vdo.ninja/steves-helper-apps/vdo-applications.md).

# VDO Applications

| Tool                                     | URL                                                |
| ---------------------------------------- | -------------------------------------------------- |
| Device Support                           | <https://vdo.ninja/supports>                       |
| Device IDs                               | <https://vdo.ninja/devices>                        |
| Web-based Media Conversion Tools         | <https://isolated.vdo.ninja/convert>               |
| Electron                                 | <https://vdo.ninja/electron>                       |
| Screen Recorder                          | <https://vdo.ninja/screenrecorder>                 |
| Game Capture                             | <https://vdo.ninja/gamecapture>                    |
| Video streaming quality test             | <https://vdo.ninja/speedtest>                      |
| Remote Monitor                           | <https://vdo.ninja/monitor>                        |
| Companion                                | <https://companion.vdo.ninja/>                     |
| MIDI Controller App                      | <https://vdo.ninja/alpha/remotemidi>               |
| API / IFRAME sandbox page for developers | <https://vdo.ninja/alpha/iframe>                   |
| WHIP publish tool                        | <https://vdo.ninja/whip>                           |
| PTZ control surface                      | <https://vdo.ninja/ptz.html>                       |
| Ninja OBS Plugin                         | <https://steveseguin.github.io/ninja-obs-plugin/>  |
| Ninja VST3 Plugin                        | <https://steveseguin.github.io/Ninja-VST3-Plugin/> |
| Meshcast v2 app                          | <https://app.meshcast.io>                          |
| Ninja Backer                             | <https://ninjabacker.com>                          |
| Ninja Chatter                            | <https://ninjachatter.com>                         |


---

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

```
GET https://docs.vdo.ninja/steves-helper-apps/vdo-applications.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.
