> 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/pico-projects-map.md).

# Pico Projects Map 🗺

{% hint style="info" %}
The project map is going through a major redesign atm.&#x20;
{% endhint %}

{% embed url="<https://miro.com/app/board/o9J_lVztsPc=/>" %}

I thought I'll play around with a Miro board to keep evolving the map. I'll take an occasional screenshot and save it below to document the process.

### 17 May 2021

![Added projects](/files/-M_wMx_gch7Gwejzr6rQ)

### **4 Feb 2021**

![We're moving the congregation map to the digital realm, because it's getting too complex :)](/files/-MSiCLOHCJ2wUSdt7wAO)

### **30 Nov 2020**

![The congregation is growing!](/files/-MNTFGmmv9Ya_JAphpAn)

### **14 Aug 2020**

![](/files/-MEi9yBMgrLHTW3z2qyO)

And here's the same map with a few projects that are not yet happening, but there's a strong desire to make them happen:

![Future projects (in brackets)](/files/-MExOBuO3UZbDNUp1cBJ)


---

# 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/pico-projects-map.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.
