> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/technical-background/open-state-repository/data.md).

# Data

## **Node Private Drive**

The Node Private Drive is a private staging area for your draft Nodes. It is hosted on our secure cloud infrastructure. In the staging area, you can build your research object and share with with your co-authors and collaborators privately.&#x20;

The storage capacity is on a **per-user basis**. Publishing your Node clears your personal storage space.&#x20;

<table><thead><tr><th width="184">Products</th><th>Free storage (per user)</th></tr></thead><tbody><tr><td>Nodes Capybara</td><td>100 gigabytes</td></tr><tr><td>Google drive</td><td><a href="https://one.google.com/faq/storage">15 gigabytes</a></td></tr><tr><td>Dropbox</td><td><a href="https://www.dropbox.com/basic">2 gigabytes</a></td></tr></tbody></table>

## **Open state repository storage**

Once you click "Publish" and sign the transaction, your data is mirrored to the open state repository and progressively cleared from our cloud infrastructure. By publishing your Node, you clear storage space in your private staging area.

Multiple copies keep things safe: **your data is mirrored in 5 countries across 3 continents.**&#x20;

The five copies are in an archival state in the form of [CAR files](https://ipld.io/specs/transport/car/carv2/). One additional "hot" copy is made accessible over the network at a high degree of availability, for a total of six copies. You can learn more about distributed archival storage [here](https://estuary.tech/).&#x20;

{% hint style="info" %}
**Contact us to store massive amounts of data efficiently and securely**

We are building our big data onboarding process. For datasets of >50TB, you can apply for sponsored storage via the [DeSci Foundation funding program](https://descifoundation.org/funding). We will help you onboard your data, link it to your node, and make it easily re-useable and creditable.
{% endhint %}


---

# 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.desci.com/technical-background/open-state-repository/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.
