# Getting Started

### First Day Jitters

Here are some pointers for gearing up for our first class on March 11th, 2025!

1. Ensure you've read through the rest of this page and filled out all necessary forms.
2. Install XCode from the App Store! (P.S. it takes a while :smile:)
3. Join us on Ed, send us questions via email <cornellappdevcourses@gmail.com>, and get hyped!

### Prerequisites

CS 1110 is a **highly recommended** co/prerequisite, but not required. **You will also need access to a MacBook** (Intel - macOS Catalina 10.15.4+, Apple Silicon - macOS Big Sur 11+) **to participate in the course** (the Xcode IDE is only available for macOS).

### Enroll in the Course

1. Enroll in **CS 1998-601** in Student Center. This is a **2 credit S/U course**, but you may enroll for 1 credit to avoid going over the credit limit.

{% hint style="info" %}
**Lectures are Monday & Wednesday 8:35 - 9:25 PM in Gates G01**
{% endhint %}

### Ed Discussion

We will be using Ed Discussion for class communication and answering questions. Ed will be the main method of communication between students and course staff. You can join the Ed [here](https://edstem.org/us/join/2sBeUM).

### Install Xcode and Git

{% hint style="danger" %}
**Swift 5, Xcode 12.0+, and iOS 13.0+ is required!**
{% endhint %}

1. You can install Xcode through the [AppStore](https://itunes.apple.com/us/app/xcode/id497799835).
   * If you do not have the latest Mac version and cannot update, you can find older Xcode versions [here](https://xcodereleases.com/).
2. We will be using [Cornell Enterprise GitHub](https://github.coecis.cornell.edu/). Double check that you can log in.
3. Follow the Git Installation Guide:

{% content-ref url="/pages/2RIHHrQOs0nxMq8qqtgY" %}
[Git Installation](/resources/textbook/git-+-github/git-installation.md)
{% endcontent-ref %}

### Figma

We will be using [Figma](https://www.figma.com/) for app designs. You can create an account using your Cornell email.


---

# 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/welcome/getting-started.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.
