# Public Safety

| Name            | Description                                                                                                                                                                             | Examples                                                                                                    |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| *Alerts*        | Emergency community notifications such as evacuations, amber/silver alerts, severe weather, etc.                                                                                        |                                                                                                             |
| *Collisions*    | Moving vehicle collisions such as cars, trucks, buses, trains, trams, aircraft, etc.                                                                                                    |                                                                                                             |
| *Crimes*        | Crimes reported to law enforcement including assaults, homicides, thefts, etc.                                                                                                          | [NYPD Crime Statistics](https://www.nyc.gov/site/nypd/stats/crime-statistics/crime-statistics-landing.page) |
| *Evacuations*   | Zones, routes, shelters, meeting points for emergency events such as hurricanes, blizzards, tornados, floods, earthquakes, etc.                                                         |                                                                                                             |
| *Fires*         | Working fires or other incidents which require coordinated responses from fire departments, including structural fires, hazardous material conditions, mutual aid calls, injuries, etc. |                                                                                                             |
| *Incidents*     | Events that may require significantly coordinated response from multiple government agencies, such as oil spills, structural collapses, severe weather, etc.                            | [SeaStat](https://data.seattle.gov/)                                                                        |
| *Notifications* | Non-emergency community notifications such as traffic warnings, awareness campaigns, etc.                                                                                               |                                                                                                             |


---

# 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://govex.gitbook.io/open-data-dataset-starter-kit/public-safety.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.
