# Data Security

PennPRS is hosted on Amazon Web Services ([AWS](https://aws.amazon.com/)) and is developed in accordance with AWS security best practices for cloud infrastructure, data storage, and access management. AWS provides [industry-standard security protections](https://docs.aws.amazon.com/security/), including infrastructure safeguards, encryption capabilities, and compliance certifications, which support the secure operation of the platform.

PennPRS is intended for analyzing GWAS summary statistics. Users must not upload individual-level data, identifiable information, or any data that they are not authorized to use and share. To further protect user data and minimize retention, all uploaded files will be permanently deleted after 14 days.

***

To ensure that users are aware of and consent to the data security agreement, we provide an informed consent prompt which appears when a user clicks the “Upload Data” option:

<details>

<summary>“I confirm that the data I am uploading consist only of GWAS summary statistics, do not include individual-level or identifiable information, and that I have the appropriate authorization to use and upload these data. I acknowledge and accept the data security and privacy terms described above and required by the Amazon Web Services (AWS) [<a href="https://pennprs.gitbook.io/pennprs/data-security">https://pennprs.gitbook.io/pennprs/data-security</a>].”</summary>

</details>


---

# 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://pennprs.gitbook.io/pennprs/data-security.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.
