# Introduction

You are officially a `Software Engineer`.

Please `download` the following content to your brain 🧠

Please note, this download process will take about `12 weeks`.

Let's enjoy the ride 🎢 `together`. Let's go!

## Instructional Team

| Name      | Role            | Slack | Email             |
| --------- | --------------- | ----- | ----------------- |
| Rome Bell | Lead Instructor | @rome | <rome.bell@ga.co> |

## GA SEI Graduation Requirements

General Assembly's courses are pass/fail programs. We have certain requirements in order to be considered a `graduate` of the SEI program:

* No more than 3 days absent from class over the duration of the course (3 tardies equals 1 absence)
* Successful completion of four assigned projects
* Participating in GA’s mid-course and end-of-course feedback surveys
* Complete 80% of assigned `deliverables`

When you complete our program with passing status, you unlock our alumni perks:

* Support from the Outcomes Team
* Receive a GA Letter of Completion (via email 1 week after graduation)
* Credits and discounts for other GA courses (check with Student Services for details).
* Access to our Alumni Community

## Suggested Repo Structure

```
/SEI-Example
    /unit_one
    /unit_two
    /unit_three
    /unit_four
        /codealongs
            /intro-to-node
        /deliverables
            /css-airbnb
        /labs
            /loops-conditionals-practice
        /projects
        /resources
        /challenge-problems
            /two-sum
```

## GAMETIME! 😎


---

# 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://romebell.gitbook.io/sei-802/readme.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.
