# Third-Party Integrations

- [Receive Data via Snowflake](https://docs.predicthq.com/integrations/third-party-integrations/snowflake.md)
- [Example SQL Queries for Snowflake](https://docs.predicthq.com/integrations/third-party-integrations/snowflake/example-sql-queries-for-snowflake.md)
- [Snowflake Data Science Guide](https://docs.predicthq.com/integrations/third-party-integrations/snowflake/snowflake-data-science-guide.md): Transforming Event Data into ML-Ready Features in Snowflake
- [Snowpark Method Guide](https://docs.predicthq.com/integrations/third-party-integrations/snowflake/snowflake-data-science-guide/snowpark-method-guide.md): Transforming Event Data into ML-Ready Features using Snowpark and Python
- [SQL Method Guide](https://docs.predicthq.com/integrations/third-party-integrations/snowflake/snowflake-data-science-guide/sql-method-guide.md): Transforming Event Data into ML-Ready Features using SQL
- [Receive Data via AWS Data Exchange](https://docs.predicthq.com/integrations/third-party-integrations/aws-data-exchange.md)
- [CSV/Parquet Data Structure for ADX](https://docs.predicthq.com/integrations/third-party-integrations/aws-data-exchange/csv-parquet-data-structure-for-adx.md): Data can be provided as NDJSON, CSV or Parquet. This document describes the CSV/Parquet data structure.
- [NDJSON Data Structure for ADX](https://docs.predicthq.com/integrations/third-party-integrations/aws-data-exchange/ndjson-data-structure-for-adx.md): Data can be provided as NDJSON, CSV or Parquet. This document describes the NDJSON data structure.
- [Receive Data via SFTP](https://docs.predicthq.com/integrations/third-party-integrations/sftp.md)
- [Integrate with Databricks](https://docs.predicthq.com/integrations/third-party-integrations/integrate-with-databricks.md): Leveraging PredictHQ's Event Data for Enhanced Analytics and Machine Learning Models in Databricks.
- [Integrate with Tableau](https://docs.predicthq.com/integrations/third-party-integrations/tableau-data-connector.md): Use events data in Tableau
- [Integrate with a Demand Forecast in PowerBI](https://docs.predicthq.com/integrations/third-party-integrations/integrate-with-a-demand-forecast-in-powerbi.md): Use PowerBI's AutoML models to forecast demand using PredictHQ technologies.
- [Google Cloud BigQuery](https://docs.predicthq.com/integrations/third-party-integrations/google-cloud-bigquery.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/integrations/third-party-integrations.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.
