# Getting Started

👋 **Welcome to the Abyssale developer Hub.**&#x20;

We have written extensive guides to help you interact with Abyssale. There are categorised under 3 big parts:

* [REST API](https://developers.abyssale.com/rest-api): The best way to interact with Abyssale.
* [Dynamic Images](https://developers.abyssale.com/dynamic-images): Generate/customise images from links
* [Webhooks](https://developers.abyssale.com/webhooks): Get notified of image generations & exports.

You can also find available integrations of Abyssale on:

* [Zapier](https://zapier.com/apps/abyssale/integrations)
* [Make (ex Integromat)](https://www.make.com/en/integrations/abyssale)
* [Airtable](https://airtable.com/marketplace/blkB14c3EShbFLlh4/abyssale)

### Let's start

{% content-ref url="rest-api" %}
[rest-api](https://developers.abyssale.com/rest-api)
{% endcontent-ref %}

## Want to deep dive?

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

{% content-ref url="rest-api/generation" %}
[generation](https://developers.abyssale.com/rest-api/generation)
{% endcontent-ref %}

An API Reference is also available for a more detailed/technical view and serves as full specifications:&#x20;

{% embed url="<https://api-reference.abyssale.com>" %}


---

# 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.abyssale.com/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.
