# 1st Assignment: Adding Traits

Follow this code&#x20;

![What did you make?](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LzboHMGBV3RKQBqUrvh%2F-LzbqBl0DlpExoi3Z0Ty%2Fimage.png?alt=media\&token=0e6f613f-674f-48e3-b4d9-a7351c1260a2)

Now I want you to add or change **at least** 4 things to make yours unique to you. Be creative and push yourself! <br>

![No Pressure - but this is some previous student work](https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LpUPSf3tCxHePJxNjfg%2F-LzbvN2P9fimL1b2lBy4%2F-LzbwWBjCzZ5N11TDIgx%2Fimage.png?alt=media\&token=ec8f2dc8-9399-4c0e-9c02-e378a71e831a)

If you would prefer - here is a stick figure that uses the slide  feature

```
pen pink, 5
slide  15,25
slide 15,-25
slide -15,25
fd 40
slide 10,-12
slide -10,-12
slide -10,12
slide  10,-12
fd 15
rt 90
lt 360,10
ht()
```


---

# 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/1st-assignment-adding-traits.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.
