# What is LudiLabs Bench?

LabBench is the Ludi Labs platform product, where kids are playing mobile games and researchers are able to see and analyze data. \
\
Authorized researchers are allowed to access some portions of data based on their roles.

> Do not teach coding to your kids anymore.

```python
import ludilabs
apikey = "YourAPIKEYgoeshere"
conn = ludilabs.connect(apikey)

ninjario = conn.Games("ninjario")

chart = ninjario.AIQuery("give me a chart comparing average playtime for age groups")

chart.display()
```

<figure><img src="/files/kzAAr0DpteJFHPOHJ1WB" alt=""><figcaption></figcaption></figure>

{% embed url="<https://ludilabs.ai>" %}


---

# Agent Instructions: 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:

```
GET https://docs.ludilabs.ai/what-is-ludilabs-bench.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
