Using Feature Toggles
# Using Feature Toggles
Feature toggles let each company enable or disable entire modules. This keeps your interface clean and focused on the tools you actually use.
## Accessing Feature Toggles
1. Go to **Company Settings > Features**
2. You will see a list of toggleable modules
## Available Modules
You can toggle the following modules on or off:
| Module | What It Controls |
|--------|------------------|
| **Projects** | Project management, budgets, milestones |
| **Certificates** | Electrical and fire safety certificates |
| **Inventory** | Multi-location stock management |
| **Time Tracking** | Timers, time entries, billable hours |
| **Systems & Devices** | Equipment tracking per project site |
| **Job Checklists** | Custom form fields on jobs |
## What Happens When You Toggle
When you disable a module:
- It disappears from the **sidebar navigation**
- It is removed from the **Quick Create** menu
- It is hidden from the **Command Palette**
- **Your data is NOT deleted** \u2014 it is simply hidden
When you re-enable a module, everything comes back exactly as you left it.
## Who Can Change Toggles?
Only users with the **Owner** or **Manager** role can change feature toggles. Other team members will simply see the modules that have been enabled for their company.