# Drills

The tool that is likely most often to be used in your shop is a drill. These are extremely useful tools for building a robot. However, as with all power tools, they can be dangerous. A few things to keep in mind are:\
1\) Know what you are drilling into. For Example, if you drill into a part of the robot and you drill into a pneumatic piston, you have now damaged the piston and need a new one.&#x20;

2\) Always drill away from you. If you are drilling into something, make sure that it is always away from yourself so that you cannot accidently drill into one of your body parts.&#x20;

3\) Always secure what you are drilling. This is to say make sure it doesn't move during the drilling process, as this creates danger for you and others, and can make the hole drilled less accurate. Furthermore, don't just use your hand to secure it, as that is additionally unsafe, use a clamp or some other method of securing the object before drilling

4\) Keep the safety on when not in use. Drills have a button you can switch to turn it from drilling in to drilling out, however if you leave it between these two settings this acts as a safety, preventing the drill from turning on without turning the safety off.


---

# 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://docs.iowacityrobotics.org/safety/shop-safety/machine-tools/drills.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.
