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

# Calendar Example Remote Edition (BE)

{% 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 %}

We are ambitious, but we have systems and a solid structure in place to make sure we reach our goals. The main principle is we **explore for one week, build and test for two weeks** and **prepare for the delivery in the last week**.

![](/files/-LhcH3h1CUda2M6gww5F)

## Belgium edition

*We do not work on Fridays, weekends or holidays.*

* 1 Month: July
* 16 Days: Monday — **Thursday**
* Hours: 9AM — 5PM

Find the calendar for our latest edition here:  <https://osoc.be/practical>

### Our weeks

* [Week 1](/global/organisers/calendar/calendar-remote-edition/week-1-explore.md): Explore
* [Week 2](/global/organisers/calendar/calendar-remote-edition/week-2-build.md): Build & Test
* [Week 3](/global/organisers/calendar/calendar-remote-edition/week-3-build-more.md): Build & Test
* [Week 4](/global/organisers/calendar/calendar-remote-edition/week-4-deliver.md): Document & Deliver

## Spain edition

Visit [summerofcode.es](https://summerofcode.es) and find out more!


---

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