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

> View and manage your TWICE Commerce subscription — current plan, usage, billing, and invoices.

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

View and manage your TWICE Commerce subscription — current plan, usage, billing, and invoices.

<Note>
  **Pay by invoice** is available on the **Standard** and **Enterprise** plans. See [plans](/docs/twice-commerce-overview#pricing).
</Note>

<AccordionGroup>
  <Accordion title="Current plan">
    See your active plan, included features, and usage against any plan limits.
  </Accordion>

  <Accordion title="Billing">
    Update your billing details, payment method, and billing email. Download past invoices from this view.
  </Accordion>

  <Accordion title="Upgrade or downgrade">
    Change plan at any time. Pro-rated charges apply to plan upgrades.
  </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       | Owner | Admin | Manager | Member |
    | ------------- | :---: | :---: | :-----: | :----: |
    | View settings |   ✓   |   ✓   |    ✗    |    ✗   |
    | Edit settings |   ✓   |   ✗   |    ✗    |    ✗   |
  </Tab>
</Tabs>
