> For the complete documentation index, see [llms.txt](https://personal-development.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://personal-development.codeyourfuture.io/em-modules/pd-session-4/week-3-presentations.md).

# Week 3 - Presentations

### **Session: Presentations**

**Session objective:** You have now developed several products. It’s time to deliver like a professional.

As a developer, you will

* develop an MVP
* test your product
* be transparent about the challenges you have faced
* discuss the next iteration of your product

Developers are always iterating their products, which is why you might experience software updates on your devices at home. Each iteration is shared in public. It’s time to showcase your work.

#### Exercise 1 **(20 min)**

**Exercise objective:** To prepare presentations

Once you have shipped your website you will deliver a 3-min presentation. You do not need to make slides, but you must show your product.

Your presentation you must cover the following

* The CYF Blocks project you developed
* Why you chose it
* What your goals were
* What your challenges were
* What you learned
* What you would do differently if you had another opportunity

#### **Exercise 2 (30 min)**

**Exercise objective:** To practice public speaking skills

Work in small groups. Each trainee has up to 5 min to present a summary of their product their group.


---

# 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:

```
GET https://personal-development.codeyourfuture.io/em-modules/pd-session-4/week-3-presentations.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.
