> For the complete documentation index, see [llms.txt](https://guide.mymodone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mymodone.com/common-features/team-member-portal/hazard-safety-suggestion.md).

# Hazard/Safety Suggestion

modONE includes a feature that supports communication directly from the field. Team Members can submit observed hazards or safety suggestions directly to management through the Team Member portal.

To review submissions or create a new submission, click ![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FFKihA1XDczeOGzyAtzn7%2Ftriangle-exclamation-solid.svg?alt=media\&token=1a73acdf-9502-419b-9064-7ca3643c43ec) in the Navigation Ribbon.

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FSxCsLcSIW7nElObX0Lla%2FHazard%20Suggestion%20Start.png?alt=media&amp;token=1242546e-5b08-40f0-86db-29cbd3369b90" alt=""><figcaption><p>Hazard/Safety Suggestion Submission Home</p></figcaption></figure>

### Report a Hazard/Make a Safety Suggestion

1. Click the New Submission button
2. Type a brief title of the submission (required)
3. Provide a description of the unsafe condition or practice
4. Share the steps/actions that you took to address the issue
5. Indicate any causes or contributing factors that helped create the issue
6. Provide suggestions for improving safety
7. If images/pictures are available, attach them to the submission by clicking the <img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FzVMP7fcTh0NTgoJS3Mfj%2Fcamera-solid.svg?alt=media&amp;token=d64bc21e-fb25-40a8-a3d2-505d1047b760" alt="" data-size="line"> icon and following the prompts to select the desired pictures (see the [Manage Images](/common-features/team-member-portal/manage-images.md) guide for instructions)
8. Click the Yes or No radio button to indicate if the matter has been discussed with a supervisor
9. Click the Yes or No radio button to indicate if you desire to send this submission anonymously
10. Click the Submit button to send the submission to the modONE Administrators

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FQjags9p1AV8gZoQpgue1%2FSafety%20Suggestion.png?alt=media&amp;token=466558f1-bef6-46d9-9308-17dec14e58d1" alt=""><figcaption><p>Hazard/Safety Suggestion Submission Example</p></figcaption></figure>

### Review Submission and Responses

Hazard/Safety Submissions are assigned the following statuses:

* Submitted: Sent to modONE Administrator
* Viewed: Viewed by modONE Administrator
* Responded: A response has been received by the modONE Administrator
* Closed: The submission has been addressed and is closed for further comment

When a modONE Administrator submits a response to a Hazard/Safety Submission, a message appears at the top of the portal alerting the Team Member that a response has been received.

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FEDdNCjf3RF9QxfEKIsN2%2FSubmission%20Response%20Alert%20v2.png?alt=media&amp;token=cc0c6d1a-bd6f-4928-b1e0-9ffb5486f874" alt=""><figcaption><p>Submission Response Alert</p></figcaption></figure>

Clicking the "Click to View" button in the submission response alert shows the My Submissions list. Click the row with the status of "Responded" to see the modONE Administrator's response (at the bottom of the form).

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FODaCbg3nj4WJrklhkZ3H%2FSubmission%20Response.png?alt=media&amp;token=6c5b24c7-f561-4a8f-a828-197e4e94631b" alt=""><figcaption><p>Submission Response</p></figcaption></figure>

Click the "Mark as Read" button to change the submission status to Closed.


---

# 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://guide.mymodone.com/common-features/team-member-portal/hazard-safety-suggestion.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.
