> 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/playbook/online-agenda.md).

# Online Agenda

## Pre-workshop:

**Resource allocation/set-up:**

* 30 minutes before the workshop starts

## Work Shop Overview

1. Welcome - Time: 5  min
2. Ground rules & Expectations - Time: 5  min
3. Workshop Overview - Time: 10 min
4. Intro to Catalyst: 10 min
5. Networking/Break - Time: 10 min
6. Task Explanation - Time: 5 min
7. Mini Working Groups Session #1 - Time: 1 hour
   * 25 min Task #1
   * 5 min Overview Task #2
   * 25 min Task #2
   * 5 min Wrap-Up
8. Break-Energizer and Group Spirit - Time: 10 mins
9. Mini Working Groups Session #2 - Time: 40 min 1 hour
   * 25 min Task #1
   * 5 min Overview Task #2
   * 25 min Task #2
   * 5 min Wrap-Up
10. Community Group Sharing - Time: 30 min
11. Closing Thoughts - Time: 20 min
12. Feedback - Time: 10min

**Total Length: 3 hours 55 minutes**

**The Outline Document has a breakdown of all Agenda Task Items:**

{% content-ref url="/spaces/8QCzJ0K29Fws6KCpPUpz/pages/6OwkpFwoy7afTCVfJkNu" %}
[Online Agenda](/docs/outline/running-the-workshop/online-agenda.md)
{% endcontent-ref %}


---

# 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/playbook/online-agenda.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.
