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

# Modules

> Enable or disable platform modules for the organization and apply configuration presets to customize the active feature set.

Modules is the admin settings page at `/settings/modules` where system administrators enable or disable individual platform modules and apply configuration presets to tailor the platform to the organization's active service lines.

## Overview

The page renders `ModulePresetsManager` (for applying preset configurations) and `ModuleConfigurationSection` (for manually enabling/disabling individual modules) within a `SettingsPageHeader` container. Module changes affect which cores are accessible to the organization's users.

## Who it's for

Requires permission `system.organizations.admin`.

## Before you start

* You must hold `system.organizations.admin`.
* Consult with your implementation team or Encore Health support before disabling modules — dependent features and workflows may break.

## Steps

1. Navigate to **Settings → Modules** (`/settings/modules`).
2. Review available configuration presets in the **Presets** section. Apply a preset to configure a standard set of modules for your service line.
3. In the **Module Configuration** section, review individual module toggles.
4. Enable or disable modules as needed.
5. Confirm changes if prompted.

## Key concepts

**Module presets** — pre-built configurations that enable/disable sets of modules appropriate for a specific service model (e.g., residential, IOP). Specific presets should be confirmed with an SME.

**Module** — a platform core (e.g., RH, FA, HR, CL, PM) that can be toggled independently. Disabled modules hide their routes and features from the organization's users.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/settings/pages/PlatformModulesPage.tsx
  * src/platform/settings/components/ModuleConfigurationSection.tsx
</Accordion>
