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

# Settings - Attributes & Tags

> Define the custom attributes and tags available across inventory, catalog, customers, and orders.

export const userRoleDefinition = "What a user can see and do. Each user has one built-in system role — Owner, Admin, Manager, or Member — and can also be assigned any number of custom roles you create with specific permissions. Effective access is the combination of all their roles.";

<Frame caption="Settings > Attributes & Tags">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/settings-attributes-tags.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=c098f9058a9d05a89d8efdcd1464b4f7" alt="Attributes & Tags settings page" width="1920" height="1080" data-path="images/settings-attributes-tags.webp" />
</Frame>

<Info>
  This view can look different dependent on your user role. <br />See [Visibility & Permissions](#visibility-and-permissions) for details.
</Info>

## Primary Purpose

Define the custom attributes and tags used across TWICE. See [Attributes](/docs/concepts/admin/attributes) and [Attribute Groups](/docs/concepts/admin/attribute-groups) for the concepts.

<AccordionGroup>
  <Accordion title="Attributes">
    Add custom fields for **stock items**, **listings**, **customers**, and **orders**. Formats: text, number, boolean, date, date & time, select, multi-select, and formula. Select and multi-select options use a stable key with an editable label.
  </Accordion>

  <Accordion title="Attribute groups">
    Organise related attributes into groups so they appear together in the admin.
  </Accordion>

  <Accordion title="Tags">
    Create tags per area — inventory, catalog, customers, and orders — to label and filter records.
  </Accordion>
</AccordionGroup>

<Note>
  Order attributes support the same formats as other attribute areas (text, number, boolean, date, select, multi-select) and can be [captured at checkout](/docs/settings/checkouts/steps) or edited directly on the [order detail page](/docs/orders/order-tabs/attributes).
</Note>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip={userRoleDefinition}>user role</Tooltip>.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature       | Admin | Manager | Member |
    | ------------- | :---: | :-----: | :----: |
    | View settings |   ✓   |    ✓    |    ✓   |
    | Edit settings |   ✓   |    ✓    |    ✓   |
  </Tab>
</Tabs>
