# How to start

The tool implementing the MTM-UAS methodology consists of three components:

* an **excel input file**, to be filled with the input data according to the specific instructions provided;&#x20;
* a **python script** processing the inputs and classifying the activities according to the the methodology;&#x20;
* a **python script** processing input data to estimate the processing times according to the MTM-UAS methodology;&#x20;

![](/files/-Me4jHZWoSqbIp1AqEYD)

**Figure 1**: General architecture of the MTM-UAS tool


---

# 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://virtualfactory.gitbook.io/vlft/tools/mtm/how-to-start.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.
