> ## Documentation Index
> Fetch the complete documentation index at: https://help.clinikehr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings

> A map of every settings tab a lab has, who is allowed to open them, which controls are owner-only, and where the other editions' tabs live.

export const Path = ({steps = []}) => <span className="ck-path">
    {steps.map((s, i) => <span key={i} className="ck-path__step">
        {i > 0 ? <span className="ck-path__sep" aria-hidden="true">
            ›
          </span> : null}
        {s}
      </span>)}
  </span>;

export const Availability = ({editions = ['all'], plans, roles, note}) => {
  const list = editions.includes('all') ? ['clinic', 'pharmacy', 'lims'] : editions;
  return <div className="ck-avail" role="note" aria-label="Feature availability">
      <span className="ck-avail__label">Available in</span>

      {list.map(e => <span key={e} className={`ck-pill ck-pill--${e}`}>
          {EDITION_LABELS[e] || e}
        </span>)}

      {plans ? <span className="ck-avail__label">Plan</span> : null}
      {plans ? <span className="ck-pill ck-pill--plan">{plans}</span> : null}

      {roles ? <span className="ck-avail__label">Who</span> : null}
      {roles ? <span className="ck-pill ck-pill--role">{roles}</span> : null}

      {note ? <span className="ck-avail__note">{note}</span> : null}
    </div>;
};

<Availability editions={['lims']} roles="Owner, manager or accountant" />

Settings holds everything that applies to the whole lab: the name and address printed on your reports, who works here and what they may do, which laboratory workflow your bench runs, how you are paid, and how your data is kept and exported. Nothing here changes a single order.

<Path steps={['Sidebar', 'Settings']} />

## Getting in, and who can

**Settings** sits at the foot of the sidebar, under the modules. Opening it needs an **owner**, a **manager** or an **accountant**. Anyone else — including a bench scientist with full result-entry rights — sees "You don't have permission to access the settings module. Please contact your clinic administrator." instead of the screen.

On a desktop the screen opens with a left rail titled **Lab Settings**, strapline "Configure your professional workspace", holding collapsible groups of tabs. On a phone that rail collapses into a single dropdown. The tabs are identical either way.

<Note>
  The settings screen says **Client** where the rest of your lab says patient. Its third section is headed **CLIENT EXPERIENCE** and the portal tab is labelled **Client Portal**, while the sidebar title reads **Lab Settings** and its first section reads **LABORATORY**. Same people, two words. We use "patients" throughout these pages and quote the screen's own wording whenever we name a control, so you can match what is in front of you.
</Note>

## Getting in is not the same as being able to change everything

Several controls are **owner-only**, and they are the ones that touch money and identity:

| Owner-only                                                              | On                                                                                         |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| **Currency**, **Tax Rate (%)**, **Free Clinic Mode**, **Flat Rate Fee** | [Billing and plans](/lims/settings/billing)                                                |
| Every field, including the name, logo and timezone                      | [General settings](/lims/settings/general)                                                 |
| **Invite Staff** and every row action                                   | [Staff and teams](/lims/settings/staff)                                                    |
| **Require Two-Factor Authentication**                                   | [Security](/lims/settings/security)                                                        |
| Adding, editing and toggling payment channels                           | [Payment details](/lims/settings/payment-details)                                          |
| Connecting Stripe or Paystack                                           | [Online payments](/lims/settings/online-payments)                                          |
| Publishing the portal and saving document defaults                      | [Client Portal](/lims/settings/portal), [Sharable documents](/lims/settings/sharable-docs) |
| The inventory **Danger Zone** — hidden entirely, not greyed out         | [Inventory settings](/lims/settings/inventory)                                             |

A manager or accountant sees these with their current values and no save button. Most give no message explaining why, so if a field refuses an edit in silence, this table is the reason.

## A tab you were sent to is not there

Settings links carry a `?tab=` on the end, and a tab this edition does not include **silently falls back to General Settings** rather than showing an error. A link that lands you on **General Settings** when you expected something else is almost never broken — it is telling you that tab does not exist for a lab.

## The four sections

| Section               | Tabs                                                                        |
| --------------------- | --------------------------------------------------------------------------- |
| **LABORATORY**        | General Settings · Staff & Teams · Inventory · Lab Workflow · Notifications |
| **BILLING**           | Billing & Plans · Online Payments · Payment Details                         |
| **CLIENT EXPERIENCE** | Client Portal · Sharable Documents                                          |
| **SYSTEM**            | Security · Data Export                                                      |

**Inventory** appears when the Inventory area is switched on for your workspace. **Lab Workflow** exists only on Diagnostics — no other edition has it. A lab has no **AUTOMATION & AI** section, because both of the tabs that would fill it belong to the clinical edition. The notification group inside **LABORATORY** is headed **Laboratory notifications**.

## Open a tab

