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

# Home

> Your dashboard for key metrics and quick access to important functions

<Frame caption="Home">
  <img src="https://mintcdn.com/twicecommerce/Ab7tx7ih94KQsi0k/images/home-dashboard.webp?fit=max&auto=format&n=Ab7tx7ih94KQsi0k&q=85&s=4aa73d04e7db6449340c73ae15eac04c" alt="TWICE Admin Home dashboard showing key metrics and quick actions" width="1920" height="1080" data-path="images/home-dashboard.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 Home page gives you an overview of your account and shortcuts to the most common actions.

<AccordionGroup>
  <Accordion title="Location overview">
    A banner shows your [locations](/docs/settings/locations) at a glance — live and draft counts across all locations, or the selected location's details — with a shortcut to Locations settings.
  </Accordion>

  <Accordion title="Stat cards">
    Four cards summarise your account: **Inventory** (inventory records), **Catalog** (published listings), **Orders** (today), and **Customers** (all locations). Each card links to its section.
  </Accordion>

  <Accordion title="Quick Actions">
    One-click shortcuts to frequent tasks: **Create Order**, **Create Listing**, **Register Stock Item**, and **Create Customer**.
  </Accordion>
</AccordionGroup>

## Related Concepts

Here are a few key concepts of TWICE Commerce that relate to the Home page.

<AccordionGroup>
  <Accordion title="Real-Time Data">
    Stat cards reflect the current state of your inventory, catalog, orders, and customers each time the page loads.
  </Accordion>
</AccordionGroup>

## Visibility and Permissions

Access to this view is controlled by your <Tooltip tip="What a user can see and do — set by their built-in system role (Owner, Admin, Manager, or Member) plus any custom roles assigned to them.">user role</Tooltip>. Permissions use four operations —
<Tooltip tip="Read data without making changes.">view</Tooltip>,
<Tooltip tip="Add new records.">create</Tooltip>,
<Tooltip tip="Update existing records.">manage</Tooltip>, and
<Tooltip tip="Remove records.">delete</Tooltip> — per resource.

The Home page itself is visible to every role. Stat cards and quick actions follow your data permissions: a card only shows counts for data you can view, and a quick action such as **Create Order** requires the matching create permission.

<Tabs>
  <Tab title="Visibility" icon="eye">
    | Feature           | Admin | Manager | Member |
    | ----------------- | :---: | :-----: | :----: |
    | Location overview |   ✓   |    ✓    |    ✓   |
    | Stat cards        |   ✓   |    ✓    |    ✓   |
    | Quick Actions     |   ✓   |    ✓    |    ✓   |
  </Tab>
</Tabs>
