# I added a new field definition but it is not showing in my storefront

Once you have defined a new field in ACF you need to reference it in your theme code wherever you want its content to show. You can read our getting started guide on[How to show fields in your storefront](/introduction/how-to-show-fields-in-your-storefront.md)

You can also see examples of how to work with the specific field types in [ACF Field types](/metafield-definitions/create-a-metafield-definition/field-data-type/acf-field-types.md) or [Shopify Field types](/metafield-definitions/create-a-metafield-definition/field-data-type/shopify-field-types.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://help.accentuate.io/help/faq/i-added-a-new-field-definition-but-it-is-not-showing-in-my-storefront.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.
