# Tutorials

- [Filtering and Finding Relevant Events](https://docs.predicthq.com/getting-started/guides/tutorials/filtering-and-finding-relevant-events.md): Learn how to filter and find events relevant to your business using PredictHQ's Events API.
- [Improving Demand Forecasting Models with Event Features](https://docs.predicthq.com/getting-started/guides/tutorials/improving-demand-forecasting-models-with-event-features.md): Learn how to integrate PredictHQ's event features into your demand forecasting model.
- [Using Event Data in Power BI](https://docs.predicthq.com/getting-started/guides/tutorials/using-event-data-in-power-bi.md): Learn how to connect PredictHQ data to Power BI using multiple methods, and build an example report.
- [Using Event Data in Tableau](https://docs.predicthq.com/getting-started/guides/tutorials/using-event-data-in-tableau.md): Learn how to connect PredictHQ data to Tableau and build an example dashboard.
- [Connecting to PredictHQ APIs with Microsoft Excel](https://docs.predicthq.com/getting-started/guides/tutorials/connecting-to-predicthq-apis-with-microsoft-excel.md): Learn how to connect PredictHQ data to Microsoft Excel using APIs.
- [Loading Event Data into a Data Warehouse](https://docs.predicthq.com/getting-started/guides/tutorials/loading-event-data-into-a-data-warehouse.md): Take PredictHQ API data and load it into a data warehouse, in this example, GCP BigQuery.
- [Displaying Events in a Heatmap Calendar](https://docs.predicthq.com/getting-started/guides/tutorials/displaying-events-in-a-heatmap-calendar.md): Learn how to create a heatmap-styled calendar to display event attendance for a location.
- [Displaying Events on a Map](https://docs.predicthq.com/getting-started/guides/tutorials/displaying-events-on-a-map.md): Learn how to display events on a map for a specific location.


---

# 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/guides/tutorials.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.
