> 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/safety-glasses.md).

# Safety Glasses

There are several general rules of safety that apply to all contexts with FRC. However, one is the most prevailing: Wear Safety Glasses. All future chapters will assume this rule is to be kept in mind, but the first step for safety is always wear safety glasses

&#x20;At all times you should be wearing safety glasses, even though it might seem unnecessary, you will much rather wear safety glasses unnecessarily than lose an eye. Even if you wear glasses this is not enough, glasses don't offer enough protection to be able to protect your eyes from something coming in from the side. For those with glasses there are a couple options:

<div align="left"><figure><img src="/files/DVVk4A4mIW4tDfSnYovH" alt="" width="563"><figcaption><p>These allow you to wear your safety glasses over your regular glasses.</p></figcaption></figure> <figure><img src="/files/7iCxuXLh1FKm3ox6LiEi" alt="" width="563"><figcaption><p>These are safety shields that can go onto the sides of your glasses to offer protection for your eyes.</p></figcaption></figure></div>


---

# 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:

```
GET https://docs.iowacityrobotics.org/safety/safety-glasses.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.
