# Media Generation

- [Text to Image](https://radbro-webring.gitbook.io/webringai/media-generation/text-to-image.md): Create images by simply typing in a descriptive text prompt.
- [Image to Image](https://radbro-webring.gitbook.io/webringai/media-generation/image-to-image.md): Generates images from user prompts and an input image. The input image is used to guide the Image Generation ControlNet, as well provide color and texture information.
- [Image to Video](https://radbro-webring.gitbook.io/webringai/media-generation/image-to-video.md): Generates videos from user prompts and one or two input images (for the starting and ending frame).
- [Image to 3D Model](https://radbro-webring.gitbook.io/webringai/media-generation/image-to-3d-model.md): Generates 3D Models (.glb) from user prompts and one or two input images (for the starting and ending frame).
- [Extend Video](https://radbro-webring.gitbook.io/webringai/media-generation/extend-video.md): Extends an existing video using the user prompt and an existing video (generated with a Webring.AI Agent).
- [Testing in the Playground](https://radbro-webring.gitbook.io/webringai/media-generation/testing-in-the-playground.md): Test and update media generation commands directly in the Playground.
- [Image & Video Models](https://radbro-webring.gitbook.io/webringai/media-generation/image-and-video-models.md): Learn about the different options for Image Generation Models used by Webring.AI.


---

# 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://radbro-webring.gitbook.io/webringai/media-generation.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.
