# Introduction

### About This Textbook

This textbook was originally created in Fall 2023 by Vin Bui. Over the course of time, more chapters have been added by other instructors (see contributors below). Since the content may become outdated, all chapters will contain date information of when it was written. The lecture videos are from Fall 2023, but feel free to check out other semesters on the [Cornell AppDev YouTube Channel](https://www.youtube.com/@CornellAppDev).

### Contributors

* Peter Bidoshi - *Instructor FA24, iOS Lead FA25*
* Richie Sun - *Instructor FA23/SP24, iOS Lead FA24*
* Vin Bui - *Instructor FA23, iOS Lead SP24*
* Tiffany Pan - *Instructor SP24, iOS Lead FA23*
* Reade Plunkett - *iOS Lead FA22/SP23*


---

# 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/textbook/introduction.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.
