# Humans and Monkeys

Three humans, one big monkey and two small monkeys are to cross a river:

Only humans and the big monkey can row the boat. At all times, the number of humans on either side of the river must be greater or equal to the number of monkeys on that side. (Or else the humans will be eaten by the monkeys!) The boat only has room for 2 (monkeys or humans). Monkeys can jump out of the boat when it's banked.


---

# 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://www.pythonclassroom.com/python-curriculum-map/pedagogy/activities/river-crossing/humans-and-monkeys.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.
