# 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.


---

# 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://docs.annoto.net/developers/wistia-plugin/getting-started.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.
