# Oden Docs

Learn about and set up the Oden teleoperation system.

Last validated: 2026-05-25

Oden is the Voysys software stack for low-latency remote operation of vehicles and machines.

Oden has multiple components: the vehicle-side Oden Streamer, the operator-side OdenVR (Player), and the cloud fleet management system Bifrost.

[What is Oden?](start/understand-oden.md)

Get a brief introduction to Oden

[Get Started](start/index.md)

Install Oden and follow the quickstart to get started.

[Stream Video and Audio](configure/index.md)

Explore how to setup cameras, configure video and audio streaming.

[Control a Vehicle](integrate/index.md)

Learn how to control a vehicle using the available APIs.

[Network Configuration](operate/network-configuration.md)

Network link configuration.

[Plugin API](integrate/plugin-api.md)

Native plugins, C/C++/Rust SDK docs, and plugin messaging.

[Supervise Many Vehicles](operate/index.md)

Fleet supervision, multiple vehicles, monitoring, diagnostics, and troubleshooting.

[Technical Reference](reference/index.md)

Field-by-field reference for entities, settings, and subsystems.

[Software Downloads](releases/downloads.md)

Installers and release notes.

## Using these docs with LLM agents

To make this site easier to feed to ChatGPT, Claude, Cursor, or any other LLM agent, every page is published in machine-readable form alongside the HTML:

-   [`llms.txt`](https://docs.voysys.dev/llms.txt) — a structured table of contents with direct links to every page in Markdown.
    
-   [`llms-full.txt`](https://docs.voysys.dev/llms-full.txt) — the entire documentation concatenated into a single Markdown document, ready for one-shot ingestion.
    
-   Any individual page is also available as Markdown: replace `.html` with `.md` in the URL (for example, [`/start/quickstart.md`](https://docs.voysys.dev/start/quickstart.md)).
    

Point your agent at `llms.txt` first so it can fetch only the pages it needs, or hand it `llms-full.txt` when you want the whole context in one go.
