> 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-1-introspection.md).

# Week 1 - Introspection

### **Session: PD Intro**

**Session objective:** Professional Development starts here. Today is the very beginning of your career journey, and it starts by thinking about your personal and professional development.

#### Exercise 1 (30 min)

**Exercise objective:** To identify goals and motivations.

Work in small groups. Introduce yourself. Identify a speaker for your group. Answer the following questions in turns:

* Why did you apply to CYF?
* What is one goal you have achieved in your life?
* What is your career goal?

The speaker presents the group's ideas to the class.

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

**Exercise objective:** To discuss specific actions and commitments.

Work in small groups. Identify a speaker for your group. Discuss why you want a job in tech and name three actions you will take as a commitment to your journey into your new career. Consider following questions:

* Will you keep up to date with job opportunities by researching roles?
* Will you build side projects to make yourself stand out?
* Will you commit to CYF?

The speaker presents the group's three specific actions to the class.


---

# 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-1-introspection.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.
