> 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/community-home.md).

# Community Home

This working group emerged from our [Pico Community Spring Gathering 2022](/crews-and-projects/spring-gathering-2022.md), when it became clear that our community needs a Home.

There is a possibility that the Land where we currently host our events will be available for sale in the fall 2022. We're in the process of raising funds.

👉 **Here's the evolving** [**google doc**](https://docs.google.com/document/d/1Zbz3Ka5x7zVrJwBafn2mdW2oqRrdxNXoIMzwTkZiFIY/edit?usp=sharing) **with more info.**

If you'd like to help us make this dream a reality and invest / contribute financially, please [use this form](https://airtable.com/shrq3gXnx1lBggwi8) to add your name to the list of potential contributors, and/or get in touch with Michał via [twitter](https://twitter.com/michalkorzonek) or email: michalroots {at} proton.me

Thank you for Being 💜

![Group Photo](/files/jB3IS8eJ4MreCqRnN7OJ)


---

# 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/community-home.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.
