# Curriculum Extras Overview

This section contains optional lessons and mini-projects that can be implemented in the curriculum at the discretion of the teacher. Each optional lesson has a suggested placement, but can truly be inserted anywhere thereafter as a means to make projects that are more interesting, or to fill some time before an awkwardly placed break (or similar).

None of these lessons are 'required' to progress in the curriculum, and equally none are planned for within the general lesson sequence. However, they can be easily inserted as you see fit.


---

# 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-intro-to-computational-media-2.0/curriculum-extras/curriculum-extras-overview.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.
