# SKU options

SKU options represent any personalization or feature that customers can add to selected SKUs. They can have a price and a delay time (e.g., preparation time) and can be defined by market. The set of SKUs on which to apply a specific option can be defined by properly setting the `sku_code_regex` attribute (the RegEx maximum allowed length is **5000** chars).

<details>

<summary>Data model</summary>

Check the related [ER diagram](/data-model/products/sku-options.md) and explore the flowchart that illustrates how the SKU option resource relates to the other API entities.

</details>


---

# 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.commercelayer.io/core-api-reference/sku_options.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.
