# Public Chat SDK overview

## Overview <a href="#watchtogetheroverview-overview" id="watchtogetheroverview-overview"></a>

Public Chat SDK will allow you to create a public chat/live comments system for your users without the need to implement the server and client logic. The only thing you will spend time on is how to create your UI as beautiful as possible as you can leave all the complicated stuff to us.&#x20;

To register for our service please contact us at <Support@sceenic.co>.

If you already have credentials to the private area, login and retrieve your NPM\_TOKEN from [Private area](https://media.sceenic.co/).

### [Demo](https://sceenic-public-chat-demo.web.app/)


---

# 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://documentation.sceenic.co/public-chat-sdk/public-chat-sdk-overview.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.
