# About

## **Learn about `Group To Image`, how it works and FAQs**

### Introduction

The `Group To Image` plugin allows you "save group as image" directly on the users browser or/and save it in bubble server.

### How it works

The plugin renders the group as a canvas image, by reading the DOM and the different styles applied to the elements.

It does not require any rendering from the server, as the whole image is created on the client's browser.

### Browser compatibility:

The plugin should work fine on the following browsers

* Firefox 3.5+
* Google Chrome
* Opera 12+
* IE9+&#x20;
* Safari 6+

### To save a group as image with plugin, simply:&#x20;

1. Place "Group To Image" on your page
2. Give group ID
3. Call: "Get Image" from workflow
4. Add Event (Conversion completed) to save image in bubble server.

Examples For more information and examples, please visit the plugin page or [try the test](https://bubble.io/page?type=page\&name=group_to_image\&id=try999\&test_plugin=1602178767709x971750103157047300_current\&tab=tabs-1).

*`*The Image is based on the DOM and as such may not be 100% accurate to the real representation as it does not make an actual screenshot, but builds image based on the information available on the page.`*


---

# 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://roayati.gitbook.io/grouptoimage/master.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.
