> 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/home/ams-overview.md).

# AMS Overview

## Overview

The Yang Aero Maker Space (AMS) is a Georgia Institute of Technology College of Engineering (GT CoE) makerspace devoted to helping all students, researchers, and faculty of ANY major on GT. We have a variety of tools, all free to use. A team of undergraduate student mentors run the space, providing assistance on all the tools and additionally keeping the operations of the space running.

Some of the AMS's work include helping the GT Aerospace hands-on curriculum, hosting events and trainings, fabricating research parts, and conducting outreach in the Atlanta area for STEM.

We are located in the first floor of the Weber Building. Come in during our working hours at any time to get a tour, or start working on your next big project!&#x20;

Additionally:

* We also have a satellite self-service [Composites Lab](/ams/info/composites-lab-info-and-access.md) for advanced projects in the ESM building.
* The AE Machine Shop (AEMS) is available in the Montgomery Knight building for more metalworking-specific and research machining inquires.

## General Information

The AMS has an array of tools to assist your next project, from advanced 3D printers, laser cutters, wood tools, to an embroidery machine and soldering station. We are divided into a front room with 3D printers, laser cutting, electronics/craft stations, and a back room with wood/power tools and CNCs.

* Want to 3D print? Check out [3D Printing at the AMS](/ams/info/3dp-info.md)!
* Come to the space to hang out and work on projects!&#x20;
* We offer [Events and Trainings](/ams/info/events-and-trainings.md) to build cool things to take home and get trained on tools without any prior experience, free of cost!
* A full list and technical dive into all our tools is in the Tool Guides section of the wiki. Mentors will supervise and help you use all the tools in the space but reading up beforehand helps!
* Make sure to browse around our wiki to learn all about the AMS!

## Location and Hours

Note that we will be closed for the first couple weeks of the semester in order to train our mentors! We will close the day before the Reading Day before Finals.

Fall/Spring Semesters: 10am-6pm

Summer Semester: TBD, please check our [instagram](https://www.instagram.com/aeromakerspace/?hl=en).

**Location: 275 Ferst Dr NW, Atlanta, GA 30313**

{% embed url="<https://www.youtube.com/watch?index=3&list=PLH8Pf_LMrGlkDeIyzpN7B9f-85Rxcr_8T&v=HLa18-EwI8s>" %}

{% embed url="<https://www.google.com/maps/place/Georgia+Tech+Yang+Aero+Maker+Space/@33.77279,-84.3966122,20.41z/data=!3m1!5s0x88f50489d4cd7f43:0xfdf67301900080d9!4m6!3m5!1s0x88f5050021fe793b:0xd0d041dd8ea0b80a!8m2!3d33.7729011!4d-84.3965971!16s%2Fg%2F11vskz5czp?entry=ttu>" %}


---

# 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/home/ams-overview.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.
