# Course Intro + Logistics + Git Setup

### Pre-Class TODOs

* [ ] Fill out the course application [here](https://forms.gle/x7Nep54vN1QY32TX7).
* [ ] Enroll on Student Center (CS1998-601 with code 19813).
* [ ] Add the [course calendar](https://calendar.google.com/calendar/u/0?cid=Y18wM2MzYTViNWU5NDc0ZTAxMTFiMGYyMWExNWVlMzkxYzc4N2NhMWUwNzYzMjc5ODkzMzkzODAyNDE1Njg4YTQ0QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20) to your GCal.
* [ ] Read the Getting Started, Syllabus and Grading sections on the left.
* [ ] Watch GitHub demo [here](https://youtu.be/0b0bTfmPj0k?si=u1nG0aKkdfMth_YH\&t=676) after setting up Git and GitHub.

### Lecture Slides

{% embed url="<https://docs.google.com/presentation/d/1_elunQWLdFW4yDP1G-0w263Qe2lBt50yHoQwqyI9CV4/edit>" %}

### Lecture Video

{% embed url="<https://www.youtube.com/watch?v=OxIqmG-s81U>" %}


---

# 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://ios-course.cornellappdev.com/resources/archived-past-semesters/sp24/lecture/course-intro-+-logistics-+-git-setup.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.
