> For the complete documentation index, see [llms.txt](https://knowledge.aterio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.aterio.io/data-products/new-industrial-developments/datasets/events.md).

# Events

This data is part of our comprehensive Industrial Developments Dataset, tracking key project events such as announcements, construction milestones, completions, and withdrawals. Ideal for stakeholders looking to monitor project lifecycles and understand the timing and impact of industrial developments.

### Schema Overview

<table><thead><tr><th width="363.0909423828125">Field Name</th><th width="101.272705078125">Type</th><th width="360.36358642578125">Description</th></tr></thead><tbody><tr><td><strong>ATERIO_INDUSTRIAL_PROJECT_UID (PK)</strong></td><td>String</td><td>Unique identifier linking the event to a specific industrial project.</td></tr><tr><td>PROJECT_NAME</td><td>String</td><td>Name of the industrial project associated with the event.</td></tr><tr><td>COMPANY_NAME</td><td>String</td><td>Company associated with the industrial project event.</td></tr><tr><td><strong>EVENT_TYPE (PK)</strong></td><td>String</td><td>Type of event (e.g., announcement, groundbreaking, completion, update).</td></tr><tr><td>EVENT_DATE</td><td>Date</td><td>Date when the event occurred or was reported.</td></tr><tr><td>RECORD_CREATED_DATE</td><td>Date</td><td>Date when the event record was initially created.</td></tr><tr><td>RECORD_UPDATED_DATE</td><td>Date</td><td>Date when the event record was last modified.</td></tr><tr><td>UPDATED_AT</td><td>Date</td><td>Timestamp of the latest update or process refresh.</td></tr></tbody></table>


---

# 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://knowledge.aterio.io/data-products/new-industrial-developments/datasets/events.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.
