# Introduction

In the first chapter of the report, the project will be introduced. This introduction is essential for the comprehension of the scope of the work that is going to be developed. Several parts shape this chapter:<br>

* Purpose: the reason why this project took place under the academic context.
* Context: the previous work that has been developed by the Engineering Systems department at the Technical University of Denmark.
* Research Approach: the overall approach that was taken for researching the project.
* Report Structure: How the report is structured and how the results are presented.


---

# 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://thesis.duarteocarmo.com/introduction.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.
