# Welcome to ECSE 437 (Fall 2023)!

{% hint style="danger" %}
**Important Notice: Outdated Course Material**

\
Please be aware that the course materials you are accessing were designed for students who took this course in Fall 2023 with [Prof. Majid Babaei ](https://www.mcgill.ca/continuingstudies/majid-babaei)at McGill University.&#x20;

If you have any questions or concerns about the relevance of the material, please don't hesitate to reach out to your current instructor or the course coordinator.
{% endhint %}

{% hint style="info" %}
**About this page:** This page is designed as supplementary material to ECSE 437: Software Delivery offered by McGill University in Fall 2023. Get access to the official content in myCources at [ECSE-437-001](https://mycourses2.mcgill.ca/d2l/home/659807).
{% endhint %}

{% hint style="success" %}
To keep you updated about the most recent changes in this course,  a [news](https://ecse437.majidbabaei.com/news) section has just been added!&#x20;
{% endhint %}

Before jumping to the more serious stuff about the course let me bring your attention to some important points:

<details>

<summary>How to use it?</summary>

This space is designed to be read linearly, so start with the Team Section and work down from there! Some sections such as **Lecture Notes** are still in progress and will not be used as resources in any exams.

</details>

<details>

<summary>Contributing</summary>

If you want to contribute changes, start a new change request and submit it for review. We use the [fork and pull](https://help.github.com/articles/using-pull-requests/#fork--pull) model to manage changes. More information about [forking a repository](https://help.github.com/articles/fork-a-repo/) and [making a Pull Request](https://help.github.com/articles/using-pull-requests/).\
\&#xNAN;***If your pull request is accepted you will be awarded with 1 to 5 bunes points!** (typos are not included!)*

</details>


---

# 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://ecse437.majidbabaei.com/readme.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.
