# Features List

The **Features List** section allows you to display a detailed list of a vehicle's features on the listing page. This section highlights the key attributes and specifications of the vehicle, helping potential buyers understand what the vehicle offers.

<figure><img src="/files/3gkusdEK7PD0V0HqVHQD" alt=""><figcaption><p>Front-End view of the Features List</p></figcaption></figure>

## Managing Features List

The list of available features can be added, removed, or modified by navigating to **WP Dashboard > Listing Page Details > Features List**. This allows you to customize the features displayed for each vehicle listing.

<figure><img src="/files/I2X9ECpkZOwGjzcP9RMr" alt=""><figcaption><p>Features List</p></figcaption></figure>

### Adding new list

To add a new list, click the **'+ List'** button at the bottom of the page:

<figure><img src="/files/qG9XulI3RHKmpUlFtIkY" alt=""><figcaption><p>Adding new List</p></figcaption></figure>

<figure><img src="/files/oRsIaaGXxDCUPYJPkT3X" alt=""><figcaption><p>Creation New List</p></figcaption></figure>

* **Title -** Enter the title of the list:

<figure><img src="/files/D6c9vFVtAhC89npDTk8J" alt=""><figcaption><p>Titles of Featured Lists</p></figcaption></figure>

* **Add Features to the List** - select the features that need to be displayed in the list:

{% tabs %}
{% tab title="Features Added " %}

<figure><img src="/files/BzpzYcnzDtgfDVRD5CTn" alt=""><figcaption><p>Adding Features to the List</p></figcaption></figure>

{% endtab %}

{% tab title="Result" %}

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

{% hint style="info" %}
This was about adding **a new feature list.** To add a new feature, [check this out.](#adding-new-feature)
{% endhint %}

### Removing List

To remove the list, click on the delete button in the top right corner:

<figure><img src="/files/r90PUtrTrfBW2281ijt8" alt=""><figcaption><p>Removing the list</p></figcaption></figure>

## Adding New Feature

To add a new feature, use the link at the top of the page:

<figure><img src="/files/bzsI4Fg9LshOWu643uzM" alt=""><figcaption><p>Add new Feature</p></figcaption></figure>

On the newly opened page, you'll see a small form on the **right side** that you can use to **add a new feature**. On the left side, you can see the full list of available features, where you can add, remove, or delete them:

<figure><img src="/files/aVjFCWR7PxCuv926Z7ix" alt=""><figcaption><p>Additional Features</p></figcaption></figure>

* **Name -** use this text area to enter the name of the feature you want to add to the list. This name will appear on the listing page to describe the specific attribute of the vehicle.
* **Slug -** use this text area to enter the slug for the feature. The slug is a URL-friendly version of the feature name, typically lowercase and with hyphens instead of spaces, which will be used in the website's address bar.
* **Description -** it is not prominent by default; however, some themes may show it.

{% hint style="warning" %}
If a feature is not added to a list, it will not be available to display on the listing detail page. Therefore, make sure [to add features to a list](#adding-new-list) to ensure they appear correctly.
{% endhint %}


---

# 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-car-dealer-classifieds-and-listing/single-listing/listing-page-details/features-list.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.
