# About

This guide was designed to be a one-stop spot for all necessary information, resources, and links teachers need during their training on and implementation of the AP CSP curriculum in NYC DOE. It was designed to be used in conjunction with the professional development provided through [CS4All](http://cs4all.nyc/); however, it can also be used as a resource for all AP CSP teachers.

This is a living document and will be developed and expanded continuously as needed. This document should exist to support you and to meet your needs as an AP CSP teacher. That being said, please feel free to contact CS4All via this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSccdarV7y-MsXGiryPKaHP-z0_5Mq3J06-yiXYapmct3WZMDg/viewform) with any feedback or suggestions.


---

# 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://opensourceed.gitbook.io/apcspmegaguide/master.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.
