Skip to content

Sales Agent Customization

Sales Agent Customization

This section explains how to customize the Sales Agent frontend. It is built with Nuxt 3 and leverages the Nuxt Layer concept, allowing you to override file content with your own Nuxt layer for easy customization.

Create a new Nuxt layer

If you look into the source code, you'll find the default Nuxt layer named sales-agent. This layer should remain untouched. To apply customizations, you should create a new Nuxt layer and import it in nuxt.config.ts. For more details, refer to the composition guide. Besides, we’ve also created a customization layer named example within the frontend source code. You can rename this layer and modify its contents to suit your needs.