# Convert Raw HTML to Webflow Elements

### Overview

* Seamlessly convert raw HTML to Webflow elements.
* Ensure HTML content is preserved and compatible.

### Steps

* Copy your raw HTML code.
* Paste it into the HTML input area of the app.
* The app automatically converts the HTML code into Webflow elements.

{% hint style="danger" %}
We do not completely validate the code, so please ensure it is correct before starting the conversion.

Some reserved attributes are removed upon publishing; in that case, please build those elements manually.
{% endhint %}

### Benefits

* Saves time and effort.
* Integrates unique components easily.
* Maintains the integrity of your HTML content.


---

# 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/convert-raw-html-to-webflow-elements.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.
