> For the complete documentation index, see [llms.txt](https://docs.iowacityrobotics.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iowacityrobotics.org/safety/shop-safety/machine-tools/drills.md).

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.iowacityrobotics.org/safety/shop-safety/machine-tools/drills.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
