# Feature Store

CaraML Feature Store are built upon another open source project [Feast](https://feast.dev/). From CaraML Maintainer's perspective, we have customized Feast to be more suitable for our use case, and lean more towards a production ready system. Work is in progress to provide documentations for CaraML's take of Feast and how it integrates with other CaraML components, stay tuned!&#x20;


---

# 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.caraml.dev/user-guides/feature-store.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.
