# Introduction

## Welcome to the AMS Wiki!

This mentor-built wiki serves as a space for information about the Aero Maker Space (AMS)!

The wiki is organized as follows:

1. Home: introduction and general documents about the space.
2. Information: guides and info documents about using the space.
3. Tool guides: technical standard operating procedures (SOPs) on every AMS tool.
   1. &#x20;Note that mentors will help and supervise you on certain tools but these guides are great introductions to using a tool!
4. Projects and Inspiration: ideas for what you can do at the AMS.
5. Miscellaneous: assorted documents for your enjoyment.

{% hint style="info" %}
While the default is your browser system settings, you can pick dark or white color themes for the wiki in the bottom right corner! The dark mode color palette is preferred.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://gtae.gitbook.io/ams/home/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
