> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/how-to-guides/workflows-for-researchers.md).

# Workflows for Researchers

These guides answer the question *"how do I do X?"* for researchers who already have working familiarity with Nuvolos. If you are new to the platform, start with the [Researcher tutorials](/tutorials/tutorials-for-researchers.md) first - they take you from creating your first project to a reproducible, reviewer-ready result.

The guides are organised by where you are in your research lifecycle:

* **Project setup** - create or join a project, add files and code, structure your project, create alternate instances for experimentation.
* **Collaborate and review** - invite collaborators with the right roles, invite an external reviewer.
* **Run analyses and applications** - create, start, and stop applications.
* **Work with data** - set up a dataset, import data, query and write back tabular data from applications.
* **Scale and automate** - use GPUs, scale to HPC, automate with the CLI or Python API.
* **Preserve and share results** - export your project, snapshot and distribute results.

Each page assumes you can navigate Nuvolos's Dashboard, sidebar, and breadcrumbs. If anything in the interface is unfamiliar, see [Getting Started › Find your way around](/getting-started/find-your-way-around.md).

### Where to go next

* For end-to-end walk-throughs of common researcher workflows (first project, reproducible result, reproducing a colleague's work), see [Researcher tutorials](/tutorials/tutorials-for-researchers.md).
* For procedures every role shares (invitations, applications, snapshots, distribution), see [How-to › Common Workflows](/how-to-guides/common-workflows.md).
* For the technical reference on applications, storage, data storage, and configuration, see [Reference](/reference/applications.md).
* For the conceptual model behind instances, snapshots, distribution, and the data storage architecture, see [Concepts](/concepts/nuvolos-basic-concepts.md).


---

# 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.nuvolos.com/how-to-guides/workflows-for-researchers.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.
