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

# Module Registry

> Learn about the registry that manages modules and hooks on Story.

<CardGroup cols={1}>
  <Card title="ModuleRegistry.sol" href="https://github.com/storyprotocol/protocol-core-v1/blob/main/contracts/registries/ModuleRegistry.sol" icon="scroll" color="#ccb092">
    View the smart contract for the Module Registry.
  </Card>
</CardGroup>

The Module Registry maintains and updates the global list of modules and hooks registered permissionlessly on Story. It can enable/disable modules on a per-IP Account basis for granular control over each IP Account's interaction with modules and hooks.

**This module is likely not very important for you** unless you wish to dive into creating/reading modules.
