> For the complete documentation index, see [llms.txt](https://gtae.gitbook.io/ams/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gtae.gitbook.io/ams/miscellaneous/clubs-and-organizations.md).

# Clubs and Organizations

## Aerospace engineering focused clubs

**Ramblin' Rocketry Club**

"Our mission is to enrich the education of students with their technical and leadership skills with projects ranging from competitive rocketry to high-altitude ballooning. We are made up of four individual teams: Georgia Tech Experimental Rocketry (GTXR), High Power Rocketry (HPR), High Altitude Balloonery (HAB), and Guidance, Navigation, and Control (GNC)."

**Yellow Jacket Space Program (YJSP)**

"Our mission is to be the first collegiate team to send a liquid-fuel vehicle to outer space. No experience needed!"

**Design Build Fly**

"We design, build, and fly sleek and innovative remote-control airplanes for the annual SAE Aero Design and AIAA DBF competition."

**American Institute of Aeronautics and Astronautics**

"Georgia Tech’s student chapter of the American Institute of Aeronautics and Astronautics (AIAA) serves as a connection to the national aerospace professional organization."

**Aero Makers at GT**

"The purpose of AMGT is to foster an inclusive and friendly environment between the mentors, users, and larger Aerospace community through making and engineering as well as supplement the users and staff of the Aero Maker Space with events, equipment, and a larger reach."

**Sigma Gamma Tau**

"Sigma Gamma Tau is the national Aerospace Engineering Honor Society. The goal of the Georgia Tech Chapter of SGT is to further the experience of aerospace engineers at Georgia Tech."

**Vertical Flight Society**

"The Vertical Flight Society at Georgia Tech or VFS - GT works to promote vertical flight learning, knowledge, and development. VFS members work in various aspects of the aerospace industry, with the GT chapter focusing on promoting research activities, conference attendance and other events related to vertical lift."

##


---

# 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://gtae.gitbook.io/ams/miscellaneous/clubs-and-organizations.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.
