> For the complete documentation index, see [llms.txt](https://play.equal.care/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://play.equal.care/circle-journey.md).

# Circle Journey

- [Phase 1: founding a circle](https://play.equal.care/circle-journey/phase-1-founding-a-circle.md)
- [Founding the circle: structure](https://play.equal.care/circle-journey/phase-1-founding-a-circle/founding-the-circle-structure.md): How a new Circle connects to the wider co-operative
- [Founder finding](https://play.equal.care/circle-journey/phase-1-founding-a-circle/founder-finding.md): The first step in founding a Circle: find the others. (Rough timescale: 2-4 weeks)
- [The Circle begins](https://play.equal.care/circle-journey/phase-1-founding-a-circle/the-circle-begins.md): Approximately 4 weeks.
- [The Circle's vision](https://play.equal.care/circle-journey/phase-1-founding-a-circle/the-circles-vision.md): Co-creating a unique, community-led vision for care and support (Approx. 4 weeks)
- [The Circle acts](https://play.equal.care/circle-journey/phase-1-founding-a-circle/the-circle-acts.md): Turning vision into action (Approx. 4 weeks)
- [Risk and trust](https://play.equal.care/circle-journey/phase-1-founding-a-circle/risk-and-trust.md): 1 is the lowest level of trust and 5 is the highest.
- [Phase 2: community momentum](https://play.equal.care/circle-journey/phase-2-community-momentum.md): Building wider community leadership and ownership
- [Workshops and meetups](https://play.equal.care/circle-journey/phase-2-community-momentum/workshops-and-meetups.md): Building trust, shifting power, and making space for change
- [Archiving](https://play.equal.care/circle-journey/phase-2-community-momentum/archiving.md): Capturing the story of the Circle as it grows
- [Risk and trust](https://play.equal.care/circle-journey/phase-2-community-momentum/risk-and-trust.md): 1 is the lowest level of trust and 5 is the highest.


---

# 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://play.equal.care/circle-journey.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.
