> For the complete documentation index, see [llms.txt](https://roomle.gitbook.io/roomle-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roomle.gitbook.io/roomle-1/documentation/rubens-products/rubens-configurator/integration/how-to-use-prices-in-rubens/use-rubens-price-service.md).

# Use rubens Price Service

If you do not have a webshop or a price database it could make sense to use the Roomle Price Service. The first step to use the Roomle Price Service is to enable the service. Therefore please speak with your customer success manager. If everything is in place you only need to provide the correct init options. Here is an example:

```javascript
const configurator = await RoomleConfiguratorApi.createConfigurator(
  'demoConfigurator',
  document.getElementById('configurator-container'),
  {...options, usePriceService: true},
);
```

For more details about the Roomle Price Service you can read the [scripting price docu(opens new window)](https://docs.roomle.com/scripting/resources/200_130_pricing.html#price-service)

Please also have a look on the [localization](https://docs.roomle.com/web/embedding/integration.html#localization) section on how to load different price lists based on the location of your webshop.

If you see the error message `prices are empty` on the Chrome Dev Tools console it is possible that your account setup depends on a deprecated parameter option. For more details read the [migration guide](https://docs.roomle.com/web/embedding/migration-guides/v2-to-v3.html#price-service)

#### [#](https://docs.roomle.com/web/embedding/integration.html#react-on-analytics-events) <a href="#react-on-analytics-events" id="react-on-analytics-events"></a>

<br>
