> 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/find-help/faq/benefits-of-using-nodes.md).

# Benefits of using Nodes

### How does posting my research on Nodes benefit the scientific community?

<details>

<summary><a href="https://www.cos.io/">Open science</a>, reproducible research, and <a href="https://www.go-fair.org/">FAIR digital research objects</a> serve the scientific community...</summary>

... and the world at large by contributing to an accessible, transparent and trustworthy scientific record. The implementation of FAIR principles also has the potential for [substantial time and cost savings](https://op.europa.eu/s/xzUo), and to accelerate scientific research. Our goal is to make it easy for your community to re-use your work by providing powerful computational methods to operate with your code, data, and other resources.&#x20;

</details>

### Will my funders or employer care if I use Nodes?

<details>

<summary>Funders care about FAIR data (e.g. <a href="https://ec.europa.eu/research/participants/docs/h2020-funding-guide/cross-cutting-issues/open-access-data-management/data-management_en.htm">European Commission</a>) and open science (e.g. <a href="https://www.whitehouse.gov/wp-content/uploads/2022/08/08-2022-OSTP-Public-Access-Memo.pdf">White House OSTP Memo</a>).</summary>

While Nodes is still in early stage development,the incentives are aligned. Nodes are built to make it easy and rewarding for scientists to follow open science and FAIR mandates.

</details>

### How does posting my work on Nodes benefit me?

<details>

<summary>Nodes are your personal research archive. You and your colleagues can access your code, data, manuscripts etc., all in one place.</summary>

Nodes also help you to comply with your data management plan and funding mandates for open science (e.g. the [White House OSTP Memo](https://www.whitehouse.gov/wp-content/uploads/2022/08/08-2022-OSTP-Public-Access-Memo.pdf)). Preprint platforms took off because they created incentive alignment by accelerating the pace of citation accrual. Our hypothesis is that by enabling FAIR digital research objects combined with powerful computational methods, researchers will accrue citations sooner and at a higher rate because of ease of re-useability. Last but not least, we encourage you to use Nodes in support of journal article submissions. You can earn trust from journal editors and referees by making your data, code, and other research artifacts accessible from the beginning, helping you to publish your work in the journals that matter most to you.&#x20;

</details>


---

# 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/find-help/faq/benefits-of-using-nodes.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.
