# Choosing parts for your robot&#x20;

In the beginning of any robotics project, the first thing you and your team needs to decide is what parts are necessary in order for the robot to function properly and accomplish its goals. Now applying this thought to a sumo bot, one finds that the aspirations of a sumo bot are quite simple; when an enemy robot is in its sensor's range, it will try to push it outside of the ring to score a point.&#x20;

When watching a live robot sumo match for the first time, you might have certain questions pop up like:&#x20;

* How does the robot detect another robot?
* How does the robot know not to accidentally go off the edge of the ring?&#x20;
* How is the robot able to move without a human behind a remote?

These questions will all be answered in the following sections where we cover what are considered the basic components needed to build a sumo bot. After choosing what parts you want to put in your robot, we will then learn to assemble those parts into a schematic to better understand how everything is connected.&#x20;


---

# 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://sumo.cometrobotics.org/electronics/choosing-parts-for-your-robot.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.
