# Lavenir Chat User
The Users side from LavChat, represent the globe chat provided by LavenirApps
# Clients Manual:
# How to Install:
Please add to the end of the body of the website like this:
<body>
...
<!-- LavChat code integration-->
<lvc-client id="<-REPLACE-BY-CLIENT-ID->"></lvc-client>
<script src="https://lavchat-user.lavenirapps.co/lavchat-bundle.js" defer></script>
<link rel="stylesheet" href="https://lavchat-user.lavenirapps.co/lavchat-default.css">
</body>
Please be sure to replace the: <-REPLACE-BY-CLIENT-ID-> by the production user id
# Install Staging Area (Sandbox/Test):
Please add to the end of the body of the website like this:
<body>
...
<!-- LavChat code integration-->
<lvc-client id="<-REPLACE-BY-CLIENT-ID->"></lvc-client>
<script src="https://lavchat-user-stg.lavenirapps.co/lavchat-bundle.js" defer></script>
<link rel="stylesheet" href="https://lavchat-user-stg.lavenirapps.co/lavchat-default.css">
</body>
Please be sure to replace the: <-REPLACE-BY-CLIENT-ID-> by the production user id