# Product Attributes

Product Attributes are considered key features of the listings and include specific information about vehicles.  By adding Product Attributes you can provide Car Specifications.&#x20;

{% tabs %}
{% tab title="Auto Rental One" %}

<figure><img src="/files/0a9kwxSwXWL8qZKs5DmO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Auto Rental Two" %}

<figure><img src="/files/S6ZVPQUOUokgoVUbxMW7" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

In the Rental One demo layout, specifications can be added using Listing Categories, while in the Rental Two demo, they can be added with WooCoommerce attributes.

## How to add Car Specifications in Rental One

You can modify the demo categories or add your own options via the **WordPress Dashboard > Motors Plugin > Custom Fields** section.&#x20;

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

The Category can be edited by expanding it or clicking on the pencil icon:

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

The available options for listing categories are as follows:

* **Singular name** - Singular label of Listing category.
* **Plural name** - Plural label of Listing category.
* **Slug** - The URL for the listing category should be as short as possible.
* **Choose icon** - The symbol representing the category on the reservation page and Vhicles Grid:

{% tabs %}
{% tab title="Vhicles Grid" %}

<figure><img src="/files/gO8W82cVFCF08N7CsMp8" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Reservation page" %}

<figure><img src="/files/uqFpQz1q8DwArVLMzagr" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## How to add Car Specifications in Rental Two

In Rental Two demo layout car specifications are added as Product Attributes:

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

Here you can quickly and easily add attributes and their terms.

* Add a **Name**.
* Add a **Slug**; (optional); this is the URL-friendly version of the name.
* Add an **Attribute Image of t**he symbol representing the category on the reservation page.
* Enable **Show on Car Info** to display attributes on the Reservation page:

{% tabs %}
{% tab title="List view" %}

<figure><img src="/files/fuSM0Rtk2bEwFNkx7O9l" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Grid view" %}

<figure><img src="/files/Gi5GFx2HkTRfNgOtjm5y" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

The new attribute will be added in the table on the right but without values.

**Select the “Configure terms”** text to add attribute values:

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

Next **Add New “Attribute name”**, where “Attribute name” automatically takes the name you gave the attribute in the previous step.

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

Add as many values as you wish. If you selected “Custom ordering” for the attribute, reordering your values can be done here.


---

# 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.stylemixthemes.com/motors-theme-documentation/car-rental-layout-features/rental-products/product-attributes.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.
