# Customizing Feast

Feast is highly pluggable and configurable:

* One can use existing plugins (offline store, online store, batch materialization engine, providers) and configure those using the built in options. See reference documentation for details.
* The other way to customize Feast is to build your own custom components, and then point Feast to delegate to them.

Below are some guides on how to add new custom components:

{% content-ref url="customizing-feast/adding-a-new-offline-store" %}
[adding-a-new-offline-store](https://docs.feast.dev/v0.45-branch-1/how-to-guides/customizing-feast/adding-a-new-offline-store)
{% endcontent-ref %}

{% content-ref url="customizing-feast/adding-support-for-a-new-online-store" %}
[adding-support-for-a-new-online-store](https://docs.feast.dev/v0.45-branch-1/how-to-guides/customizing-feast/adding-support-for-a-new-online-store)
{% endcontent-ref %}

{% content-ref url="customizing-feast/creating-a-custom-materialization-engine" %}
[creating-a-custom-materialization-engine](https://docs.feast.dev/v0.45-branch-1/how-to-guides/customizing-feast/creating-a-custom-materialization-engine)
{% endcontent-ref %}

{% content-ref url="customizing-feast/creating-a-custom-provider" %}
[creating-a-custom-provider](https://docs.feast.dev/v0.45-branch-1/how-to-guides/customizing-feast/creating-a-custom-provider)
{% endcontent-ref %}


---

# 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.45-branch-1/how-to-guides/customizing-feast.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.
