2025-12-14 22:05:34 +01:00
# RoboCo Usage Guide
2026-06-22 16:02:56 +02:00
> **This guide has moved.** Operating RoboCo is now documented in the full docs site at **[docs.roboco.dev](https://docs.roboco.dev)** (source under [`docs/`](docs/)).
2025-12-14 22:05:34 +01:00
2026-06-22 15:53:00 +02:00
Jump straight to:
2025-12-14 22:05:34 +01:00
2026-06-22 15:53:00 +02:00
- **[Your first task ](docs/get-started/first-task.md )** — hand the company work and watch it run.
- **[Operating the Panel ](docs/panel/index.md )** — a page-by-page reference for the control panel.
- **[The task lifecycle ](docs/company/task-lifecycle.md )** — the states every task moves through.
- **[Cost & observability ](docs/operations/cost-and-usage.md )** — token usage, cost, and resource footprint.
- **[API reference ](docs/api/rest-api.md )** — creating and monitoring tasks over the API.
2025-12-14 22:05:34 +01:00
2026-06-22 15:53:00 +02:00
Preview the site locally with `make serve-docs` .