# Introduction

{% hint style="warning" %}
**Important**: These Docs are ever changing and will update periodically as our API does
{% endhint %}

{% hint style="danger" %}
**Important**: You are in an <mark style="color:red;">Under Development Area.</mark> All endpoints in this area do work but are subject to change. Endpoints that start with ✅ have been completely migrated to `v3.`
{% endhint %}

## Getting Started

To get started, create a new API key  in your [user dashboard](https://phantommovies.com/user/profile/dashboard/edit), then read on about how to make requests for the resources you need to access using our API endpoints

## SDKs & Extensions

Official PhantomMovies.com Node.js Wrapper

{% content-ref url="quick-start" %}
[quick-start](https://developers.phantommovies.com/quick-start)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="broken-reference" %}
[Broken link](https://developers.phantommovies.com/broken-reference)
{% 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://developers.phantommovies.com/introduction.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.
