# Get ML Features

See the [notebook on GitHub](https://github.com/predicthq/phq-data-science-docs/blob/master/demand-forecasting-with-events/get-features-with-features-api.ipynb).

## Technical documentation

Below are some technical documentation relevant to this guide:

* [Features](https://app.gitbook.com/s/kEFs8urDbSJqBmXUI3Lv/features "mention")
* [python-sdk](https://docs.predicthq.com/sdks/python-sdk "mention")
* [event-categories](https://docs.predicthq.com/getting-started/predicthq-data/event-categories "mention")

## ML Features in Snowflake

See the [Snowflake Data Science Guide](https://docs.predicthq.com/integrations/third-party-integrations/snowflake/snowflake-data-science-guide) for details on how to create ML features in Snowflake. Follow this guide on how to get ML features from Snowflake tables as an alternative to calling the Features API directly.


---

# 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/features-api-guides/feature-engineering-guide.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.
