# The Distributed Instance

The Distributed instance is a special instance that exists in every [space](/features/nuvolos-basic-concepts/organisational-hierarchy.md#spaces) in the course context. It accumulates all mass distributions made to the space.

It has several properties that distinguish it from regular instances.

## Changing content

* You can push content to the Distributed instance when executing *distribute to all*. This lets you push new files to students or overwrite existing files (e.g. to correct a mistake in teaching material).

{% hint style="info" %}
You can also [recall files](/features/object-distribution.md#recalling-files) directly from the Master instance.
{% endhint %}

## Access

All editors of all instances in a space have a viewer [role](/administration/roles.md) on the Distributed instance. This means any editor can distribute content from the Distributed instance to their own instance.


---

# Agent Instructions: 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:

```
GET https://docs.nuvolos.com/features/object-distribution/the-distributed-instance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
