# Installation Notes for Setting Management Module The Setting Management module provides a way to store and manage settings in an ABP application. Settings are used to store application, tenant, or user-specific configuration values that can be changed at runtime. The module includes both a UI for setting management and an API for programmatic setting management. Key features of the Setting Management module: - Store and retrieve settings - Multi-level setting management (global, tenant, user) - Setting management UI - Extensible setting provider system - Multi-tenancy support - Integration with other ABP modules ## Documentation For detailed information and usage instructions, please visit the [Setting Management Module documentation](https://abp.io/docs/latest/Modules/Setting-Management).