# Data Transfer Requirements

## Program Requirements

Once does not create student accounts, so students are not given usernames or passwords. Only instructors maintain accounts with Once. In order to initiate Once, we require this data:

### Student

* First name
* Last name
* Grade
* School name
* District-based/school-based ID

### Instructor

* First name
* Last name
* School-based email address

We prefer to receive, but do not require, district-administered BOY, MOY, EOY benchmark assessment data to analyze in conjunction with data created in Once.  All PII and student-assessment data should be transferred to Once via secure channels (Google Drive or Dropbox links that we provide).  Please do not email or text data.

## Research Requirements

If a district is participating in a research study with a third-party researcher (optional), the third-party researcher may require additional demographic information about students. That data is securely sent directly to the researchers, not to Once.<br>


---

# 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.tryonce.com/technical-requirements/data-transfer-requirements.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.
