> ## 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 - Listing Templates

> Pre-fill new listings from an existing catalog item to create similar listings quickly.

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 > Listing Templates">
  <img src="https://mintcdn.com/twicecommerce/lZhc_tO8u1u_bL0Q/images/settings-listing-templates.webp?fit=max&auto=format&n=lZhc_tO8u1u_bL0Q&q=85&s=7290f858a74ae18ea1bb2f5b18379230" alt="Listing Templates settings page" width="1920" height="1080" data-path="images/settings-listing-templates.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

A listing template lets you start a new [listing](/docs/concepts/catalog/listings) from an existing catalog item, so creating similar listings is fast.

<AccordionGroup>
  <Accordion title="What a template is">
    A named reference to a catalog item, optionally with one or more [document templates](/docs/settings/documents) attached.
  </Accordion>

  <Accordion title="Create & edit">
    Name the template, pick the catalog item it starts from, and choose any document templates to attach. Edit or delete templates at any time.
  </Accordion>

  <Accordion title="Using a template">
    New listings created from the template start from its catalog item and attached documents.
  </Accordion>
</AccordionGroup>

<Note>
  A template stores this reference only — it doesn't define its own field-by-field defaults.
</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>
