> For the complete documentation index, see [llms.txt](https://barbarika.gitbook.io/untitled-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://barbarika.gitbook.io/untitled-1/welcome-to-the-dojo.md).

# Welcome to the Dojo

**Barbarika is building a Dojo for** builders to create robots that actually work in the real world. We provide affordable hardware, teleoperation training, and a pathway to the emerging robotics economy so you can master tomorrow's most valuable skill and contribute to breakthrough AI – starting today.

**Highlights:**

* 🕹️ **Master teleoperation** with affordable robots like the S0100 Arm ($500) using keyboards, gamepads, or VR
* 🧠 **Train cutting-edge AI** – your sessions directly advance Physical AI research
* 🤝 **Co-own what you build** – decentralized datasets mean you own your contributions
* 🛠️ **Compatible with everything** – S0100, K-Scale humanoids, LeRobot, HuggingFace ecosystem
* 🎯 **Build future skills** – teleoperation is the defining profession of the next decade
* 🏆 **Become a Sensei** – develop expertise in our growing community
* 💡 **Shape the vision** – help us build the paid opportunities as the platform grows
* 🔓 **Open source first** – extend it, build on it, make it yours

The future of robotics isn't being built in corporate labs – it's being created by passionate builders like you. We're part of the effective accelerationism (e/acc) movement, believing that rapid, open technological progress serves humanity better than cautious, centralized control.


---

# 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, and the optional `goal` query parameter:

```
GET https://barbarika.gitbook.io/untitled-1/welcome-to-the-dojo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
