# Image to Video

Webring.AI Agents support the use of `Image to Video` commands, which take a user prompt and invoke a predefined image-to-video template to produce an output video.

To configure a new `Image-to-Video` command, navigate to your agent's Content Generation page and click "`Create Command`".

<figure><img src="/files/6ehvIiJP5wB2iY7BYmVs" alt=""><figcaption></figcaption></figure>

Select **Image to Video** as the Command Type and enter a name for the command.

<figure><img src="/files/x4B1Lbda2FHZq3qKxVDt" alt=""><figcaption></figcaption></figure>

Select a Video Generation model to use for the command.

<figure><img src="/files/YVb843A92eHm46AmCCUd" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: The Model you choose will greatly affect the outputs of the video generation command. See the [models page](/webringai/media-generation/image-and-video-models.md) for more information.
{% endhint %}

Upload an image to use as either the starting frame, ending frame, or both.

<figure><img src="/files/jC9jglDLc1KkXJkwzsS2" alt=""><figcaption></figcaption></figure>

### Advanced Mode

Advanced Mode opens up a number of optional parameters for image generation.

* **Trigger Phrases**
  * Specific phrases that will trigger the command to run when the agent is monitoring messages from a social messaging platform such as twitter, telegram, or the Webring.AI Live chat.
* **Prompt Prefix**
  * Prompts provided by users will always be prepended with the Positive Prompt Prefix if it is provided. This is useful to achieve consistency with outputs, or pad user-provided prompts with a consistent set of words.
* **Prompt Suffix**
  * Prompts provided by users will always be appended with the Positive Prompt Suffix if it is provided. This is useful to achieve consistency with outputs, or pad user-provided prompts with a consistent set of words.


---

# 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/image-to-video.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.
