# Multi-SVG Support and Customization

### Overview

* Batch process multiple SVGs.
* Customize SVG attributes (width, height, fill, stroke).

### Steps

* Copy the SVGs you want to use.
* Paste them into the HTML input area.
* Ensure the SVG settings are turned on before converting.
* The app processes and integrates SVGs into Webflow.

{% hint style="danger" %}
In some cases, webflow does not render the SVGs in the designer, but it can be seen in the live site.

We are working on this and will be updated once the problem is identified and fixed 😃
{% endhint %}

### Benefits

* Simplifies SVG integration.
* Enhances design flexibility.
* Saves time with batch processing.


---

# 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://app-docs.creoglyph.io/htmltoflow/features/multi-svg-support-and-customization.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.
