# PredictHQ Data

- [Data Accuracy](https://docs.predicthq.com/getting-started/predicthq-data/data-accuracy.md)
- [Event Categories](https://docs.predicthq.com/getting-started/predicthq-data/event-categories.md)
- [Attendance-Based Events](https://docs.predicthq.com/getting-started/predicthq-data/event-categories/attendance-based-events.md): Attended Events are gatherings with a start and end date/time, where people come together in one location for entertainment or business.
- [Non-Attendance-Based Events](https://docs.predicthq.com/getting-started/predicthq-data/event-categories/non-attendance-based-events.md): Non-Attendance-Based Events are events with a start and end date, but are more fluid and distributed in impact, such as observances or school holidays.
- [Unscheduled Events](https://docs.predicthq.com/getting-started/predicthq-data/event-categories/unscheduled-events.md): Live coverage of breaking events such as severe weather and terrorism. The API updates minute to minute to ensure accuracy.
- [Live TV Events](https://docs.predicthq.com/getting-started/predicthq-data/event-categories/live-tv-events.md): Live TV Events covers live broadcast sports games with a large number of people watching at a particular time across different counties across the United States.
- [Labels](https://docs.predicthq.com/getting-started/predicthq-data/labels.md): Event labels are succinct descriptive attributes attached to events that can help with granular data selection and feature engineering use cases.
- [Entities](https://docs.predicthq.com/getting-started/predicthq-data/entities.md)
- [Ranks](https://docs.predicthq.com/getting-started/predicthq-data/ranks.md)
- [PHQ Rank](https://docs.predicthq.com/getting-started/predicthq-data/ranks/phq-rank.md)
- [Local Rank](https://docs.predicthq.com/getting-started/predicthq-data/ranks/local-rank.md)
- [Predicted Attendance](https://docs.predicthq.com/getting-started/predicthq-data/predicted-attendance.md): Predicted Attendance represents the number of people predicted to attend an event.
- [Predicted End Times](https://docs.predicthq.com/getting-started/predicthq-data/predicted-end-times.md)
- [Predicted Event Spend](https://docs.predicthq.com/getting-started/predicthq-data/predicted-event-spend.md)
- [Predicted Events](https://docs.predicthq.com/getting-started/predicthq-data/predicted-events.md): Get insight into events as early as possible, to assess whether they would have an impact on your business.
- [Predicted Impact Patterns](https://docs.predicthq.com/getting-started/predicthq-data/impact-patterns.md)


---

# 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://docs.predicthq.com/getting-started/predicthq-data.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.
