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

> Workspace defaults — currency, number and date formatting, timezone, and your logo.

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

General workspace defaults applied across the admin and customer-facing surfaces.

<AccordionGroup>
  <Accordion title="Currency">
    Set your currency code, symbol, and how the symbol is positioned (prefix or suffix, with or without a space).
  </Accordion>

  <Accordion title="Formatting">
    Choose your date and time format and which day the week starts on.
  </Accordion>

  <Accordion title="Timezone">
    Set the account-level default timezone. The picker is a searchable dropdown — type to filter the list. This timezone is used as the fallback when a [location](/docs/settings/locations) does not have its own timezone configured, and appears on finance report exports.

    <Frame>
      <img src="https://mintcdn.com/twicecommerce/5ARkyCTk5wMAizBn/images/settings-organization-timezone.webp?fit=max&auto=format&n=5ARkyCTk5wMAizBn&q=85&s=8aa39c912e7d4231fabd2b4230b8548b" alt="Editable timezone dropdown in General settings" width="1920" height="1080" data-path="images/settings-organization-timezone.webp" />
    </Frame>
  </Accordion>

  <Accordion title="Logo">
    Upload your logo from the [File Manager](/docs/settings/file-manager). Supported formats: HEIC, WEBP, SVG, PNG, JPG. A width around 512px works well.
  </Accordion>
</AccordionGroup>

<Note>
  Storefront colours and fonts are **not** set here — they live in the [Theme Editor](/docs/sales-channels/online-store/theme-editor/overview). Individual locations can override the account timezone in [Locations](/docs/settings/locations) settings.
</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>
