# Option Name

While the **Option Label** is shown to customers on the **product page**, the **Option Name** appears on the **shopping cart**, **checkout**, and **order** pages.

* In most cases, the Option Name can be the same as the Option Label.
* The Option Name also serves an **internal purpose** — helping the system distinguish between different options.

**Important:**

* Each Option Name within the same option set **must be unique**.
* You cannot have two options with identical names in one option set.

**Example:**

* Option Label: **Size** → Option Name: **Size**
* Option Label: **Gift Message** → Option Name: **Gift Message**

💡 Tip: Use clear and consistent names to avoid confusion in orders and reports.

<figure><img src="/files/rm8s9nnYA6rOWVqAFdP3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wmmzpBhMWzuM19MPVnVC" alt=""><figcaption></figcaption></figure>


---

# 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.globo.io/options/option-elements/key-terminology-simplified/option-name.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.
