> ## 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.

# Customer - Attributes

> Custom fields that describe and classify customers

export const viewAccessDefinition = "Read-only access without ability to make changes.";

export const editAccessDefinition = "Update and read data, but cannot create or delete.";

export const manageAccessDefinition = "Create, update, read, and delete data.";

export const permissionsDefinition = "The actions you are authorized to perform.";

export const visibilityDefinition = "Which features, sections, or data tables are visible to you.";

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="Customers > [Customer] > Attributes">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/customer-attributes-tab.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=decc8380f516022e6c4de18b32a7fa61" alt="Customer attributes tab showing custom fields" width="1920" height="1080" data-path="images/customer-attributes-tab.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

The Attributes tab stores custom field values for the customer — anything beyond the default profile fields. Use it to capture loyalty tier, certification status, dietary requirements, language preference, or any other data your operations need.

<AccordionGroup>
  <Accordion title="Custom profile fields">
    Add fields that matter to your business — verification status, membership level, tax-exempt flags, internal notes.
  </Accordion>

  <Accordion title="Segmentation">
    Filter customers by attribute values to build segments for reporting and communications.
  </Accordion>

  <Accordion title="Workflows">
    Use attribute values as triggers or conditions in [Workflows](/docs/workflows).
  </Accordion>
</AccordionGroup>

## Related Concepts

<AccordionGroup>
  <Accordion title="Attributes & Attribute Groups">
    Learn how attributes are defined in [Attributes](/docs/concepts/admin/attributes) and [Attribute Groups](/docs/concepts/admin/attribute-groups).
  </Accordion>

  <Accordion title="Customer Groups">
    Combine attribute-based segments with [Customer Groups](/docs/concepts/customers/customer-groups) for richer targeting.
  </Accordion>
</AccordionGroup>

## 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 Attributes       | ✓     | ✓       | ✓      |
    | Edit Attribute Values | ✓     | ✓       | ✗      |
  </Tab>

  <Tab title="Permissions" icon="key">
    | Resource         | Admin  | Manager | Member |
    | ---------------- | ------ | ------- | ------ |
    | Attribute Values | Manage | Edit    | View   |
  </Tab>
</Tabs>
