> For the complete documentation index, see [llms.txt](https://results.agilexr.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://results.agilexr.eu/1-guide-agile-teamwork-in-web-based-learning/chapter-3-agile-practices-for-project-based-learning/3.3-collaborative-learning-and-projects.md).

# 3.3 Collaborative Learning and Projects

Collaboration is a central theme in Agile learning practices. Collaborative learning and projects promote teamwork, creativity, and adaptability. This approach involves team formation, where students are grouped into teams that work together to complete tasks and projects.

Project-based learning (PBL) is common in Agile education, requiring students to engage in real-world projects that demand research, problem-solving, and creative solutions.

According to the Project Management Institute (PMI), a [typical project management process](https://www.smartsheet.com/blog/demystifying-5-phases-project-management#:~:text=Developed%20by%20the%20Project%20Management,%2Fmonitoring%2C%20and%20project%20close) includes the following phases :

1. <mark style="color:green;">Initiation</mark>
2. <mark style="color:green;">Planning</mark>
3. <mark style="color:green;">Execution</mark>
4. <mark style="color:green;">Performance/monitoring</mark>
5. <mark style="color:green;">Project close</mark>

Depending on the project complexity each phase may contain sub-phases.

<figure><img src="/files/luOEHcgzOqMQY6rfX4pl" alt=""><figcaption><p>Project management process</p></figcaption></figure>

<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://results.agilexr.eu/1-guide-agile-teamwork-in-web-based-learning/chapter-3-agile-practices-for-project-based-learning/3.3-collaborative-learning-and-projects.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.
