# Properties configuration

Prepare the properties.

### Use advanced view

* **Activated**: Activate a 2-column table view on a product detail page on a storefront.
* **Deactivated**: The properties will be displayed as usual in one column.

<figure><img src="/files/AGbh8IcPD9ycl6NMnf5y" alt=""><figcaption><p>Advanced view option</p></figcaption></figure>

<figure><img src="/files/oiVZQOD6qY8TPOG18VII" alt=""><figcaption><p>Advanced view: Activated</p></figcaption></figure>

<figure><img src="/files/FjlAbZxZpyS0qOZRC0lC" alt=""><figcaption><p>Advanced view: Deactivated</p></figcaption></figure>

***

### Possibility to define a description for property value

Currently, 3 description types are available:

* **Text**: Just a simple plain text.
* **CMS Page**: Assign a CMS page created in a shopping experience.
* **Link**: Use an external or internal link.

<figure><img src="/files/k2uGGsYD8z2rLOGidyxY" alt=""><figcaption><p>Property value description</p></figcaption></figure>

The description is presented on a storefront as:

**Text**

* On hover: A tooltip.
* On click: A modal window.

**CMS Page**

* On click: A modal window.

**Link**

* On click: Redirect to the link.

***

### Possibility to define value options

Each property value can have multiple options.

<figure><img src="/files/QMcXJ1LN3mhV049uAauU" alt=""><figcaption><p>Value options: Administration</p></figcaption></figure>

These options are displayed in the second column on a storefront.

<figure><img src="/files/oKuPUX8NfJ6lEBT0hkQy" alt=""><figcaption><p>Value options: Storefront</p></figcaption></figure>

***

### Possibility to define a description for value options

It's the same as for the [property](#possibility-to-define-a-description-for-property-value) [value](#possibility-to-define-a-description-for-property-value) description.

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

Also, a storefront presentation is the same as for the [property value](#possibility-to-define-a-description-for-property-value) description.

<figure><img src="/files/yGZU7gB560D4kHIO7ARw" alt=""><figcaption><p>On hover: A tooltip</p></figcaption></figure>

<figure><img src="/files/a1pTSesC1SdPSao0MNYc" alt=""><figcaption><p>On click: A modal window</p></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://vendelinsulak.gitbook.io/shopware-6/plugins/advanced-properties/properties-configuration.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.
