> For the complete documentation index, see [llms.txt](https://fdilab.gitbook.io/open-data-commons/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fdilab.gitbook.io/open-data-commons/tutorials/demo-lab.md).

# Demo Lab

{% hint style="warning" %}
To follow the content on this page, you need to register for an ODC-SCI account. If you have not done so, [get started here](broken://pages/82jqWRM68KB1s3BzaMOJ)
{% endhint %}

The ODC is organized by virtual laboratory spaces. We have created a laboratory space for anyone that wants to try the ODC functionalities. Visit the *ODC demonstration lab* at the [ODC-SCI demo lab](https://odc-sci.org/lab/admin?labid=163) or the [ODC-TBI demo lab](https://odc-tbi.org/lab/admin?labid=164). You can request to join the demonstration lab once you register for an account with the ODC and play!

{% hint style="info" %}
Check how to [join a lab](broken://pages/82jqWRM68KB1s3BzaMOJ#join-a-lab)

Know more about how the ODC organizes its data spaces [here](broken://pages/RQsVCIqGcQKWMdMPAoRQ)
{% endhint %}

### A demo dataset

You can use this pre-clinical demo dataset and data dictionary to try and play with the ODC functionalities in the demonstration lab.

{% hint style="warning" %}
Please note that for clinical datasets these templates can be customized, as most of the pre-clinical required variables will not apply. Please visit the public dataset page ([ODC-SCI](https://odc-sci.org/data/public) or [ODC-TBI](https://odc-tbi.org/data/public)) to explore examples of clinical datasets. You will need to log in to your ODC account to download them.
{% endhint %}

#### ODC-TBI demo dataset

{% file src="/files/OwYFk4wwNl6Yrym0AEiW" %}
ODC-TBI demo dataset
{% endfile %}

{% file src="/files/qWkET03gnhrhe5cb1RnY" %}
ODC-TBI demo data dictionary
{% endfile %}

#### ODC-SCI demo dataset

{% file src="/files/sq0nf8tyjD2nr4taumMF" %}
Demo dataset
{% endfile %}

{% file src="/files/qQKbkJonOfx1paIhtfjZ" %}
Demo data dictionary
{% endfile %}

### For advanced users

The demo dataset is great to get started, but your data is probably more complex. Below we direct you to public datasets that are a great example of how to get your data ready for sharing! You will need to log in to your account to download them.

* Chou A., Krukowski K., Morganti J. M., Riparip L. K., Rosi S. (2022) Peripheral monocyte and resident microglia number and cytokine expression at subchronic timepoints after controlled cortical impact TBI in adult and aged mice. [ODC-TBI:376 http://doi.org/10.34945/F5T595](https://odc-tbi.org/data/376)
* Vonder Haar C., Martens K. M., Frankot M. A. (2022) Combined dataset of Rodent Gambling Task in rats after brain injury. [ODC-TBI:703 http://doi.org/10.34945/F5Q597](https://odc-tbi.org/data/703)
* Mifflin K. A., Brennan F. H., Guan Z., Kigerl K. A., Filous A. R., Mo X., Schwab J. M., Popovich P. G. (2022) Lung immunity after complete thoracic spinal cord transection in female mice. [ODC-SCI:735 http://doi.org/10.34945/F52G69](https://odc-sci.org/data/735)


---

# 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://fdilab.gitbook.io/open-data-commons/tutorials/demo-lab.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.