<Columns cols={2}>
  <Card title="General settings" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/building.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=2fb11462a1b8cdaf272232e89a060f52" href="/lims/settings/general" width="24" height="24" data-path="images/icons/building.svg">
    Name, logo, address, contact details and the timezone your turnaround times are measured against.
  </Card>

  <Card title="Staff and teams" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/users-gear.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=210d44238273a7f360d481bc6e067e0c" href="/lims/settings/staff" width="24" height="24" data-path="images/icons/users-gear.svg">
    The staff list, the five-step invite wizard, the four lab roles, and who may authorise a result.
  </Card>

  <Card title="Inventory settings" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/vials.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=607b533568fc4d01929910a5988b8777" href="/lims/settings/inventory" width="24" height="24" data-path="images/icons/vials.svg">
    Expiry horizons, expiry dates on delivery, dispense enforcement and the danger zone.
  </Card>

  <Card title="Lab workflow" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/test-tube.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=e407873b7d0c46f0b3abb9fad70f2255" href="/lims/settings/lab-workflow" width="24" height="24" data-path="images/icons/test-tube.svg">
    Standard clinical, full DOT/SAMHSA, reference-lab intake only, or both — and what changes on screen.
  </Card>

  <Card title="Notifications" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/bell.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=e54c2cf755575f796a64e098e2f11de9" href="/lims/settings/notifications" width="24" height="24" data-path="images/icons/bell.svg">
    The master email switch and the categories your lab receives.
  </Card>

  <Card title="Billing and plans" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/credit-card.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=0cb94e491d19b5f3dfd58a1eb2cfc987" href="/lims/settings/billing" width="24" height="24" data-path="images/icons/credit-card.svg">
    Currency, tax rate, flat fees and free-clinic mode — all owner-only.
  </Card>

  <Card title="Online payments" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/money-bill-transfer.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=4cac2e69b070de30b5159da0db7a2602" href="/lims/settings/online-payments" width="24" height="24" data-path="images/icons/money-bill-transfer.svg">
    Connect Stripe or Paystack so patients and referrers can pay you by card.
  </Card>

  <Card title="Payment details" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/banknote.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=2b006617866720388d997ad5db06b379" href="/lims/settings/payment-details" width="24" height="24" data-path="images/icons/banknote.svg">
    Bank accounts and other channels, printed on invoices while a balance is due.
  </Card>

  <Card title="Client Portal" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/globe.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=80fb437fa57114503e6e15ce57caea44" href="/lims/settings/portal" width="24" height="24" data-path="images/icons/globe.svg">
    Publish the portal where patients read their own results — and the button that takes it offline.
  </Card>

  <Card title="Sharable documents" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/file-signature.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=56479d2831428faa9e72d83bc99e07f7" href="/lims/settings/sharable-docs" width="24" height="24" data-path="images/icons/file-signature.svg">
    Consent forms and intakes that go out automatically when a patient books.
  </Card>

  <Card title="Security" icon="https://mintcdn.com/clinikehr/nLyvBRumcl1Yk8z3/images/icons/shield-check.svg?fit=max&auto=format&n=nLyvBRumcl1Yk8z3&q=85&s=5d8bb633f471c4058b637fc75112837b" href="/lims/settings/security" width="24" height="24" data-path="images/icons/shield-check.svg">
    Require two-factor across the lab, and read the bypass alerts.
  </Card>

  <Card title="Data export" icon="https://mintcdn.com/clinikehr/gjlpJWWKqjyYNRzM/images/icons/file-export.svg?fit=max&auto=format&n=gjlpJWWKqjyYNRzM&q=85&s=291214922dbe9071770febfdac6e30ac" href="/lims/settings/data-export" width="24" height="24" data-path="images/icons/file-export.svg">
    Take a copy of your own data as CSV or ZIP, before you need it.
  </Card>
</Columns>

## Looking for a tab that isn't here?

Settings changes by edition, so several tabs people ask for genuinely do not exist on a Diagnostics workspace.

| Tab                                                                                         | Where it lives                         | Documented in                                      |
| ------------------------------------------------------------------------------------------- | -------------------------------------- | -------------------------------------------------- |
| **Auto Pay**, **Memberships**, **Store Page**                                               | Clinic & Hospital only                 | [Clinic settings](/practice/settings/index)        |
| **Appointment Services**, **Booking Settings**, **Booking Page Designer**, **Contact Form** | Clinic & Hospital only                 | [Clinic settings](/practice/settings/index)        |
| **Communications**, **AI Settings**, **Calendar Integrations**                              | Clinic & Hospital only                 | [Clinic settings](/practice/settings/index)        |
| **Insurance Settings**                                                                      | Clinic & Hospital, solo and team plans | [Insurance settings](/practice/settings/insurance) |
| **Loyalty Program**                                                                         | Pharmacy only                          | [Loyalty program](/pharmacy/settings/loyalty)      |
| **Facility**, **Theatre**, **Ward Management**, **Departments**, **Role Navigation**        | Enterprise plan, clinical edition      | [Hospital settings](/hospital/settings/index)      |

If you followed a link or a bookmark to one of those you will land on **General Settings** rather than an error page — that is the fallback working, not a fault. To compare what each edition and plan includes, see [Plans and editions](/platform/plans/overview).
