> For the complete documentation index, see [llms.txt](https://www.pythonclassroom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/map-activity.md).

# Map Activity

Study the map below carefully.  Later you will be asked several questions about these locations.

## Map Study Sheet

![](/files/-LkcOg6ao7b6jJNr5o1K)

{% file src="/files/-Lkd4y010AlLMwWD2lcw" %}

{% embed url="<https://docs.google.com/drawings/d/1x-g9XaxlbzFAsL2PX0CPVLsqiBs0HQ4U_1qnpAMFwm8/edit?usp=sharing>" %}

## Word Study Sheet

Study the sentences below carefully.  They will tell you where six children live and where their school is.  Later you will be asked several questions about these locations.

> Sandy lives three blocks north of the school and one block west of Peter.  Peter lives one block north and two blocks west of Sophia.  Sophia lives two blocks north of Alex and one block west of Dom.  Alex lives three blocks west of the school and two blocks north of Sam.

{% file src="/files/-LkcOPq17x-OkJpsNRBh" %}

{% embed url="<https://docs.google.com/document/d/1zkihSsm1F4WXa2UC8UeiP5LxuvlC46_GVC0GL72yaW4/edit?usp=sharing>" %}

## Maps Quiz Sheet

{% file src="/files/-Lkd6vzSmcPAO-7q3K1w" %}

{% embed url="<https://docs.google.com/document/d/1-C9mrU4zgZQMq1uG7ytNMdCMi-3HZvkTgagsbMHH1u8/edit?usp=sharing>" %}


---

# 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://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/map-activity.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.
