# Example features

- [Customer Birthday Popup (WIP)](https://docs.fieldsraven.app/example-features/customer-birthday-popup-wip.md)
- [Sitemap Manager (WIP)](https://docs.fieldsraven.app/example-features/sitemap-manager-wip.md)
- [Page SEO Editor (TBD)](https://docs.fieldsraven.app/example-features/page-seo-editor-tbd.md): TBD
- [Product FOMO (TBD)](https://docs.fieldsraven.app/example-features/product-fomo-tbd.md): TBD
- [Show off live traffic (TBD)](https://docs.fieldsraven.app/example-features/show-off-live-traffic-tbd.md)
- [Collect custom customer attributes](https://docs.fieldsraven.app/example-features/collect-custom-customer-attributes.md): Build a simple form to collect custom customer attributes, store them into a customer metafield and optionally sync them with Klaviyo.
- [Wish List](https://docs.fieldsraven.app/example-features/wish-list.md): Build a basic wish list feature in Shopify themes with AlpineJS
- [Customer registration with custom attributes](https://docs.fieldsraven.app/example-features/customer-registration-with-custom-attributes.md)
- [Customer Product Registration](https://docs.fieldsraven.app/example-features/customer-product-registration.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.fieldsraven.app/example-features.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.
