> For the complete documentation index, see [llms.txt](https://docs.correlaid.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.correlaid.org/education/admin/how-to-create-a-workshop.md).

# How to: Workshops at CorrelAid

<figure><img src="/files/GvW9o1aSqTbIkK6fJH3B" alt=""><figcaption></figcaption></figure>

**Legend**:

* 💚 To Do for Volunteers & Remote Office
* :office: To Do for Remote Office Only

### 1. Planning

* [ ] 💚 Clarification of&#x20;
  * Date&#x20;
  * Speaker&#x20;
  * Title&#x20;
  * Teaser (1-2 sentences)
  * Short description (e.g. relevance, topic, and  learning objectives)
  * Picture of the speaker
* [ ] 💚 Think about how to collect feedback for your event! Is there a [kobo form](https://kobo.correlaid.org/) that you can reuse? (if you need an account, please contact <info@correlaid.org>)
* [ ] :office: Create cards in PM-tool (milestone for workshop itself as well as to do's for creating and reviewing materials)
* [ ] :office: Share Canva-Slide-template and (if necessary) Github-Repo with the speaker(s)

### 2. Publication

* [ ] 💚 [Create Pretix event](https://docs.correlaid.org/wiki/infrastructure/pretix) (if you need an account, please contact <info@correlaid.org>)
* [ ] 💚 Add event to [CorrelAid website event calendar](https://www.correlaid.org/veranstaltungen/?viewType=list) (if you need an account, please contact <info@correlaid.org>)
* [ ] :office: [Create Zoom link](https://docs.correlaid.org/wiki/infrastructure/zoom#creating-a-zoom-event)
* [ ] :office: Create an entry in public calendars (if workshop is not only targeted at the CorrelAid-Community):
  * [D64](https://kontakt.d-64.org/ticker/veranstaltungsliste-d64-ticker/)
  * [CDL Civic Data Cafe Calendar](mailto:undefined)

### 3. Advertising

* [ ] :green\_heart: Use the workflow in #pr-post-this-for-me to initiate the promotion of the event (e.g. newsletter, social media, etc.)
* [ ] :green\_heart: Post information in Slack&#x20;

### 4. During the Event &#x20;

* [ ] :green\_heart: Document participants (e.g. screenshot and asap after the workshop in Pretix)
* [ ] :green\_heart: Share feedback link with participants

### 5. Follow-up&#x20;

* [ ] :green\_heart: Send materials and feedback link to participants (either template in Education Mail or directly via Pretix)&#x20;
* [ ] :green\_heart: Forward feedback to speakers
* [ ] :office: Document number of participants and feedback in our [monitoring overview](https://docs.google.com/spreadsheets/d/17EuFJD0flqb1JKbsXo4PgCCs4JMYKiPEwwLIM8mSKhU/edit?usp=sharing)


---

# 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.correlaid.org/education/admin/how-to-create-a-workshop.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.
