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

# Getting Started

{% hint style="warning" %}
The plugin method is only for the [Wistia player Iframe embed](https://wistia.com/support/embed-and-share/video-on-your-website#fallback-iframe-embed), for regular embeds, please use the [standard widget integration method](/developers/widget/getting-started.md#setup) (set player type to `wistia`).
{% endhint %}

Wistia player allows extending its functionality via an extensive [plugin system](https://wistia.com/support/developers/plugin-api). To enable Annoto integration within the [Wistia player Iframe embed](https://wistia.com/support/embed-and-share/video-on-your-website#fallback-iframe-embed) we have developed a plugin that allows adding Annoto via simple configuration.

{% hint style="info" %}
For more information on the Wistia player and plugins please refer to [Wistia documentation](https://wistia.com/support/developers/plugin-api).
{% endhint %}

The integration of Annoto plugin consist of 3 simple steps:

1. Setup Annoto plugin in the Wistia player embed code.
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.
