# Distributed

A distributed system is a whole defined by the changing relationship of its parts, which does partitioning by indexing, and does not have to choose between consistency and a fork. In other words it is partition resistant. The economic space protocol is a distributed system: all agents have the same formal capacities; anybody can join the network; there is one grammar in the network that every [Agent](/agent.md) can speak, but no central authority: not even a virtual one.


---

# 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://glossary.ecsa.io/distributed.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.
