# Play Anywhere Methods

- [Steal Our Model!](https://lets.play.coop/play-anywhere-methods/steal-our-model.md): Instructions for adapting an old lesson plan into a learner-directed workshop where the only materials needed are participants' mobile devices.
- [Demo: Co-op 101 Pre-Work](https://lets.play.coop/play-anywhere-methods/demo-co-op-101-pre-work.md): All participants must complete this 15-minute crash course before the workshop begins.
- [Demo: Workshop Instructions](https://lets.play.coop/play-anywhere-methods/demo-workshop-instructions.md): Welcome to the live workshop!


---

# Agent Instructions: 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:

```
GET https://lets.play.coop/play-anywhere-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
