# Episode 2- Exercise

Exercise Submission Deadline: **15th September 00:00 UTC (-03:00)**

[👉 Go to Episode-2 Exercise 👈](https://forms.gle/vJbpxdwzLKP3XJcm8)

### Note on assignment submission

* Your progress is saved automatically in Google Form, you can come back to it if you don’t want to finish it in one go.
* You can submit the assignment multiple times and only the last submission will count toward your final score. The grading won’t happen until after the submission deadline.


---

# 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://course.cess.network/ep2/exercise.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.
