> For the complete documentation index, see [llms.txt](https://rocketry.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketry.gitbook.io/public/tutorials/outreach-activities/coding-workshop.md).

# Coding Workshop

We developed a coding workshop for Rainstorm Summer 2020 to teach high-schoolers about algorithms in a 25 minute session through zoom. This activity is designed for students with no previous experience with programming.

There are 3 variations to this activity: elementary school level for Scientific Adventures for Girls, high school level (25 minutes) for Rainstorm, and high school level (55 minutes) for Splash @ Berkeley.&#x20;

Original agenda:&#x20;

{% file src="/files/-MHTp7KetSGdGLbogKwm" %}
Algorithms Agenda
{% endfile %}

Python file:

{% file src="/files/-MHTolcezQFXO0ISfmFl" %}
Codesters Maze Game
{% endfile %}

Original slide deck:&#x20;

{% file src="/files/-MHTpaf-dnWA0I22aIxp" %}
Algorithms Slide Deck
{% endfile %}


---

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

```
GET https://rocketry.gitbook.io/public/tutorials/outreach-activities/coding-workshop.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.
