> For the complete documentation index, see [llms.txt](https://docs.tmdinosaurcenter.org/staff/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tmdinosaurcenter.org/staff/staff-handbook/workplace-professionalism-and-standards-of-conduct/dress-code.md).

# Dress Code

Proper attire is required for your area of work. This will include appropriate attire for the prep lab, out in the field, and within the museum’s gift shop. When in the prep lab, you will need shoes that cover the entire foot and are comfortable for an extended period of time. When out in the field, uniform shirts will be provided for you, and you will need a hat, pants or shorts that are comfortable in a hot, dry environment, and tennis shoes or hiking boots that cover the entire foot and can withstand much trekking over rugged terrain. No sandals allowed while on site. No short shorts or skirts are allowed when instructing dig programs in the field. Should you be out on site for an extended period of time and you feel your uniform shirt becomes less than presentable to the public, you may wear another shirt that is comfortable and presentable to the public. This means it should contain no stains or possibly offensive logos and should not be revealing. While in the gift shop, you must wear comfortable clothes that will represent our museum well to the public. We will provide staff shirts for you to wear, but you may also wear dresses, skirts, and tops that are not revealing or laden with unsettling logos (or those that may offend the public or your coworkers).


---

# 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.tmdinosaurcenter.org/staff/staff-handbook/workplace-professionalism-and-standards-of-conduct/dress-code.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.
