> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/copy.md).

# Copy

- [Image](https://help.imagine.art/copy/image.md)
- [Text to image](https://help.imagine.art/copy/image/text-to-image.md): This guide will show you how you can create your images through text-based prompting
- [Image Prompt](https://help.imagine.art/copy/image/image-prompt.md): This guide will show you how to turn an image into a usable prompt automatically. Upload any image, and the tool will instantly generate a detailed text prompt based on it — ready for editing.
- [Edit](https://help.imagine.art/copy/image/edit.md): This guide will show you how you can edit your images through text-based prompting
- [Nano Banana](https://help.imagine.art/copy/image/edit/nano-banana.md)
- [ChatGPT](https://help.imagine.art/copy/image/edit/chatgpt.md)
- [Runway Reference](https://help.imagine.art/copy/image/edit/runway-reference.md)
- [Imagine You](https://help.imagine.art/copy/image/edit/interactive-blocks.md)
- [Flux Kontext](https://help.imagine.art/copy/image/edit/flux-kontext.md)
- [Style Reference](https://help.imagine.art/copy/image/images-and-media.md): This guide will show you how to transform your images into personalized pieces that align perfectly with your vision.
- [Quick Actions](https://help.imagine.art/copy/image/quick-actions.md)
- [Image Effects](https://help.imagine.art/copy/image/image-effects.md): A variety of image styles, lighting options, and camera angles are available. Choosing the right one give best results.
- [Image Models](https://help.imagine.art/copy/image/image-models.md): All the models available for image generation.
- [Video](https://help.imagine.art/copy/video.md)
- [Text to Video](https://help.imagine.art/copy/video/text-to-video.md): This guide will show you how you can create your videos through text-based prompting
- [Image to Video](https://help.imagine.art/copy/video/image-to-video.md): This guide will show you how you can create your videos through image references.
- [Video Effects](https://help.imagine.art/copy/video/video-effects.md): This guide will show you how you can create your videos through image references.
- [Video Effects](https://help.imagine.art/copy/video/video-effects-1.md): A variety of video styles, lighting options, and camera angles are available. Choosing the right one give best results.


---

# 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://help.imagine.art/copy.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.
