# Curriculum Overview

This curriculum was developed by Manny Rodriguez and Jeff Olson of [Giant Machines](https://www.giantmachines.com/) for the [NYCDOE CS4All](http://cs4all.nyc/) high school course sequence. Additional lessons and revisions completed by Courtney Morgan and Kelly Johnston. All lessons are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license License: CC BY-NC-SA 4.0. For more info on the limitations and use of materials under this license please click [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).

We recommend this curriculum be used as an **intermediate** high school course, following student completion of [Introduction to Computational Media](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/) or a similar introductory level course to ensure students can move through the material confidently in the time suggested/provided.&#x20;


---

# 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://cs4all-icm.gitbook.io/js-the-interactive-web/readme.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.
