> For the complete documentation index, see [llms.txt](https://uca-students-on-software-mainten.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uca-students-on-software-mainten.gitbook.io/project/master.md).

# Introduction

UCA : University Côte d'Azur (french Riviera University)

This course aims to introduce Software maintenance by illustrative examples and the state of the art. In this course, teams of 3-4 students works on a Software maintenance problem. During a 7 week period, the students spent 4 hours by weeks on this course. Students will write this book, in English or French, explaining their own experiments.

Details of the approach is [there](https://mireilleblayfornarino.i3s.unice.fr/doku.php?id=teaching:reverse:2018:start)

This work draws heavily on : [2016](https://www.gitbook.com/book/delftswa/desosa2016/details) (et new ones [2018](https://legacy.gitbook.com/book/delftswa/desosa2018/details))


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://uca-students-on-software-mainten.gitbook.io/project/master.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.
