# Deployment Pre-Class TODO's

### 1. Watch Pre-Lecture Video

We will not be conducting a typical keynote lecture in-class, just a demo for the full hour.

[**Lecture 6 Video**](https://www.youtube.com/watch?v=yZ2Av0e_oJ8\&list=PLjf6nsEcF5KOQ8nrXbKKF18NSNcpm5-HC\&index=9)

{% hint style="info" %}
No new demo code is required! We will be using our docker images that we previously pushed to DockerHub.
{% endhint %}

### 2. Claim Google Cloud Credits

We have secured $50 of Google Cloud Credits for everyone in the course to kickstart your cloud servers! To claim your credit, follow the instructions starting [here](https://google.secure.force.com/GCPEDU?cid=Lkad%2BEHrpNwTFWT4DgtvZB%2FV6oRbs9ELs00fNZTuxuigkYgPWlz%2FDdpJVJLNxCKN). Make sure to check your emails for a couple of verification steps along the way and please make sure your google account in the top right corner is set to your Cornell email before finally redeeming your code!<br>


---

# 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/deprecated/pre-class.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.
