# Copy/Paste

Cwicly boasts an impressive copy/paste feature that allows you to take any HTML snippet and instantly convert it into Cwicly blocks.

## Activate

To activate Copy/Paste, toggle the 'HTML to blocks' setting in the options menu.

* Navigate to the Block Inspector.
* Open the options tab.
* Click 'HTML to blocks'.&#x20;

<figure><img src="/files/MQO0mDyVdYLYsJbYGpLI" alt=""><figcaption></figcaption></figure>

* A tick icon to the left indicates that it is now active.

<figure><img src="/files/2ifpLkhmNtooL2Jdkiri" alt=""><figcaption></figcaption></figure>

* Copy any HTML snippet.

<figure><img src="/files/ewXmqPi5Yyju2wL92TP5" alt=""><figcaption></figcaption></figure>

* &#x20;Paste it on your page.

<figure><img src="/files/yj9hfe813xjxbacVke3K" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
When importing Tailwind layouts, make sure that Tailwind mode is active.
{% endhint %}


---

# 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.cwicly.com/tailwind/getting-started/copy-paste.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.
