> For the complete documentation index, see [llms.txt](https://docs.finngen.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finngen.fi/working-in-the-sandbox/uniqueness-of-sandbox-in-providing-a-secure-environment-to-access-individual-level-data.md).

# What is Sandbox and what can you do there

The FinnGen Sandbox is a specially designed computational environment that provides secure and scalable access to individual-level data.

### **Interactive virtual machine - IVM**

Once you have been [granted access](broken://pages/eNdGj4vRUOiIZjFMgGUq) to use the FinnGen individual-level ("red") data, an interactive virtual machine will be created for you within your organization's Sandbox. This [interactive virtual machine](https://sandbox.finngen.fi) is often referred to as an IVM or VM and you can reach this system via your web browser (preferably Chrome). Each IVM is a unix machine with a graphical interface that is hosted in the Google Cloud.

### Which data can be found and which exported?

All FinnGen individual-level genotype and phenotype ("red") data can be found in the Sandbox. If your work requires individual-level data as input, you need to do your analyses in your Sandbox IVM.

For example, a GWAS, survival analysis, or exploring individual health trajectories must all be done in Sandbox. Only data where you have aggregated the results of five or more individuals can be exported from the Sandbox and you first request an inspection of data to be downloaded.


---

# 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.finngen.fi/working-in-the-sandbox/uniqueness-of-sandbox-in-providing-a-secure-environment-to-access-individual-level-data.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.
