> 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/info/ams-etiquette.md).

# AMS Etiquette

Welcome to the Aero Maker Space! This page is intended to give you a little more insight into how the space works and how to use the space properly.&#x20;

1. Keep things clean! Return tools to where you found them and keep your workspace clean. This helps us maintain an effective workspace and prevents tools from getting lost.
2. Place all backpacks and bags under the tables so that we can keep the walkways clear!&#x20;
3. Never be afraid to ask questions. We encourage users of the space to ask as many questions as possible. We are here to help, so don't be afraid to speak up if you need anything!&#x20;
4. Make sure you know how to operate any tools you are using. If you don't know how (or even if you're a little rusty), ask a mentor.
5. Follow all safety procedures posted around the AMS.&#x20;
6. Please respect any direction you may get from mentors! We always have your best interests in mind.&#x20;
7. Be respectful to other users!&#x20;
8. The makerspace can get very busy when major projects are due throughout the semester, if you have a project due, try to come in early to beat the rush.
9. As a general rule, if a material has a name on it, it has been claimed by another student. In this case, find a new piece of material!&#x20;
10. Lastly, have fun in the makerspace!!! There are so many exciting and creative projects that you can do in the makerspace. We hope to see you around!

{% embed url="<https://www.youtube.com/watch?v=2nn_XglWPbw>" %}


---

# 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/info/ams-etiquette.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.
