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

# Get Started

We highly recommend starting here so you have a good idea of what website features to look out for!

If a [phrase or word is underlined](#user-content-fn-1)[^1], you can hover your cursor over it to learn more about it. The purpose of the annotations is to help with understanding technical phrases to novice members, without disturbing the flow of each article.

internal references will bring you to another page on FTCWIKI while external references will open a different website, which we find helpful and relevant, in another tab.

### Featured Documentation

<table data-view="cards" data-full-width="true"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">Manufacturing and Assembly</td><td><a href="/spaces/GYXJbpT6JALoSE3QEojT/pages/pW8CgE1IVYW2nrRxOl6S">/spaces/GYXJbpT6JALoSE3QEojT/pages/pW8CgE1IVYW2nrRxOl6S</a></td><td><a href="/files/J4vDkHiO3ArRrC3MNKP4">/files/J4vDkHiO3ArRrC3MNKP4</a></td></tr><tr><td align="center">Design Style</td><td><a href="/spaces/oV5kYQdtEQXrvJysnhMt">/spaces/oV5kYQdtEQXrvJysnhMt</a></td><td><a href="/files/uTyemudAWjNqLDHnkbvv">/files/uTyemudAWjNqLDHnkbvv</a></td></tr><tr><td align="center">Transmitting Power</td><td><a href="/spaces/D2GXZ5NUEk64Zn6lJiL2">/spaces/D2GXZ5NUEk64Zn6lJiL2</a></td><td><a href="/files/JboctGsoBagynMN9AcNb">/files/JboctGsoBagynMN9AcNb</a></td></tr><tr><td align="center">Mechanism Design</td><td><a href="/spaces/AeKUxXLHBM2YwMTaNP9G">/spaces/AeKUxXLHBM2YwMTaNP9G</a></td><td><a href="/files/HzlCeZ4zJMNKb4dUHUvA">/files/HzlCeZ4zJMNKb4dUHUvA</a></td></tr><tr><td align="center">Intro to CAD</td><td><a href="/spaces/43zldy7bQi3nWvvIl7LZ">/spaces/43zldy7bQi3nWvvIl7LZ</a></td><td><a href="/files/5e48Fa6xejmMy2OP5Q0p">/files/5e48Fa6xejmMy2OP5Q0p</a></td></tr></tbody></table>

[^1]: Feel free to hover over any technical terms to learn more about them


---

# 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://www.ftcwiki.org/get-started.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.
