# MRF GUIDES

- [MRI simulator room](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/mri-simulator-room.md): The MRI simulator room is a great place to train participants and acclimate them to the scanner environment.
- [Motion Trainer: Balloon Task](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/mri-simulator-room/motion-trainer-balloon-task.md)
- [Simulating scanner triggers](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/mri-simulator-room/simulating-scanner-triggers.md): Sometimes when testing stimulus code in the simulator room, it is helpful to receive regular "triggers" just as you would from the scanner every TR. We can do this with a trigger generator!
- [Stimulus display & response collection](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/stimulus-display-and-response-collection.md)
- [Eyetracking at the scanner](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/eyetracking-at-the-scanner.md)
- [Exporting data via scannershare](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/exporting-data-via-scannershare.md): External drives should no longer be plugged into the scanner console
- [EEG in the scanner](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/eeg-in-the-scanner.md): How to position the EEG equipment in the MR scanner bore for concurrent EEG-MRI
- [Exporting spectroscopy RDA files](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides/exporting-spectroscopy-rda-files.md)


---

# 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.ccv.brown.edu/bnc-user-manual/mrf-guides.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.
