> 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/how-to-build-competitive-robots/custom-mechanisms.md).

# Custom Mechanisms

<div align="right" data-full-width="true"><figure><img src="/files/knnIzIVFVrgRW71TGmbm" alt="" width="525"><figcaption><p><em>FTC 7244 Out of the Box Robotics 8 Wheel Drive Parallel Plate Gearbox</em></p></figcaption></figure> <figure><img src="/files/1Dr8kp5BEWN8VmBWu9HZ" alt="" width="375"><figcaption></figcaption></figure></div>

As you experience FTC and finish a successful kitbot[^1], you will naturally want to experiment and create more unique, interesting, and complicated mechanisms to complete game tasks more efficiently, or reliably. This is a great decision! Custom Mechanisms have shown huge upside potential for teams all over the world, but creating practical systems is no simple task.&#x20;

<div><figure><img src="/files/whdZuaIsqmBUMIVi7Sgq" alt="" width="375"><figcaption><p>Gobilda Kitbot Chassis</p></figcaption></figure> <figure><img src="/files/mMYvV9PQ41hZtCvOeJXn" alt="" width="375"><figcaption><p>Rev Robotics Kitbot example</p></figcaption></figure> <figure><img src="/files/P2sJta0vOToKS2LsceSw" alt="" width="443"><figcaption><p>Older Rev Robotics Kitbot</p></figcaption></figure></div>

New mechanism ideologies are being tested everyday from teams all over the world who have the resources, mentorship, and backbone to support advanced development. A popular example of this is Swerve Drive, which is a drivetrain archetype which has become the norm in FRC. Teams in FTC try to literally reinvent the wheel in the name of uniqueness and ambition.&#x20;

If your goal is to create competitive robots which can perform at the State/National and World Championship level, the key to developing custom mechanisms is to balance tried and tested methods along with innovative solutions to game challenges. You can explore each section of this website to learn more about each aspect of FTC Mechanics in order to take your bot from a good starting point to a masterpiece of engineering.

[^1]: A robot build out of assemblies designed by companies for rookie design teams to get started in competition. If it comes with an instruction booklet, It's a Kitbot


---

# 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/how-to-build-competitive-robots/custom-mechanisms.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.
