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

# Modules

> Turn features on and off. Configure exactly how each one behaves.

Modules control what your platform can do. Events, payments, discussions, local centers — each is a module you can turn on, turn off, and fine-tune.

Only enable what you need. Fewer modules = cleaner interface for everyone.

<img src="https://mintcdn.com/orgo-dc7abe63/cmshtb5BOtVAsAaF/images/platform/organisation/module-settings-page.png?fit=max&auto=format&n=cmshtb5BOtVAsAaF&q=85&s=49e3b8d0993fea34fb3b3bd190292f4c" alt="Module settings page with feature toggles" style={{ width: "100%", borderRadius: "8px", border: "1px solid var(--border-color)", marginBottom: "1rem" }} width="3248" height="1400" data-path="images/platform/organisation/module-settings-page.png" />

<Note>
  Requires **Tenant Admin** permissions.
</Note>

***

## Finding modules

Every module has its own page in the Settings sidebar under **MODULES**. Click one to open it.

***

## How module pages work

All module pages follow the same layout — learn one, you know them all.

<CardGroup cols={3}>
  <Card title="Header" icon="toggle-on">
    Enable/disable toggle and **Save All Settings** button. Always pinned at the top.
  </Card>

  <Card title="Sub-navigation" icon="list">
    Tabs specific to the module — Configuration, Custom Fields, Tags, Roles, Forms, and more.
  </Card>

  <Card title="Settings sections" icon="sliders">
    Grouped options with toggles, dropdowns, and inputs under clear headings.
  </Card>
</CardGroup>

***

## Available modules

<AccordionGroup>
  <Accordion title="Core">
    | Module               | What it unlocks                                                                      |
    | -------------------- | ------------------------------------------------------------------------------------ |
    | **Users & Profiles** | Member management, registration, family members, user types, roles. *Always active.* |
    | **Contacts**         | External contact management with custom statuses                                     |
    | **Local Centers**    | Regional chapters with their own admins, bank accounts, maps                         |
  </Accordion>

  <Accordion title="Engagement">
    | Module                     | What it unlocks                                            |
    | -------------------------- | ---------------------------------------------------------- |
    | **Events**                 | Event creation, ticketing, attendance tracking, reports    |
    | **Discussions**            | Community discussions with namespaces and posting controls |
    | **Groups & Teams**         | Member groups, units, role-based groups, tasks, categories |
    | **Voting**                 | Polls and elections within groups                          |
    | **Gamification & Courses** | Points, tiers, badges, learning courses                    |
  </Accordion>

  <Accordion title="Operations">
    | Module                     | What it unlocks                                               |
    | -------------------------- | ------------------------------------------------------------- |
    | **Payments & Fees**        | Membership fees, Stripe payments, donations, invoicing        |
    | **Emails & Notifications** | Notification defaults, email templates, campaigns             |
    | **Files & eDocuments**     | Drive storage, personal drives, electronic document templates |
    | **Helpdesk**               | Member support tickets                                        |
    | **Analytics**              | Dashboards for registration, membership, geography trends     |
  </Accordion>

  <Accordion title="Membership & Onboarding">
    | Module                  | What it unlocks                                        |
    | ----------------------- | ------------------------------------------------------ |
    | **Adhesion**            | Public join forms for prospective members              |
    | **Waitlist**            | Waiting lists with notifications and self-removal      |
    | **Referrals**           | Referral workflows with configurable approval steps    |
    | **Identity Validation** | Document-based identity verification                   |
    | **Professions**         | Industry, job title, and expertise fields              |
    | **Companies**           | Company profiles linked to members, company-level fees |
    | **Form Builder**        | Custom forms for structured data collection            |
  </Accordion>

  <Accordion title="Security & Integrations">
    | Module                          | What it unlocks                         |
    | ------------------------------- | --------------------------------------- |
    | **Multi-Factor Authentication** | Require MFA for member logins           |
    | **API & OAuth**                 | API token access and OAuth integrations |
  </Accordion>
</AccordionGroup>

***

## Enabling and disabling

Open any module from the sidebar. Toggle it on or off in the header. Hit **Save**.

Disabling a module hides its features for everyone. Enable it again and everything comes back exactly as it was.

<Warning>
  **Users & Profiles** can't be disabled — every other module depends on it.
</Warning>

***

## Permission levels

Some module settings use permission dropdowns to control who can perform certain actions. These range from **User** (any logged-in member) to **Admin Tenant** (full organization control), with specialized roles for HR, finance, events, and communications at both organization and local center levels.

For the full permission hierarchy and role reference, see [Permissions](/platform/permissions).

<Note>
  Local-level roles (e.g., **Admin Local**, **HR Local**) only appear in dropdowns when the **Local Centers** module is enabled.
</Note>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="I disabled a module but it still shows up">
    Refresh the page. Also check you toggled the right one — "Files & eDocuments" controls both Drive and eDocuments, for example.
  </Accordion>

  <Accordion title="Local permissions are missing from dropdowns">
    Enable the **Local Centers** module first. Local-level roles only appear when it's active.
  </Accordion>

  <Accordion title="I can't find the Settings menu">
    You need **Tenant Admin** permissions. Ask your organization's admin to grant the role.
  </Accordion>
</AccordionGroup>
