# Copy-Paste

## Supported External Sources

{% content-ref url="/pages/gpF7j4xSpL3Rf3j8uKiR" %}
[CSS](/university/foundations/copy-paste/css.md)
{% endcontent-ref %}

{% content-ref url="/pages/Dr0lYHGPyBgrdNEeFvgW" %}
[Markdown](/university/foundations/copy-paste/markdown.md)
{% endcontent-ref %}

{% content-ref url="/pages/sv5Bkjd5wjEKzqtQ8kvd" %}
[Webflow](/university/foundations/copy-paste/webflow.md)
{% endcontent-ref %}

## Additional Paste Support

* **HTML with CSS** – Paste HTML containing `<style>` blocks; class-based selectors are converted into [design tokens](/university/foundations/design-tokens.md) and applied to matching elements
* **SVG** – Paste SVG code directly onto the canvas to create native SVG components
* **HTML with Tailwind** – Paste HTML containing Tailwind CSS classes; styles are automatically converted
* **Images** – Paste images from clipboard; they are automatically uploaded to Assets
* **GitHub Markdown** – Paste markdown from GitHub; formatting is preserved


---

# 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.webstudio.is/university/foundations/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.
