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

# Teacher's Toolkit

- [Community of Practice](https://lets.play.coop/teachers-toolkit/community-of-practice.md): We host a community of practice where people who want co-op education to be more inviting and motivating share their resources and critique their teaching methods.
- [Activities & Examples](https://lets.play.coop/teachers-toolkit/activities-and-examples.md): A collection of tools and pre-made resources for experiential and critical education about cooperatives.
- [Free Digital Tools](https://lets.play.coop/teachers-toolkit/free-digital-tools.md)
- [The Capital Stack Game](https://lets.play.coop/teachers-toolkit/the-capital-stack-game.md): A 90-minute activity that helps a group understand how equity investment, lending, grants and donor management applies to social enterprise.


---

# 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://lets.play.coop/teachers-toolkit.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.
