# Save as PNG/SVG

You can export the chart in PNG or SVG format by the "Export Chart as Image File" option in the Export dropdown menu.

![](/files/-MiZRjo0JsBSoVBblztw)

![](/files/-MiZRjo3ppNcIWIpn5RA)

## Output Format

The following options are available.

* PNG
* SVG

## Background

The following options are available.

* Set Background Transparent - You can check this option to make the background of the exported image transparent.

## Size

* Width - Width of the image.
* Height - Height of the image.
* Scale - You can set a higher scale to export the chart image in a larger size with keeping the chart marker, legend, and text ratio. For example, if you set 800 to Width, 600 to Height, and 2 for Scale, the actual size of the exported image will have 1600px width and 1200px height.


---

# 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://docs.exploratory.io/visualization/features/save.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.
