> 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/inviting-a-reviewer.md).

# Invite an external reviewer

<mark style="color:$primary;">**Outcome**</mark>\
You give an external reviewer (such as a journal editor) an isolated copy of your complete research environment to inspect and re-run, without exposing any of your other work.

<mark style="color:$primary;">**Before you start**</mark>

* You are a **Space Administrator** of the research project.
* Your research project contains everything the reviewer needs: Applications, source code, and data.
* You understand that this approach is not suitable for double-blind anonymous review (see *Limitations* below).

The pattern is straightforward: take a snapshot of your work, create a dedicated instance for the reviewer, distribute the snapshot into it, then invite the reviewer to that single instance only.

### Set up the reviewer Instance

{% stepper %}
{% step %}
Take a snapshot of the Instance containing your complete research environment.&#x20;

See [How-to › Common Workflows › Create a snapshot](/how-to-guides/common-workflows/snapshots/create-a-snapshot.md).
{% endstep %}

{% step %}
Create a new instance in the same space.

See [Create alternate approaches](/how-to-guides/workflows-for-researchers/create-alternate-approaches.md) above.
{% endstep %}

{% step %}
Distribute the snapshot from step 1 to the new instance.

See [How-to › Common Workflows › Distribute content](/how-to-guides/common-workflows/object-distribution.md).
{% endstep %}

{% step %}
Invite the reviewer to the new Instance as an Instance Editor.&#x20;

See [Invite collaborators](/how-to-guides/workflows-for-researchers/invite-collaborators.md) above.
{% endstep %}
{% endstepper %}

The reviewer can now access an exact copy of your environment, re-run code, and verify your results - without seeing anything else in your organisation.

### **Limitations**

* **Not suitable for anonymous reviewers**. As the Space Administrator, you create the Instance and handle invitations directly, so you will always know the identity of users in your Space.
* **Reviewers cannot invite others**. Instance Editor does not include the right to invite further users. If a journal editor needs to bring in additional reviewers, they cannot do so with this setup - they must ask you to extend the invitations.


---

# 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/inviting-a-reviewer.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.
