> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/autozpro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/autozpro/woocommerce/vehicle-attributes-config.md).

# Vehicle Attributes Config

See the official WooCommerce documentation: [Add global attributes to product](https://docs.woocommerce.com/document/managing-product-taxonomies/#add-global-attributes-to-product).

### Creating vehicle attribute

You can go to Admin and add new Attributes the same:

1. Go to `Products -> Attributes`.
2. Enter `Name` (for ex: Compatibility) and `Slug` (for ex: compatibility). Then check the `Enable Archives?` and click on the `Add attribute` button.

![](/files/8Mj6ifNrC1QdbOrWvlPw)

### Adding Vehicles

After making the appropriate settings, we can start adding vehicles.

1. Go to `Products -> Attributes` and click `Configure terms` opposite the previously created attribute (Compatibility).

![](/files/PHZ9DS8ZAYqNBy23Zx3e)

2\. Finally it's time to add the first vehicle. Fill in the following fields:

* **Name** - Just a vehicle name. Can be of any value, but not empty.
* **Vehicle year (since)** - The Year in which vehicle production began (for ex: 2016).
* **Vehicle year (until)** - The year the vehicle ended production (for ex: 2020). Leave blank if the vehicle is still in production.
* **The Vehicle makes** - Vehicle make (for ex:  Ford, BMW, Audi, etc).
* **Vehicle Model** - Vehicle modification name (for ex: Audi 1.5L Turbo).

![Add as many vehicle as you need. When you're done, catch up, we'll be waiting for you in the next section.](/files/sA2oLpxT9ZdLvk6kKfLC)

Add as many vehicle as you need. When you're done, catch up, we'll be waiting for you in the next section.

![](/files/HX5VvGsnxNf5ptjxhVtc)

## **Assign attribute vehicle for each products**

You can add this attribute to the each product the same:

![](/files/e9HpGuY11SGPwtZ30Xvs)

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wpdocs.gitbook.io/autozpro/woocommerce/vehicle-attributes-config.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
