> For the complete documentation index, see [llms.txt](https://ecse437.majidbabaei.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecse437.majidbabaei.com/team/meet-the-team.md).

# Meet the Team!

{% hint style="info" %}
In this course, we can tap into incredible resources and wonderful people!&#x20;
{% endhint %}

## Dr Majid Babaei

👋 Instructor — <majid.babaei@mcgill.ca>\
Personal website: [www.majidbabaei.com](http://www.majidbabaei.com/)\
Office: 680 Sherbrooke Street West, 13th floor, room#1324\
School of Continuing Studies.

{% hint style="info" %}
Online live Sessions, over Microsoft Teams, are held on Fridays 3:30 pm (by appointment). These sessions, usually, run for 30 minutes. However, they may also run for less than that in case there are no further questions or discussions.\
Lecture slides will be posted over MyCourses. If you have questions and need clarifications about the lecture slides, then the live sessions will be the perfect location to get your questions answered and clarified.
{% endhint %}

## Sarvin Ghiasi Khalehoghli

👋 TA — <sarvin.ghiasikhalehoghli@mail.mcgill.ca>

Sarvin will be responsible for running tutorial sessions on Mondays and Wednesdays (1:35 p.m. - 2:25 p.m.) at RPHYS 118.

{% hint style="info" %}
If you run into any issues in doing your assignments in the tutorial sessions Sarvin is your best friend who is always eager to assist you.&#x20;
{% endhint %}

## Motahareh Pour Ahimi

👋 TA — <motahareh.pourahimi@mail.mcgill.ca>

Motahareh will be helping me with marking lab assignments, quizzes, and the final exam.

{% hint style="info" %}
If you have questions about your mark or want to make sure you have been treated fairly Motahareh is someone you can trust!&#x20;
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://ecse437.majidbabaei.com/team/meet-the-team.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
