> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/use-case-guides/sports-and-outdoor/skill-level.md).

# Skill Level

&#x20; OVERVIEW &#x20;

The Skill Level field indicates the experience level a product is designed for within its activity category. It helps customers self-select the right product for their current ability and progression goals, and helps merchants position products appropriately across beginner, intermediate, and advanced tiers without relying solely on price.

Skill level is activity-dependent: 'Beginner' means different things for a ski boot, a climbing harness, and a road cycling helmet. This field communicates intent and design optimisation — a beginner ski boot prioritises ease of entry and forgiveness; an advanced boot prioritises power transmission and precision. The customer needs to know which they are buying.

&#x20; BUSINESS VALUE &#x20;

Why this field matters

* Skill level filtering reduces returns from mismatched purchases — a beginner buying advanced gear and finding it unmanageable is a return waiting to happen
* Entry-level and premium product lines can coexist in the same catalogue without confusion when skill level data is structured
* 'Best for beginners' and 'Expert choice' editorial content relies on skill level data to link directly to filtered product ranges
* Skill level is a gift-purchase decision factor — buyers choosing gear for others need skill level guidance to select appropriately
* Sporting goods retailers and outdoor specialists use skill level to build tiered product ranges and loyalty progression paths
* AI recommendation systems use skill level to surface appropriate products as a customer's stated experience level changes

&#x20; ACF SETUP &#x20;

How to configure this field in Accentuate Custom Fields

| Where       | ACF dashboard → Templates tab → Product scope → Add new field                    |
| ----------- | -------------------------------------------------------------------------------- |
| Label       | Skill Level                                                                      |
| Name / Key  | skill\_level                                                                     |
| Namespace   | accentuate (default)                                                             |
| Field type  | Shopify >> Single-line text (List)                                               |
| Multi-value | Yes — many products suit a range of skill levels (e.g. Beginner to Intermediate) |

<br>

| Note: Use multiple values when a product genuinely spans a skill range. A versatile mid-range ski boot may suit both 'Intermediate' and 'Advanced' skiers. List both rather than forcing a single assignment — this ensures the product appears in both filtered views. |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

&#x20; STEP-BY-STEP IN ACF &#x20;

* Open ACF, go to Templates tab and select the Product scope
* Click 'Add new field'
* Label: 'Skill Level' — Key auto-fills as 'skill\_level'
* Namespace: leave as 'accentuate'
* Field type: Shopify >> Single-line text (List)
* Enable 'Allow multiple selections' — skill ranges are common in sports equipment
* Click Done, then Save
* Assign skill level based on the product's design intent and the manufacturer's stated target user

&#x20; REFERENCE VALUES &#x20;

Example values — align with how your customers describe their own ability

| Value                                  | When to use                                                                                                             |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Beginner                               | Products designed for first-time or novice participants — prioritises ease of use, safety, and forgiveness              |
| Intermediate                           | Products for established participants with foundational skills seeking to progress — balanced performance and usability |
| Advanced                               | Products for experienced participants with strong technical skills — optimised for performance over ease of use         |
| Expert / Elite                         | Professional or competition-grade products — maximum performance, minimal margin for error                              |
| All levels                             | Genuinely versatile products appropriate across the full skill spectrum — common for accessories and apparel            |
| Youth / Junior                         | Products designed for children or young participants — scaled dimensions, reduced complexity, enhanced safety           |
| Recreational                           | Non-competitive, leisure-focused use — comfort and accessibility prioritised over performance                           |
| Competitive                            | Products designed with racing or competition use in mind — performance, weight, and specification optimised             |
| Guided / Instructor use                | Products intended for use in guided or instructed settings — rental fleets, outdoor centres, school programmes          |
| Progressive (Beginner to Intermediate) | Products specifically marketed as a step-up — for users outgrowing beginner gear and not yet at full intermediate level |

&#x20; BEST PRACTICES &#x20;

* Base skill level on the product's design intent and manufacturer specification — not on price point alone
* Use 'All levels' only when the product is genuinely designed to perform well across the full ability range — not as a catch-all to avoid the decision
* Align skill level vocabulary with the language your customers use about themselves — 'Intermediate' is universally understood; proprietary tier names are not
* Review skill level assignments when a manufacturer updates a product — tech improvements can shift a product from Advanced to Intermediate
* For rental and fleet products, use 'Guided / Instructor use' as it sets different expectations from consumer retail

&#x20; COMMON MISTAKES &#x20;

* Marking every product 'All levels' to avoid pigeon-holing — this defeats the purpose of the field entirely
* Assigning 'Advanced' based on high price alone — price and skill level are related but not equivalent
* Not accounting for youth / junior sizing — a junior ski helmet is not the same as a beginner helmet for an adult
* Using brand-specific tier names ('Series 3', 'Pro+') as skill level values — customers do not know what these mean
* Forgetting to update skill level when a product is reformulated — new technology can change the intended skill level

&#x20; IN CONTEXT &#x20;

| Alpine Ski Boot — All-Mountain | <p><br></p>              |
| ------------------------------ | ------------------------ |
| Activity                       | Skiing                   |
| Skill level                    | Intermediate, Advanced   |
| Terrain                        | Groomed piste, Off-piste |
| Weather suitability            | Cold conditions, Snow    |

&#x20; DEVELOPER IMPLEMENTATION &#x20;

| Liquid note: Shopify >> List — use .value for the array. Display skill level prominently in the product spec section — it is a pre-purchase fit-check that reduces returns. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

Liquid — Storefront Rendering

\| <p>{% comment %}</p><p>Skill Level — Shopify >> Single-line text (List)</p><p>Namespace: accentuate | Key: skill\_level</p><p>Display in product specs — helps customers self-select</p><p>{% endcomment %}</p><p>{% assign skill\_levels = product.metafields.accentuate.skill\_level.value %}</p><p>{% if skill\_levels != blank %}</p><p>  \<div class="skill-level-tags"></p><p>    \<span class="spec-label">Skill Level\</span></p><p>    {% for level in skill\_levels %}</p><p>      \<span class="skill-badge">{{ level }}\</span></p><p>    {% endfor %}</p><p>  \</div></p><p>{% endif %}</p> |
\| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

<br>

| Pro tip: Build 'Best for Beginners' and 'Expert Choice' curated collections using skill\_level as the collection condition. These are high-converting pages for gift shoppers and self-gifters who know their level but do not know which product to choose. |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

&#x20; SEE ALSO &#x20;

* Activity — skill level is always relative to a specific activity; assign after activity is established
* Safety features — beginner products often emphasise safety features that advanced products trade away for performance
* Terrain — skill level and terrain are correlated; beginners typically stay on easier terrain

| Full ACF documentation: help.accentuate.io \| Metafield Definitions → Fields → Field data type → Shopify field types |
| -------------------------------------------------------------------------------------------------------------------- |

<br>


---

# 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 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/use-case-guides/sports-and-outdoor/skill-level.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.
