# Hatch?

<figure><img src="/files/JtadbXP6AsPYVqbGCxca" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/P3PleEqw7mVNPlDYEWDo" alt=""><figcaption></figcaption></figure>

* [ ] Writes something on the screen (using the write command)
* [ ] turtles move at random speed&#x20;
* [ ] turtles move in a random direction
* [ ] something happens when two turtles touch
* [ ] hatching more than 2 turtles
* [ ] write a plan to move those turtles (code that uses the .plan)&#x20;
* [ ] using the tick function
* [ ] drawing something interesting on the screen
* [ ] labeling your turtles&#x20;
* [ ] at least one turtle moving with the mouse or with a mouse click
* [ ] playing a game or having the user change the outcome of what is on the screen
* [ ] get and use a turtle's x and y coordinates (picture below)
* [ ] get and usead  the distance between two turtles or one turtle and a specific location (picture below)&#x20;
* [ ] asking the user a question and using their answer
* [ ] having a button to click&#x20;

<figure><img src="/files/LuteBWj4TUOaRYBYRtrJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YBWrIj252ARyx1ODAVH8" alt=""><figcaption></figcaption></figure>


---

# 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://computational-thinking-in-room11.gitbook.io/room-112-dhs/text-based-programming/hatch.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.
