# Chapter 4: Computational Phase

## Introduction

The answer for "Is the system built right" (point 3 in [Figure 1](https://tno-data-science.gitbook.io/repro/chapter-1-overview-of-the-repro-method#introduction)), should be sought in its *-ilities*, quality demands on, e.g., maintainability, reusability, reliability, and more. These are the demands that are put on the system as a whole or pertain to particular characteristics that, in the end, relate to sustaining its value for the organization. Apart from the conceptual model that has been produced by the conceptual phase, in general one can state that it is more difficult to find documents that can be used as source for discovering the quality demands. In practice, it is more fruitful to start with a list of software qualities, e.g., [Zeist96](https://tno-data-science.gitbook.io/repro/closure/literature), and gather those that are considered relevant to the system and, subsequently, define their criteria.

{% hint style="warning" %}
Work in Progress - be patient, or ask one of the REPRO gang
{% endhint %}


---

# 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://tno-data-science.gitbook.io/repro/part-i-the-repro-method/section-3-computational-phase.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.
