# Dots & Fill

Dot Row Guide  - Pick 5 Colors from the chart in an order(either light to dark or dark to light)

```
dot lightgray
fd 40
dot gray
fd 40
dot black
fd 40
```

Now modify your existing code so that each dot is a different size by adding a 2nd parameter

```
dot black, 5
```


---

# 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/dots-and-fill.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.
