> For the complete documentation index, see [llms.txt](https://docs.neuroinfodb.org/nidb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neuroinfodb.org/nidb/tutorials.md).

# Tutorials

- [Working with Imaging Data](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data.md)
- [Exporting BIDS format](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data/exporting-bids-format.md)
- [Uploading data for a sample project](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data/uploading-data-for-a-sample-project.md): How to upload data into a sample project
- [Troubleshooting Missing Imaging Data](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data/troubleshooting-missing-imaging-data.md): It's not supposed to happen... but it can. Here's how to fix it.
- [Import DICOM data](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data/import-dicom-data.md): Tutorial on how to import DICOM data into NiDB
- [MR scan quality control](https://docs.neuroinfodb.org/nidb/tutorials/working-with-imaging-data/mr-scan-quality-control.md): MR scans quality parameters
- [Manipulating Subjects, Studies, & Series](https://docs.neuroinfodb.org/nidb/tutorials/manipulating-subjects-studies-and-series.md): Various tutorials on how to fix data
- [Working with subject IDs](https://docs.neuroinfodb.org/nidb/tutorials/manipulating-subjects-studies-and-series/working-with-subject-ids.md): This tutorial describes how to find subjects by ID, and how to map multiple IDs.
- [Renaming series](https://docs.neuroinfodb.org/nidb/tutorials/manipulating-subjects-studies-and-series/renaming-series.md)
- [Pipelines](https://docs.neuroinfodb.org/nidb/tutorials/pipelines.md): Various pipeline tutorials
- [Working with Redcap](https://docs.neuroinfodb.org/nidb/tutorials/working-with-redcap.md): Tutorials regarding Redcap
- [Importing Data from a Redcap Project](https://docs.neuroinfodb.org/nidb/tutorials/working-with-redcap/importing-data-from-a-redcap-project.md): Tutorial on how to import data form a Redcap project to a NiDB project
- [Importing Subjects from Redcap](https://docs.neuroinfodb.org/nidb/tutorials/working-with-redcap/importing-subjects-from-redcap.md): Tutorial on how to import subjects form Redcap
- [Reports based on data imported from Redcap](https://docs.neuroinfodb.org/nidb/tutorials/working-with-redcap/reports-based-on-data-imported-from-redcap.md): Tutorial on how to create a report using Redcap data
- [Analysis Builder](https://docs.neuroinfodb.org/nidb/tutorials/analysis-builder.md): Tutorial on how to create reports using Analysis Builder
- [Administration of Users, Projects, & System](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system.md)
- [User Permissions](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/user-permissions.md)
- [Creating new projects](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/creating-new-projects.md)
- [Adding Users to Projects](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/adding-users-to-projects.md)
- [Editing the config file](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/editing-the-config-file.md)
- [Deleting all the data](https://docs.neuroinfodb.org/nidb/tutorials/administration-of-users-projects-and-system/deleting-all-the-data.md): This tutorial describes how to completely erase all data from an NiDB installation


---

# 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.neuroinfodb.org/nidb/tutorials.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.
