> ## Documentation Index
> Fetch the complete documentation index at: https://docs.droyd.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Research released ORO source

> Study ORO source code that the competition has explicitly made available.

ORO can release source after a published condition, such as race completion.
Find an eligible submission through the ORO race and leaderboard views, then
download only material marked available:

```bash theme={null}
droyd leaderboard --competition oro --source-available-only --json
droyd submissions --competition oro --submission <submission-id> --json
```

Use released source to identify general patterns, build a baseline, or form a
new hypothesis. Attribute the source in your notes and test changes with your
own public evaluation evidence.

Released source never grants access to hidden datasets, private traces, or
unreleased submissions. Respect the release timing and license terms shown by
ORO.
