# How-to Guides

- [Running Feast with Snowflake/GCP/AWS](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws.md)
- [Install Feast](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/install-feast.md)
- [Create a feature repository](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/create-a-feature-repository.md)
- [Deploy a feature store](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/deploy-a-feature-store.md)
- [Build a training dataset](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/build-a-training-dataset.md)
- [Load data into the online store](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/load-data-into-the-online-store.md)
- [Read features from the online store](https://docs.feast.dev/v0.22-branch/how-to-guides/feast-snowflake-gcp-aws/read-features-from-the-online-store.md)
- [Running Feast in production](https://docs.feast.dev/v0.22-branch/how-to-guides/running-feast-in-production.md)
- [Deploying a Java feature server on Kubernetes](https://docs.feast.dev/v0.22-branch/how-to-guides/fetching-java-features-k8s.md)
- [Adding a custom provider](https://docs.feast.dev/v0.22-branch/how-to-guides/creating-a-custom-provider.md)
- [Adding a new online store](https://docs.feast.dev/v0.22-branch/how-to-guides/adding-support-for-a-new-online-store.md)
- [Adding a new offline store](https://docs.feast.dev/v0.22-branch/how-to-guides/adding-a-new-offline-store.md)
- [Adding or reusing tests](https://docs.feast.dev/v0.22-branch/how-to-guides/adding-or-reusing-tests.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.feast.dev/v0.22-branch/how-to-guides.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.
