> For the complete documentation index, see [llms.txt](https://rocketry.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketry.gitbook.io/public/join/intro-projects.md).

# Intro Projects

- [Airframe](https://rocketry.gitbook.io/public/join/intro-projects/airframe.md): Airframe intro projects for new members.
- [Avionics](https://rocketry.gitbook.io/public/join/intro-projects/avionics.md): This version created in Fall 2023 by Dulanya Cooray. Subject to revision.
- [PCB Design Mini-Project](https://rocketry.gitbook.io/public/join/intro-projects/avionics/pcb-design-mini-project.md): Created by Neelay. Updated by: Cedric (2022), Dulanya (2023)
- [Operations](https://rocketry.gitbook.io/public/join/intro-projects/documentation.md): We make and maintain documents! (Including this GitBook)
- [Payload](https://rocketry.gitbook.io/public/join/intro-projects/payload.md): The 2023 payload intro project is designed to be a comprehensive and interesting way of introducing new members to all of the common tasks done by the team.
- [Propulsion](https://rocketry.gitbook.io/public/join/intro-projects/propulsion.md)
- [Outreach](https://rocketry.gitbook.io/public/join/intro-projects/marketing-and-outreach.md)
- [Recovery](https://rocketry.gitbook.io/public/join/intro-projects/recovery.md): This is the most up to date version of our intro project but is subject to change.
- [Media](https://rocketry.gitbook.io/public/join/intro-projects/media.md): Join the Media team!
- [Safety](https://rocketry.gitbook.io/public/join/intro-projects/safety.md): This page is archived; the Safety team no longer exists. You're welcome to take the quiz though!
- [Simulations](https://rocketry.gitbook.io/public/join/intro-projects/simulations.md): The simulations intro project. ZOOM ZOOM
- [Old Intro Projects](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects.md)
- [Payload 2020 Intro Project](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects/payload.md): The payload intro-project is designed to be a comprehensive and interesting way of introducing new members to the all of the common tasks done by the team.
- [Propulsion Fall 2019](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects/propulsion-fall2019.md): Intro Project 2019 due 2019-10-06
- [Avionics 2018](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects/avionics-2018.md): Avionics introductory project designed to introduce new and returning members to the type of work done in this subteam.
- [Recovery 2018](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects/recovery-2018.md): Welcome to the recovery team. We want you.
- [Avionics (new intro project Fall 2021)](https://rocketry.gitbook.io/public/join/intro-projects/old-intro-projects/avionics-new-intro-project-fall-2021.md): A new intro project for avionics members updated for Fall 2021. Designed by Aled Cuda, Zitao Fang, and Cooper Collier.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rocketry.gitbook.io/public/join/intro-projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
