# InStore_Configuration The InStore\_Configuration module retrieves data from the [InStore\_State](/instore/implement-instore/modules/instore-state.md) module to determine the presentation and behavior of the frontend application. This module stores the retrieved tenant data in the browser, making it available to other modules across the application. ## Capabilities The InStore\_Configuration module handles the following InStore functions: - Evaluates the environment key and location identifier provided by the user and retrieve settings to ensure a valid combination. - Retrieves and displays lists of claimed and unclaimed workstations. - Allows the user to claim or reclaim a workstation and then passes the presentation to the [InStore\_Auth](/instore/implement-instore/modules/instore-auth.md) module for validation. ## GitHub location The source code for the InStore\_Configuration module is available on [GitHub](https://github.com/NebulaTerra/modular-store/tree/main/InStore_Configuration). ## Administration parameters You cannot modify the behavior of this module using [administration parameters](/instore/customization/administration-parameters.md). ## User interface This module affects the configuration screen where the user sets the key, location ID, and claims a workstation on the InStore POS UI. ## Related pages - [Search documentation and API specs](/search.md)