# Celebrity SDK overview

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

Celebrity SDK works together with Watch Together SDK and will allow you to connect celebrities with fans in video chats by controlling access of a celebrity to your video-chat as a participant, as well as by viewing and connecting to allowed sessions as a celebrity.

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/).

### Participant

As a participant of Watch Together video-chat you will be able to:

* invite a celebrity to the session
* check if a celebrity is already invited to the session
* revoke the celebrity invitation to the session

### Celebrity

A celebrity will be able to:

* get a list of available sessions
* connect to the sessions


---

# 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/celebrity-sdk/celebrity-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.
