# Introduction

Welcome to Annoto developers docs!

{% hint style="info" %}
If you are a developer, IT expert or anybody interested in integrating Annoto into your website or platform you are in the right place!

For user guides and how to setup Annoto please head to our [main docs site site](https://docs.annoto.net).
{% endhint %}

The core of Annoto is the Widget, it integrates Annoto without influencing website layout, as an overlay on top of your existing video player. We recommend reading the [Widget getting started](/developers/widget/getting-started.md) docs in any case, even if your preferred solution is [Annoto Player](/developers/player/getting-started-1.md) or our [Kaltura Player Plugin](/developers/kaltura-plugin-v2/getting-started.md).&#x20;


---

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