# Swerve Drive

- [Designing a Drivebase](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase.md)
- [Why Design It in CAD](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/why-design-it-in-cad.md): Creating a drive base in a computer software
- [Swerve Modules](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/swerve-modules.md)
- [Wheels](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/wheels.md): Pick your choice of wheels
- [Robot Frame](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/robot-frame.md)
- [Designing a Bellypan](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/designing-a-bellypan.md)
- [Fabrication of Custom Parts](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/fabrication-of-custom-parts.md)
- [Other Electronics](https://hmb-robotics.gitbook.io/documentation/swerve-drive/designing-a-drivebase/other-electronics.md)
- [Swerve Code Generator](https://hmb-robotics.gitbook.io/documentation/swerve-drive/swerve-code-generator.md)


---

# 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://hmb-robotics.gitbook.io/documentation/swerve-drive.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.
