> For the complete documentation index, see [llms.txt](https://bridge-lab.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridge-lab.gitbook.io/docs/admin/redcap/redcap-101.md).

# REDCap 101

## What is REDCap?

REDCap is a secure, web-based application designed for building and managing online databases and surveys, especially for research and clinical projects.

It allows us to:

* Collect participant data
* Store sensitive information securely
* Create surveys and forms
* Track longitudinal visits
* Export data for analysis
* Control user access and permissions

***

## REDCap Terminology

<table><thead><tr><th width="155.5">Term</th><th width="376">Meaning</th></tr></thead><tbody><tr><td>Project</td><td>The overall database or study</td></tr><tr><td>Record</td><td>One participant or entry</td></tr><tr><td>Instrument</td><td>A form or survey</td></tr><tr><td>Event</td><td>A timepoint/visit in longitudinal studies</td></tr><tr><td>Report</td><td>A filtered view of project data</td></tr></tbody></table>

***

## Exporting Reports/Data

### Exporting a Report

1. Open your REDCap project
2. Navigate to **Reports & Exports**
3. Select the report you want
4. Click **View Report**
5. Click **Export Data**
6. Choose a format (csv is the most commonly used in the lab)
   1. **Raw Data**: Original values stored in REDCap
   2. **Labels**: Human-readable response labels
7. Download the file

***

## Importing Data

REDCap supports importing records from spreadsheets or CSV files.

### Basic Import Workflow

1. Prepare a CSV file
2. Ensure column names exactly match REDCap variable names
3. Open your project
4. Navigate to **Data Import Tool**
5. Upload the CSV
6. Review validation warnings/errors
7. Confirm import


---

# 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://bridge-lab.gitbook.io/docs/admin/redcap/redcap-101.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.
