# Welcome to FTC WIKI

**This Wiki’s Purpose**&#x20;

This initiative is designed for current or aspiring *FIRST* Tech Challenge mechanical members. This guide will outline the beginner and intermediate aspects of *FIRST* Tech Challenge mechanics. This encyclopedia has been designed for individuals with some experience in building and assembling things, but who are stuck between skill levels where resources are either too basic or just a little above their heads. Hopefully, by the end of this guide, you will have a deeper understanding of the mechanical aspects of robotics.<br>

**About us**&#x20;

We are FTC Alumni from Scotch Plains, New Jersey, veteran members of Team 17670 for 4 years, and Team Captains. We’ve both been building for 4 years and are active members in the online FTC community. We have experience with multiple build systems, including Tetrix and Gobilda, and have created many iterations of Swerve drive.


---

# 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://www.ftcwiki.org/site-introduction/welcome-to-ftc-wiki.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.
