# Reference

- [Data sources](https://docs.feast.dev/v0.19-branch/reference/data-sources.md)
- [File](https://docs.feast.dev/v0.19-branch/reference/data-sources/file.md)
- [Snowflake](https://docs.feast.dev/v0.19-branch/reference/data-sources/snowflake.md)
- [BigQuery](https://docs.feast.dev/v0.19-branch/reference/data-sources/bigquery.md)
- [Redshift](https://docs.feast.dev/v0.19-branch/reference/data-sources/redshift.md)
- [Spark](https://docs.feast.dev/v0.19-branch/reference/data-sources/spark.md)
- [Offline stores](https://docs.feast.dev/v0.19-branch/reference/offline-stores.md)
- [File](https://docs.feast.dev/v0.19-branch/reference/offline-stores/file.md)
- [Snowflake](https://docs.feast.dev/v0.19-branch/reference/offline-stores/snowflake.md)
- [BigQuery](https://docs.feast.dev/v0.19-branch/reference/offline-stores/bigquery.md)
- [Redshift](https://docs.feast.dev/v0.19-branch/reference/offline-stores/redshift.md)
- [Spark](https://docs.feast.dev/v0.19-branch/reference/offline-stores/spark.md)
- [Online stores](https://docs.feast.dev/v0.19-branch/reference/online-stores.md)
- [SQLite](https://docs.feast.dev/v0.19-branch/reference/online-stores/sqlite.md)
- [Redis](https://docs.feast.dev/v0.19-branch/reference/online-stores/redis.md)
- [Datastore](https://docs.feast.dev/v0.19-branch/reference/online-stores/datastore.md)
- [DynamoDB](https://docs.feast.dev/v0.19-branch/reference/online-stores/dynamodb.md)
- [Providers](https://docs.feast.dev/v0.19-branch/reference/providers.md)
- [Local](https://docs.feast.dev/v0.19-branch/reference/providers/local.md)
- [Google Cloud Platform](https://docs.feast.dev/v0.19-branch/reference/providers/google-cloud-platform.md)
- [Amazon Web Services](https://docs.feast.dev/v0.19-branch/reference/providers/amazon-web-services.md)
- [Feature repository](https://docs.feast.dev/v0.19-branch/reference/feature-repository.md)
- [feature\_store.yaml](https://docs.feast.dev/v0.19-branch/reference/feature-repository/feature-store-yaml.md)
- [.feastignore](https://docs.feast.dev/v0.19-branch/reference/feature-repository/feast-ignore.md)
- [Feature servers](https://docs.feast.dev/v0.19-branch/reference/feature-servers.md)
- [Local feature server](https://docs.feast.dev/v0.19-branch/reference/feature-servers/local-feature-server.md)
- [\[Alpha\] Data quality monitoring](https://docs.feast.dev/v0.19-branch/reference/dqm.md)
- [\[Alpha\] On demand feature view](https://docs.feast.dev/v0.19-branch/reference/alpha-on-demand-feature-view.md)
- [\[Alpha\] Stream ingestion](https://docs.feast.dev/v0.19-branch/reference/alpha-stream-ingestion.md)
- [\[Alpha\] AWS Lambda feature server](https://docs.feast.dev/v0.19-branch/reference/alpha-aws-lambda-feature-server.md)
- [Feast CLI reference](https://docs.feast.dev/v0.19-branch/reference/feast-cli-commands.md)
- [Usage](https://docs.feast.dev/v0.19-branch/reference/usage.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.19-branch/reference.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.
