> For the complete documentation index, see [llms.txt](https://help.osoc.be/global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.osoc.be/global/organisers/calendar/calendar-remote-edition/week-1-explore/day-1-welcome-to-the-madness.md).

# Day 1: Welcome (to the Madness 😏)

{% hint style="danger" %}
This is an example of the remote edition fo 2020. Go to the website of your specific edition if you want to figure out what's happening now!
{% endhint %}

![Get to know your team, project and other teams](/files/-MAaY9zEXPw73GbAtsba)

## **09:00 \[all teams] Introduction**

Welcome to open summer of code! The topics we'll cover:

* What is osoc?
* What is Open Knowledge Belgium?
* What’s [the code of conduct](/global/code-of-conduct.md)?
* How does [osoc work](/global/way-of-work.md)?
* Calendar overview
* Deliverables \[[tutorial](/global/tutorials/how-to-deliver-like-a-pro.md)]

## **Get to know your team & your project**

### Who’s who & what do you do?

* Icebreaker; get to know each other!
* Share your skills, talents hobbies, …
* Tell us what you can help other people with

### What are we going to do?

* Study the briefing
  * You can find the briefing in the folder of your team – which will be shared by your coach at the start of the week. Bookmark it!
* Define goal
* Compose list of questions for partner/client

## **13:00 Team & Pitch Prep**

Prepare to introduce yourselves to the other teams!

* Think of a **team name** that reflects your members and project
* Create a **crest** together \[[Find out how](/global/tutorials/how-to-create-crests.md)]
* Send over **a picture** of each team member (take a selfie with students and coaches
* **Create short pitch (to introduce the team and project, no slides needed).** You can base yourself on the project description you made. Decide who pitches.
  * Team introduction (coaches and students)
  * Client introduction
  * Pitch the project goal

## **15:30 Live stream team presentations**

Enjoy watching the other teams!


---

# 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://help.osoc.be/global/organisers/calendar/calendar-remote-edition/week-1-explore/day-1-welcome-to-the-madness.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.
