> For the complete documentation index, see [llms.txt](https://docs.p2pu.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.p2pu.org/readme.md).

# P2PU Knowledge Base

**Learning circles** are free, lightly-facilitated study groups that meet regularly to learn from open educational resources.&#x20;

Rooted in values of community, peer learning, equity, and open access, a learning circle typically has the following components:&#x20;

* **a facilitator** (responsible for organizing the learning circle, not teaching: the group should work together to understand the material; see [**Facilitating Peer Learning**](/facilitation/facilitation-basics.md))
* **a group of learners** (ideally 4–12 for an engaging group dynamic; see [**Finding Participants**](/facilitation/finding-participants.md))
* **a regular meeting space** (in-person or online; see [**Setting Up Meeting Spaces**](/facilitation/set-up-your-space.md))
* **recurring meetings** (90 minutes/week for 6–8 weeks is a sweet spot for building a productive group culture without being alienating due to the time commitment; see [**Meeting Structure**](/methodology/learning-circle-structure.md))
* **dedicated learning materials** (often an online course; see [**Choosing a Course**](/courses/choosing-courses.md))&#x20;

Interested in starting your own learning circle? Read on!

{% content-ref url="/pages/-MOlowN4glId-xhjSUy3" %}
[Learning Circle Checklist](/methodology/learning-circle-checklist.md)
{% endcontent-ref %}

##

This knowledge base is maintained by [Peer 2 Peer University](https://www.p2pu.org/en/) (aka P2PU), a non-profit organization dedicated to creating and sustaining learning circle communities in public spaces around the world. [Learn more about us.](https://www.p2pu.org/en/about/)

All materials in this guide are licensed for reuse under a Creative Commons [BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode) license. You are free to download (click "Export as PDF" at the top right of any page), distribute, remix, and re-host these contents.


---

# 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://docs.p2pu.org/readme.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.
