# Plant Series

## Plant Series

- [Combat Robot Weight Classes](https://plants.cometrobotics.org/combat-robotics/combat-robot-weight-classes.md): In Combat Robotics, like wrestling, there are weight classes.
- [How do you win in Battlebots?](https://plants.cometrobotics.org/combat-robotics/how-do-you-win-in-battlebots.md): As with any competition, there are certain rules and win conditions. Image credit: JCRB Photo
- [Robot Rules](https://plants.cometrobotics.org/combat-robotics/robot-rules.md): SPARC tools publishes the standard ruleset in combat robotics.
- [The heart of Winning Combat Robots](https://plants.cometrobotics.org/electronics/the-heart-of-winning-combat-robots.md)
- [Putting the Pieces Together - Soldering](https://plants.cometrobotics.org/electronics/putting-the-pieces-together-soldering.md)
- [Page](https://plants.cometrobotics.org/electronics/page.md)
- [How Combat Robots are Designed (feat. Combat Blocks)](https://plants.cometrobotics.org/design/how-combat-robots-are-designed-feat.-combat-blocks.md)
- [Designing a Combat Robot (Before you CAD)](https://plants.cometrobotics.org/design/designing-a-combat-robot-before-you-cad.md)
- [Sharepoint Setup](https://plants.cometrobotics.org/cad/sharepoint-setup.md): Comet Robotics has a Sharepoint for sharing and storing CAD files.
- [Installing Solidworks](https://plants.cometrobotics.org/cad/installing-solidworks.md)
- [Introduction to Solidworks](https://plants.cometrobotics.org/cad/introduction-to-solidworks.md): User Interface, making your first part and assembly.
- [Starting a Robot Assembly](https://plants.cometrobotics.org/cad/starting-a-robot-assembly.md): Combat Bot layout sketch, first feature
- [Page 2](https://plants.cometrobotics.org/3d-printing/page-2.md)
- [Robot Ownership for Club Funded Bots](https://plants.cometrobotics.org/miscellaneous/robot-ownership-for-club-funded-bots.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://plants.cometrobotics.org/combat-robotics/combat-robot-weight-classes.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.
