# Combat Robotics Basics

- [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.


---

# 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://plants.cometrobotics.org/combat-robotics.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.
