# Getting started

Seanime has an embedded JavaScript (ES5) engine which allows you to write various types of extensions with minimal effort.

{% hint style="warning" %}
Seanime's JavaScript engine does NOT support **Node.JS** or **Browser** APIs but offers its own APIs for convenience.

Check out the [Core APIs](/seanime-extensions/seanime/core-apis.md).
{% endhint %}

{% content-ref url="/pages/rDy7WgrX1WK9CgErLiJz" %}
[Core APIs](/seanime-extensions/seanime/core-apis.md)
{% endcontent-ref %}

## Content Providers

{% content-ref url="/pages/QtHPbZTobIHLeiuElH6h" %}
[Write, test, share](/seanime-extensions/content-providers/write-test-share.md)
{% endcontent-ref %}

## Plugins

{% content-ref url="/pages/X2tPRNil5U45n1Hf0AXY" %}
[Introduction](/seanime-extensions/plugins/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/qdYztvAjGhAm0iu4Uylg" %}
[Basics](/seanime-extensions/plugins/ui/basics.md)
{% endcontent-ref %}


---

# 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://seanime.gitbook.io/seanime-extensions/seanime/readme.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.
