# Labs

- [Lab1 - Planning](https://ecse437.majidbabaei.com/labs/lab1-planning.md): Expect the best, plan for the worst, and prepare to be surprised! -Denis Waitley
- [Lab2 - Git](https://ecse437.majidbabaei.com/labs/lab2-git.md): Don't expect your life to be as perfect as the main branch of your git project!
- [Lab3 - LCL](https://ecse437.majidbabaei.com/labs/lab3-lcl.md): The Linux philosophy is 'Laugh in the face of danger'. Oops. Wrong One. 'Do it yourself'. Yes, that's it. --Linus Torvalds
- [Lab4 - Docker](https://ecse437.majidbabaei.com/labs/lab4-docker.md): I cannot be contained because I am the container! --Jim Carrey
- [Lab5 - Pipeline](https://ecse437.majidbabaei.com/labs/lab5-pipeline.md): Let's rewrite our development process using a pipeline!


---

# 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/labs.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.
