# 3 - 5

| Plan Name            | Grade Level | Description                                                                                                                                                                           | Science | Technology | Engineering | Art | Math |
| -------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ---------- | ----------- | --- | ---- |
| Print Bugs           | 3-5         | Students print bugs and create a listing of different bugs                                                                                                                            | x       |            |             |     |      |
| Print Leaves         | 3-5         | Students print leaves and create a listing of different leaves                                                                                                                        | x       |            |             |     |      |
| Gear Ratios          | 3-5         | Students print a platform, a crank, and a variety of gears. The gears are each labeled with their diameter. The Students can create a unique drivetrain and calculate the gear ratio. |         | x          | x           |     | x    |
| Print A Plane        | 3-5         | Students search M3D model airlane library and print a plane                                                                                                                           |         | x          |             |     |      |
| Assemble A Plane     | 3-5         | Students print and assemble a plane puzzle.                                                                                                                                           |         | x          | x           |     |      |
| Catapults            | 3-5         | Students print catapults of different sizes and measure the distance each one shoots                                                                                                  |         |            | x           |     |      |
| Paint A Puzzle       | 3-5         | Students will print a puzzle and paint it                                                                                                                                             |         |            |             | x   |      |
| Multiplication Table | 3-5         | Students print out a multiplication table                                                                                                                                             |         |            |             |     | x    |
| 3D shapes            | 3-5         | Students print 3D shapes with the name of the shape on them                                                                                                                           |         |            |             |     | x    |


---

# 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://education.printm3d.com/lesson-plans/3-5.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.
