> 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/about-us/vision-mission-and-focus.md).

# Vision and Mission

## Our Vision

The Faculty of Engineering's vision at McGill University is to prepare globally-minded leaders who are equipped to solve the problems that matter.&#x20;

We aim to deliver the highest quality of engineering education through teaching and research excellence, a state-of-the-art educational environment, and innovative programs.&#x20;

## Objectives and strategies

* Instil life-long learning abilities and prepare professionally competent and broadly educated students capable of addressing the demands of the twenty-first century.
* Conduct high-caliber basic and applied research in engineering, applied science, and related fields.
* Promote a vibrant and fulfilling student-centered experience and foster student success by providing necessary support.
* Utilize advanced and innovative teaching and learning methods and tools, including advanced information, computing, and communication technologies, to facilitate successful learning within a technology-enriched learning environment.
* Foster a collegial, respectful, and productive environment for students and create a sense of spirit and loyalty.
* Engage in value-added activities that serve and address the needs of industry and engineering professions, and advance and improve the economic, environmental, and social welfare of the region, province, and country.

\ <br>


---

# 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/about-us/vision-mission-and-focus.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.
