> For the complete documentation index, see [llms.txt](https://wiki.gtpropulsivelanders.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gtpropulsivelanders.org/readme.md).

# Welcome to Propulsive Landers @ GT!

> ### <mark style="color:$primary;">"If you were doing something safe, something you already knew could be done, you were wasting time.&#xD;"</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">**Scott Kelly**</mark>

{% columns %}
{% column width="50%" %}

<figure><img src="/files/qsXy3JUGORYwckWN2lBw" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" valign="middle" %}

## Our Mission:

To become the **first organization in the world** to achieve vertical take-off and landing of a hybrid rocket. Yes, you heard that right.

<a href="https://gtpropulsivelanders.org/" class="button primary" data-icon="rocket-vertical">Check out our website!</a> <a href="/spaces/IhIx08MsLo5Tuh5rr4dl/pages/yzI9I0h7S9Db0UYdzk7I" class="button secondary" data-icon="book">GTPL Wiki</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Discover the team behind GTPL</h2>

<p align="center">Join our community, explore team photos, and see what we’re building.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>If you're a student at GT and interested in joining the club, come and join our discord for more information!</td><td><a href="https://discord.gg/WyErAUbPcf" class="button secondary">Join Discord</a></td><td><a href="/files/IjuMySL1dLBzNFXc5P9k">/files/IjuMySL1dLBzNFXc5P9k</a></td><td><a href="https://www.gitbook.com/">https://www.gitbook.com/</a></td></tr><tr><td><h4><i class="fa-flickr">:flickr:</i></h4></td><td><strong>Flickr</strong></td><td>Here’s what GTPL looks like in action. Our Flickr has photos from builds, tests, outreach events, and team meetings.</td><td><a href="https://www.flickr.com/photos/201770291@N08/with/55348154688" class="button secondary">Flickr Page</a></td><td><a href="/files/colb1TGe9vcOMRCOVhnP">/files/colb1TGe9vcOMRCOVhnP</a></td><td><a href="https://www.gitbook.com/">https://www.gitbook.com/</a></td></tr><tr><td><h4><i class="fa-youtube">:youtube:</i></h4></td><td><strong>Youtube</strong></td><td>Watch GTPL in motion. Our YouTube has hotfires, test footage, and in the future, project updates, and team videos.</td><td><a href="https://www.youtube.com/@propulsivelandersgt" class="button secondary">Our Channel</a></td><td><a href="/files/hH03acQBM9oyxzjYzK0a">/files/hH03acQBM9oyxzjYzK0a</a></td><td></td></tr><tr><td><h4><i class="fa-delicious">:delicious:</i></h4></td><td><strong>GoFundMe</strong></td><td>Help support GTPL’s coming lander! Contributions go toward the tools we need to keep developing reusable lander technology.</td><td><a href="https://www.gofundme.com/f/help-build-georgia-techs-hybrid-rocket-lander?attribution_id=sl:e1eb515d-c792-474b-a848-f6a0482ed58a&#x26;lang=en_US&#x26;utm_campaign=man_ss_icons&#x26;utm_medium=customer&#x26;utm_source=copy_link" class="button secondary">Support GTPL</a></td><td><a href="/files/GQEWmFOZmaEu9L3JlpzN">/files/GQEWmFOZmaEu9L3JlpzN</a></td><td></td></tr></tbody></table>


---

# 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://wiki.gtpropulsivelanders.org/readme.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.
