> For the complete documentation index, see [llms.txt](https://catalystwg.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catalystwg.gitbook.io/docs/facilitation/mini-cwg-how-to/overview.md).

# Overview

<figure><img src="/files/01Xo8KxiTCjHxMrraV6m" alt=""><figcaption></figcaption></figure>

Each Mini-Working Group will need 1 Lead and 1 Scribe. These Mini Working Groups are divided up into groups of 5.&#x20;

* The host will decide how to best split the participants up (eg go around the room numbering each person in the room “1,2,3,4,5,1,2,3,4,5 and asking participants to sit in groups according to their assigned number”)
* Sign-In to the Mini Working Group in Step 1 of the Miro.&#x20;
* Make sure to only add data to the specific space your CWG has on the Miro Board.

### Lead Responsibilities:

* Help with the flow of the working group and help lead the discussion.&#x20;
* Analyze and feel the room, choose and encourage participants to speak, and assist them with their statements and reasoning, paraphrasing and summarizing where helpful.&#x20;
* Share ideas during community sharing rounds.

### Scribe Responsibilities:

* Write down questions and comments from all participants.
* Keep notes of key ideas, key quotes, during the session on the Miro Board.


---

# 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://catalystwg.gitbook.io/docs/facilitation/mini-cwg-how-to/overview.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.
