# Assignment Handout

#### Submit Feedback Form

Your only TODO for this week is to fill out the feedback form (link on the left sidebar of the textbook) so that we can better understand how effectively we are teaching. Please put the assignment difficulty as 3 and the hours you spent as N/A for this week.


---

# 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://backend-course.cornellappdev.com/chapters/authentication/assignment-handout.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.
