> For the complete documentation index, see [llms.txt](https://docs.onlydust.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlydust.com/the-impossible-bench/admin-stuff.md).

# Admin stuff

#### Contract&#x20;

We will sign together a license contract with the following principles:&#x20;

* You license your repo(s) to OnlyDust for AI use only (benchmarking, training, eval, improving models). The license is exclusive, worldwide, transferable, sublicensable, and irrevocable.
* If your code stays private, you can still build and sell products with it, just not for AI benchmark or training purposes.
* You can open-source your code after 12 months&#x20;

#### Pay

* Total amount: 30,000€ per year, renewable once (2 years in total)
* Pay: 7,500€ every quarter, submitted to a committee review (make sure the code has advanced enough during the past 3 months + the quality is still up to expectations)
* 1st pay timing:&#x20;
  * If you have already started a project with an extensive code base, we can review :

    7,500€ at contract signature&#x20;
  * If you've not started and want to use this to fund an idea : &#x20;

    7,500€ 1 month after contract signature, submitted for review (quantity and quality of the work in this 1 month)&#x20;


---

# 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://docs.onlydust.com/the-impossible-bench/admin-stuff.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.
