> For the complete documentation index, see [llms.txt](https://pico.microsolidarity.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pico.microsolidarity.cc/crews-and-projects/winter-gathering-2020.md).

# Winter Gathering 2020 💙

Since most of us were staying in the island, we decided to have a Winter Gathering spread over a few days during the Christmas / New Year period.&#x20;

We started with brainstorming a few ideas during the announcements section of our [sharing circle](/crews-and-projects/sharing-circle.md) and agreed on the initial plan, which then evolved organically in the run up to the gathering.

### Winter Solstice

Celebration of entering the Age of the Aquarius.

### Christmas Day

Delicious food, improv theatre games, live music and "Secret Santa" with hand-made gifts.

Note: we played Secret Santa with a broader community in the island, which was a great way to bring more people in and build connections outside of the circle and spend some quality time as a community.

### Hike in Nature

Exploring one of the numerous trails in Pico.

### Full Moon Fire

Every Full Moon is a great opportunity to have a fire and play some music.

### New Years Eve Party

Dinner and a proper dance party. Here's our (very eclectic) [playlist](https://open.spotify.com/playlist/2735ANnUAVtRIvjMuRAg3g?si=-2K_sdOhTJKDe2UdPN3xwg).

### Community Meeting: Retrospective + Next Steps

Reflecting on [the circle](/crews-and-projects/sharing-circle.md) and planning our next steps as a community.


---

# 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://pico.microsolidarity.cc/crews-and-projects/winter-gathering-2020.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.
