> 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/ai-ready-data.md).

# AI-Ready Data

Aterio delivers real-time, structured datasets on U.S. population shifts, housing development, energy infrastructure, industrial growth, and data center activity.&#x20;

Updated hourly and reviewed by human analysts, the data includes standardized fields such as coordinates, company names, stock tickers, construction stages, and estimated power usage.

These datasets are optimized for integration with **Large Language Models (LLMs)** to enable next-generation workflows in investment research, real estate portfolio tracking, infrastructure planning, and AI-driven alerting.

### **Why Aterio’s Data is LLM-Ready**

* **Hourly Updates:** Ensures language models are reasoning over the most current data available.
* **Structured & Standardized:** Delivered in consistent schema across all formats (CSV, Snowflake, S3, GCP, Databricks).
* **Human-Verified:** Analysts validate new developments, tag entities (e.g. Equinix, Google), and link to tickers (e.g. $EQIX).
* **Context-Rich:** Data includes status (e.g., under construction, completed), geographic coordinates, and estimated activation dates.
* **Trigger-Ready:** Ideal for enabling LLMs to act as monitoring agents or copilots across real estate, energy, and investment workflows.

### **How LLMs Can Use Aterio’s Data**

| Use Case                            | How LLMs Use the Data                                                                     |
| ----------------------------------- | ----------------------------------------------------------------------------------------- |
| **New Development Monitoring**      | Scan and summarize new entries daily; generate alerts or investment briefs.               |
| **Portfolio Coverage Checks**       | Match Aterio's coordinates against a company’s portfolio to track relevant changes.       |
| **Automated Research & Summaries**  | Answer natural language questions like “What new data centers are planned in Texas?”      |
| **Triggering AI Workflows**         | Initiate workflow when specific conditions (e.g., new 50MW site in Nevada) are met.       |
| **Scenario Analysis & Projections** | Use structured historical patterns to model energy demand or population growth forecasts. |


---

# 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/ai-ready-data.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.
