> For the complete documentation index, see [llms.txt](https://docs.feast.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feast.dev/project.md).

# Project

- [Contribution process](https://docs.feast.dev/project/contributing.md)
- [Development guide](https://docs.feast.dev/project/development-guide.md)
- [Backwards Compatibility Policy](https://docs.feast.dev/project/compatibility.md)
- [Maintainer Docs](https://docs.feast.dev/project/compatibility/maintainers.md)
- [Versioning policy](https://docs.feast.dev/project/versioning-policy.md): Versioning policies and status of Feast components
- [Release process](https://docs.feast.dev/project/release-process.md)
- [Feast 0.9 vs Feast 0.10+](https://docs.feast.dev/project/feast-0.9-vs-feast-0.10+.md)
- [Architecture Decision Records](https://docs.feast.dev/project/adr.md)
- [ADR-0001: Feature Services](https://docs.feast.dev/project/adr/adr-0001-feature-services.md)
- [ADR-0002: Component Refactor](https://docs.feast.dev/project/adr/adr-0002-component-refactor.md)
- [ADR-0003: On-Demand Transformations](https://docs.feast.dev/project/adr/adr-0003-on-demand-transformations.md)
- [ADR-0004: Entity Join Key Mapping](https://docs.feast.dev/project/adr/adr-0004-entity-join-key-mapping.md)
- [ADR-0005: Stream Transformations](https://docs.feast.dev/project/adr/adr-0005-stream-transformations.md)
- [ADR-0006: Kubernetes Operator](https://docs.feast.dev/project/adr/adr-0006-kubernetes-operator.md)
- [ADR-0007: Unified Feature Transformations](https://docs.feast.dev/project/adr/adr-0007-unified-feature-transformations.md)
- [ADR-0008: Feature View Versioning](https://docs.feast.dev/project/adr/adr-0008-feature-view-versioning.md)
- [ADR-0009: Contribution and Extensibility](https://docs.feast.dev/project/adr/adr-0009-contribution-extensibility.md)
- [ADR-0010: Vector Database Integration](https://docs.feast.dev/project/adr/adr-0010-vector-database-integration.md)
- [ADR-0011: Data Quality Monitoring](https://docs.feast.dev/project/adr/adr-0011-data-quality-monitoring.md)
- [ADR-0012: LabelView](https://docs.feast.dev/project/adr/adr-0012-label-view.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/project.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.
