# MRI Data Organization \[No Longer Used]

## <mark style="color:$danger;">**NOTE: This is our old study organization method. This page is preserved for future reference but should no longer be used as a guide for data organization.**</mark>

Our MRI data is stored in a standard way across studies (for the most part). Doing this allows us to navigate through or share any study files or data easily.

Each study is structured like so:

<figure><img src="/files/SP89OoaR3UdBuCzG3pgM" alt="" width="375"><figcaption></figcaption></figure>

Study Materials are any document that supports the study's function - SOPs, recruitment materials, etc. Billing documents are what they sound like, documents involving billing of any services used in the study. Patient Data is HIPAA protected data related to each study participant. Imaging includes all raw imaging data. Analysis include any kind of analysis done on any data, including imaging data. Depending on the study, there may also be other higher order folders.

Image analysis pipeline files also have a specific structure. It looks like this:

<figure><img src="/files/GHqWUTPSi0fi8RAzCmU6" alt="" width="327"><figcaption></figcaption></figure>

01\_Protocols includes any pipeline documentation, scripts, related papers, etc. 02\_Data contains all input data (this could be raw or preprocessed data). 03\_Analysis includes all of the intermediate output files of a pipeline. 04\_Summary includes all final outputs, CSV files, plots, etc.


---

# 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://bridge-lab.gitbook.io/docs/imaging/data-organization/general-documentation/mri-data-organization-no-longer-used.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.
