> For the complete documentation index, see [llms.txt](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras.md).

# Curriculum Extras

- [Curriculum Extras Overview](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/curriculum-extras-overview.md): Extra and optional lessons for the Introduction to Computational Media Curriculum
- [Imposter Syndrome (pt. 1)](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/imposter-syndrome-pt.-1.md): What is Imposter Syndrome, and how can I combat it?
- [Imposter Syndrome (pt. 2)](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/imposter-syndrome-pt.-1/imposter-syndrome-pt.-2.md): How can we design applications to combat imposter syndrome?
- [Timers in p5.js](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/timers-in-p5.js.md): How can I create simple timers using p5.js functionality?
- [Time Functions: Crazy Clock Mini Project](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/time-functions-crazy-clock-mini-project.md): How can I get data from functions that track time?
- [Using Sliders](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/using-sliders.md): How can I use sliders to control elements of my program?
- [Pathfinding Algorithms && Facial Scanning](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/pathfinding-algorithms-and-and-facial-scanning.md): How does code relate to real-life scenarios and social implications of computing?
- [Playing with Pixels](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/playing-with-pixels.md): How can I utilize the pixel values on a canvas to create interactive work?
- [Getting Sound from Mic](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/getting-sound-from-mic.md): How can user generated sound control program elements?
- [Sound Recognition with ml5](https://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras/sound-recognition-with-ml5.md): How can I use machine learning to recognize sound?


---

# 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://cs4all-icm.gitbook.io/js-intro-to-computational-media-2.0/curriculum-extras.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.
