# 09/05/20 Guide on How to Update the Template's Video Chat Service

## How to Update the Video Chat Service Used in the Template

{% hint style="info" %}
Please note this is only applicable to applications created with the Messaging Template before 09/05/20.
{% endhint %}

**Step 1: Navigate to the Messages page and find the "HTML iFrame (Hello 3.0 Chat)" element (shown below)**

![](/files/-MGSENQc1yRy8F4RU2wV)

In the first conditional on that HTML element, replace the Hello 3.0 Chat URL (<https://itshello.co/>...) text with "<https://littlebay-video.herokuapp.com/>" (highlighted in yellow). Once pushed to live, the HelloChat video functionality will be removed and the updated Web RTC video functionality will be used in its place. If you encounter any issues, or have any questions, please don't hesitate to email us at <support@littlebaytech.com>.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.littlebaytech.com/templates/messaging-template/release-notes/09-05-20-guide-on-how-to-update-the-templates-video-chat-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
