# Week 3 - Delivering tutorials

### Session: Delivering tutorials

**Session objective:** In this section we'll continue exploring how to use the technical language to communicate to different audiences.

#### Exercise (20 min)

**Exercise objective:** To explain concepts to different audiences

Work in small groups. Prepare a 3 min tutorial based on what you have learned so far to one of the four different audiences:

1. A group of 10 year olds
2. People who are new internet users
3. Your boss
4. A team of new developers

The tutorial should explain the following:

1. What are HTML forms used for?
2. How do form control labels benefit users?
3. Why are forms useful for different types of users?

#### Exercise (30 min)

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

Volunteer to present back to the class.

#### Exercise (10 min)

**Exercise objective:** To reflect on tasks and identify strengths

Reflect on what you found challenging and share one positive feedback to the wider group.


---

# 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://personal-development.codeyourfuture.io/em-modules/html-css/week-3-delivering-tutorials.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.
