> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mercurjs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Attributes

> Create the typed attributes sellers use to describe products and customers use to filter them.

> Reusable product properties like Size, Color, or Material, defined once and used everywhere.

An attribute is a reusable property that describes products. You define attributes once, and sellers apply them to their products. Some attributes can also generate product variants or act as storefront filters.

You manage attributes from "Settings", then "Attributes".

## How-tos

<CardGroup cols={2}>
  <Card title="Create an attribute" href="/user-guide/admin/attributes/how-tos/create-an-attribute">
    Add a new attribute and choose how it stores its value.
  </Card>

  <Card title="Manage possible values" href="/user-guide/admin/attributes/how-tos/manage-possible-values">
    Add or reorder the values sellers can choose from.
  </Card>
</CardGroup>
