> For the complete documentation index, see [llms.txt](https://keak.gitbook.io/keak-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://keak.gitbook.io/keak-docs/basics/keak-video.md).

# Keak Video

Keak Video lets you transform images into short videos directly on your website.

{% embed url="<https://youtu.be/ovV5Cho36H8>" %}

### How to use Keak Video&#x20;

1. **Update the Keak extension** to the latest version.
2. **Open the extension** and click on the image you want to transform.
3. **Enter a prompt** describing the action or camera movement you want (see [Good Prompt Examples](https://www.notion.so/Keak-Documentation-v5-1bb5179e0e7280ac8e18c9f3c57a9c64?pvs=21) below).
4. **Wait 1–2 minutes** for Keak to generate the video.
5. **Use or Download** the generated video

***

### Good Prompts

For the best results, give a short, clear description of the action or camera movement. The original image becomes the base for the generated video.

#### Examples

* **Prompt: “Yoga pose”**

  *Transforms an image into a video showing a yoga pose.*

<div><figure><img src="/files/xY6dcxCPgpC8YDRKX0mJ" alt="" width="450"><figcaption></figcaption></figure> <figure><img src="/files/va2OSUIMVb4UMxQvE0Sq" alt="" width="188"><figcaption></figcaption></figure></div>

* **Prompt: “Zoom towards the shoe”**

  *Focuses on the shoe with a zoom effect.*

<div><figure><img src="/files/8KfUwOIfo1EmW6loq4n6" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/uaKXSvVmNGSwX82mNPXk" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://keak.gitbook.io/keak-docs/basics/keak-video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
