> For the complete documentation index, see [llms.txt](https://docs.taptalk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/live-chat/onetalk-web/get-started.md).

# Get Started

{% hint style="warning" %}
**Before you get started:** Make sure you have [**created a channel in OneTalk dashboard**](/onetalk-omnichannel-documentation/onetalk-channel-integration/live-chat.md#setup-live-chat-for-web) and obtain the **`APP_KEY_SECRET.`**` `&#x20;
{% endhint %}

### Configure and Initialize TapTalk.io Omnichannel Web Launcher

To Configure TapTalkLive Web Launcher you need to add this script to your head tag of your Application.

{% code title="YourApplication.html" %}

```markup
<script src="https://storage.googleapis.com/f8a350-taplive-prd-public/static/launcher/web/v1.0/main.js"></script>
<script>
    TapTalkLive.init("YOUR_SECRET_KEY_HERE");
    TapTalkLive.setBrandColor(55,165,215); //your r,g,b color code 
</script>
```

{% endcode %}
