# Getting started

- [Quickstart](https://docs.feast.dev/getting-started/quickstart.md)
- [GenAI](https://docs.feast.dev/getting-started/genai.md)
- [Architecture](https://docs.feast.dev/getting-started/architecture.md)
- [Overview](https://docs.feast.dev/getting-started/architecture/overview.md)
- [Language](https://docs.feast.dev/getting-started/architecture/language.md)
- [Push vs Pull Model](https://docs.feast.dev/getting-started/architecture/push-vs-pull-model.md)
- [Write Patterns](https://docs.feast.dev/getting-started/architecture/write-patterns.md)
- [Feature Transformation](https://docs.feast.dev/getting-started/architecture/feature-transformation.md)
- [Feature Serving and Model Inference](https://docs.feast.dev/getting-started/architecture/model-inference.md)
- [Role-Based Access Control (RBAC)](https://docs.feast.dev/getting-started/architecture/rbac.md)
- [Concepts](https://docs.feast.dev/getting-started/concepts.md)
- [Overview](https://docs.feast.dev/getting-started/concepts/overview.md)
- [Project](https://docs.feast.dev/getting-started/concepts/project.md)
- [Data ingestion](https://docs.feast.dev/getting-started/concepts/data-ingestion.md)
- [Entity](https://docs.feast.dev/getting-started/concepts/entity.md)
- [Feature view](https://docs.feast.dev/getting-started/concepts/feature-view.md)
- [Feature retrieval](https://docs.feast.dev/getting-started/concepts/feature-retrieval.md)
- [Point-in-time joins](https://docs.feast.dev/getting-started/concepts/point-in-time-joins.md)
- [\[Alpha\] Saved dataset](https://docs.feast.dev/getting-started/concepts/dataset.md)
- [Permission](https://docs.feast.dev/getting-started/concepts/permission.md)
- [Tags](https://docs.feast.dev/getting-started/concepts/tags.md)
- [Use Cases](https://docs.feast.dev/getting-started/use-cases.md)
- [Components](https://docs.feast.dev/getting-started/components.md)
- [Overview](https://docs.feast.dev/getting-started/components/overview.md)
- [Registry](https://docs.feast.dev/getting-started/components/registry.md)
- [Offline store](https://docs.feast.dev/getting-started/components/offline-store.md)
- [Online store](https://docs.feast.dev/getting-started/components/online-store.md)
- [Feature server](https://docs.feast.dev/getting-started/components/feature-server.md)
- [Compute Engine](https://docs.feast.dev/getting-started/components/compute-engine.md)
- [Provider](https://docs.feast.dev/getting-started/components/provider.md)
- [Authorization Manager](https://docs.feast.dev/getting-started/components/authz_manager.md)
- [OpenTelemetry Integration](https://docs.feast.dev/getting-started/components/open-telemetry.md)
- [Third party integrations](https://docs.feast.dev/getting-started/third-party-integrations.md)
- [FAQ](https://docs.feast.dev/getting-started/faq.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/getting-started.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.
