# FieldsRaven developer docs

## FieldsRaven developer docs

- [Welcome!](https://docs.fieldsraven.app/welcome.md)
- [Quick Start](https://docs.fieldsraven.app/quick-start.md): Learn how you can create metafields on the storefront.
- [App embeds](https://docs.fieldsraven.app/app-embeds.md)
- [Sitemap manager](https://docs.fieldsraven.app/app-embeds/sitemap-manager.md): Hide a resource from search engines and sitemaps in Shopify
- [Customer Birthday Popup](https://docs.fieldsraven.app/app-embeds/customer-birthday-popup.md)
- [FAQ](https://docs.fieldsraven.app/faq.md)
- [Create a single\_line\_text\_field metafield](https://docs.fieldsraven.app/code-examples/create-a-single_line_text_field-metafield.md)
- [Delete a metafield](https://docs.fieldsraven.app/code-examples/delete-a-metafield.md)
- [Create a product\_reference metafield](https://docs.fieldsraven.app/code-examples/create-a-product_reference-metafield.md)
- [Create a list.product\_reference metafield](https://docs.fieldsraven.app/code-examples/create-a-list.product_reference-metafield.md)
- [Create a json metafield](https://docs.fieldsraven.app/code-examples/create-a-json-metafield.md)
- [Create multiple metafields (aka flock)](https://docs.fieldsraven.app/code-examples/create-multiple-metafields-aka-flock.md)
- [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)
- [Troubleshooting](https://docs.fieldsraven.app/troubleshooting.md)
- [Klaviyo](https://docs.fieldsraven.app/klaviyo.md)
- [Airtable](https://docs.fieldsraven.app/airtable.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fieldsraven.app/welcome.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.
