# Dynamic Images

- [Overview - Dynamic Images](https://developers.abyssale.com/dynamic-images/overview-dynamic-images.md): Learn how to use Dynamic Images — customizable image URLs with query parameters that let you change text, colors, images and more on the fly
- [Image generation via URL](https://developers.abyssale.com/dynamic-images/image-generation-via-url.md): Generate personalized images from any design using a simple URL with query parameters
- [Create a dynamic image by API](https://developers.abyssale.com/dynamic-images/create-a-dynamic-image-by-api.md): Create dynamic images programmatically by using the Abyssale 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://developers.abyssale.com/dynamic-images.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.
