# HTML to Webflow

## HTMLtoflow

- [Documentation](https://app-docs.creoglyph.io/htmltoflow/documentation.md): This page provides an in-depth guide for the HTML to Webflow app. Learn to convert raw HTML into Webflow elements, add custom CSS, and batch process and customize SVGs, enhancing your Webflow projects
- [Convert Raw HTML to Webflow Elements](https://app-docs.creoglyph.io/htmltoflow/features/convert-raw-html-to-webflow-elements.md): Learn how to seamlessly convert raw HTML into Webflow elements, preserving structure and ensuring compatibility within the Webflow Designer.
- [CSS3 Styling in Webflow Designer](https://app-docs.creoglyph.io/htmltoflow/features/css3-styling-in-webflow-designer.md): Add custom CSS directly in the Webflow Designer using our dedicated CSS3 window, ensuring consistent and precise styling for your designs.
- [Multi-SVG Support and Customization](https://app-docs.creoglyph.io/htmltoflow/features/multi-svg-support-and-customization.md): Batch process and customize multiple SVGs, adjusting attributes like width, height, fill, and stroke for seamless integration into your Webflow projects.
- [Efficient Class Management](https://app-docs.creoglyph.io/htmltoflow/features/efficient-class-management.md): Create single classes and add combo classes as attributes.
- [Getting Started](https://app-docs.creoglyph.io/htmltoflow/how-to/getting-started.md)
- [Install](https://app-docs.creoglyph.io/htmltoflow/how-to/getting-started/install.md): Learn how to install the HTML to Webflow app, with step-by-step instructions for installing the app on your webflow sites.
- [Signing-in](https://app-docs.creoglyph.io/htmltoflow/how-to/getting-started/signing-in.md): Get step-by-step instructions on how to sign in to the HTML to Webflow app, ensuring you have access to all the features and functionalities for seamless HTML and CSS integration in Webflow.
- [Frequently Asked Questions (FAQ)](https://app-docs.creoglyph.io/htmltoflow/how-to/frequently-asked-questions-faq.md)
- [Support](https://app-docs.creoglyph.io/htmltoflow/how-to/support.md)
- [Pick HTML and Styles from Any website](https://app-docs.creoglyph.io/htmltoflow/updates-planned/pick-html-and-styles-from-any-website.md): Discover how to pick HTML and styles from any website with our upcoming v2 feature. Install our Chrome extension to effortlessly extract and integrate HTML and CSS into your Webflow projects.
- [Create CSS Classes](https://app-docs.creoglyph.io/htmltoflow/updates-planned/create-css-classes.md): Create eligible classes from the CSS pasted. Since Webflow has restrictions on creating combo classes and some CSS properties/values are not supported, the conversion is limited but still powerful.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://app-docs.creoglyph.io/htmltoflow/documentation.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.
