# Luxonis Chat

[Luxonis Chat](https://chat.luxonis.com) is an AI assistant that answers your OAK, DepthAI, and hardware questions using the
Luxonis documentation as its knowledge base. Ask it in plain language instead of searching the docs page by page.

[Open Luxonis Chat](https://chat.luxonis.com)## What it's good for

 * "Which OAK camera should I use for outdoor depth at 10 m?" — hardware selection and specs.
 * "How do I run an app in standalone mode?" — pointers to the right guide and commands.
 * "Why is my DepthAI pipeline dropping frames?" — first-pass debugging suggestions.
 * "Show me how to convert a model for RVC4." — walk-throughs grounded in the current docs.

Because it draws on the live documentation, answers stay in sync with the docs you'd otherwise read by hand.

## Chat vs. Agent Skills

Luxonis Chat and [Agent Skills](https://docs.luxonis.com/software-v3/agent-tools/agent-skills.md) solve different problems:

|  | Luxonis Chat | Agent Skills |
| --- | --- | --- |
| Where it runs | A browser chat window | Inside your coding agent (Claude Code, Cursor, Codex, …) |
| Best for | Questions, explanations, pointers | Doing the work: device setup, scaffolding, building an app |
| Touches your machine? | No | Yes — runs commands, writes files, connects to your device |

Use Chat to understand and decide; use Skills to build.
