> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/bnc-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/bnc-user-manual/mrf-guides.md).

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