# Learn Feast

Explore the following resources to learn more about Feast:

* [Concepts](/v0.11-branch/undefined.md) describes all important Feast API concepts.
* [User guide](/v0.11-branch/feast-on-kubernetes/user-guide/define-and-ingest-features.md) provides guidance on completing Feast workflows.
* [Examples](https://github.com/feast-dev/feast/tree/master/examples) contains Jupyter notebooks that you can run on your Feast deployment.
* [Advanced](/v0.11-branch/feast-on-kubernetes/advanced-1/troubleshooting.md) contains information about both advanced and operational aspects of Feast.
* [Reference](/v0.11-branch/feast-on-kubernetes/reference-1/api.md) contains detailed API and design documents for advanced users.
* [Contributing](/v0.11-branch/contributing/contributing.md) contains resources for anyone who wants to contribute to Feast.

{% hint style="info" %}
The best way to learn Feast is to use it. Jump over to our [Quickstart](/v0.11-branch/feast-on-kubernetes/getting-started/install-feast/quickstart.md) guide to have one of our examples running in no time at all!
{% endhint %}


---

# 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.11-branch/feast-on-kubernetes/getting-started/learn-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.
