> 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/getting-started.md).

# Getting Started

{% hint style="warning" %}
If you are using Kaltura Media Space or KAF (Kaltura integration inside LMSs), Annoto is a [premier Kaltura partner](https://corp.kaltura.com/kaltura-premier-partners/annoto/) and can be enabled in your platform with a click of a button.

If you are using custom Kaltura player embed on your platform you are in the right place!
{% endhint %}

Kaltura player allows extending its functionality via an extensive plugin system. To simplify Annoto integration within the Kaltura player, we have developed a plugin that allows adding Annoto with a simple `flashvars` configuration while allowing full customisation of the Annoto Widget.

{% hint style="success" %}
For more information on the Kaltura player toolkit and plugins please refer to [Kaltura documentation](https://knowledge.kaltura.com/help/kaltura-player-toolkit-theme-skin-and-plugins-guide).
{% endhint %}

The integration of Annoto plugin consist of 3 simple steps:

1. Setup Annoto plugin in the Kaltura universal studio (KMC) or using custom javascript.
2. Add javascript to modify the configuration of the Widget to fit your needs.
3. (Optional) Implement Single Sign On (SSO) integration and use the widget API.


---

# 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/getting-started.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.
