> For the complete documentation index, see [llms.txt](https://docs.annoto.net/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/developers/kaltura-plugin-v2/setup-using-universal-studio-kmc.md).

# Setup using Universal Studio (KMC)

Please follow the steps below to setup the plugin:

* Login to KMC at [https://kmc.kaltura.com](https://kmc.kaltura.com/index.php/kmcng/studio/v2).
* At the "Studio" choose your player.
* Navigate to the plugins menu on the left panel:&#x20;

![](https://lh5.googleusercontent.com/IcAK0cYEr5MJVPA3F5mzfUBQpi2M4ALMT3C73V5i9i0BS-PQehHic3ANqqJ56T-Ds8i9g6pTPg5kb2D_U1fsSYO-QmxCfKMFH_6wegpEus3n5wqIjV0simZnQ3cs0136-GmcNjw)

* Create a new plugin by pressing on the ‘Create New Plugin’ button and name it `annoto`.&#x20;

{% hint style="warning" %}
Naming the plugin "annoto" is mandatory (this is just how Kaltura works).
{% endhint %}

* Define the following Configuration options:
  * `iframeHTML5Js` : <https://cdn.annoto.net/kaltura-plugin/latest/plugin.js>
  * `customerKey` : `eyJhbGciOiJ...`
    * The customer key is provided by Annoto.

{% hint style="info" %}
Specifying the customer key is optional and can be done at [Customise Annoto Widget configuration](/developers/kaltura-plugin-v2/customise-annoto-widget-configuration.md) step.
{% endhint %}

{% hint style="warning" %}
If Annoto LTI is used, the customerKey is not required
{% endhint %}

<div align="left"><img src="https://lh4.googleusercontent.com/9elIpKhv75uU85cWBuX5YyocEiepjMZTY8PBCflJ2TvRy7Ao4HYlA-IqJ28p2L6cFyKw9Y8EK5vxURTsiPpmvL4IqopP67R3QinbWELJT2_WzcPvEHjFtOF5OLyar_l1NCGIoBA" alt="cid:8cdba515-1bfc-4ad9-bca6-95bdbcc9f81a"></div>

{% hint style="info" %}
If customerKey is not provided, Annoto Will load in Demo Mode.

Demo Mode allows you to try out the product but all comments created are not saved after page refresh.
{% endhint %}

* Save the player settings.

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.annoto.net/developers/kaltura-plugin-v2/setup-using-universal-studio-kmc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
