# Project Lifecycle

A typical project lifecycle will go as follows:

## 1. Scan Data Acquisition

See [Raw Data](/docs/imaging/data-organization/general-documentation/data-first-steps.md).

## 2. File Organization

See [MRI Data Organization](/docs/imaging/data-organization/general-documentation/bids-data-organization.md).

## 3. Raw Data QC

See [Raw Data QC](https://app.gitbook.com/o/poGrtA8Dj3iPp5zmZKdK/s/iDgWwNd2W0ZWe2XnzLuq/~/changes/130/image-qc/raw-data-qc) for details.

## 4. Sorting and Converting

See [Raw Data](/docs/imaging/data-organization/general-documentation/data-first-steps.md).

## 5. Preprocessing

See [Preprocessing](/docs/imaging/image-analysis/preprocessing.md).

## 6. Downstream Analysis

This depends entirely on the goals of the PI. See [Native Space Analysis](broken://pages/SaKx0kVXrzyGt4htLMzK), [Registration](/docs/imaging/image-analysis/registration.md), and other downstream analysis tools and pipeline pages.

## 7. Archiving

See [Archiving](https://app.gitbook.com/o/poGrtA8Dj3iPp5zmZKdK/s/iDgWwNd2W0ZWe2XnzLuq/~/changes/125/image-analysis/archiving).


---

# 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/project-lifecycle.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.
