# Markup Only

The **Markup Only** option adds only the markup structure in the exported HTML. Enabling this option will "break" the page. It's available for developers who want to write their own CSS.

Default:&#x20;

![Normal HTML with user defined a "group" class ](/files/-Loveq2zkZesARhtgHmR)

After:&#x20;

![Markup only where user only added a "group" class](/files/-Lovf5eG9w0_cNV49upt)

Only the id, classes, attributes that you have defined for each element will be exported.&#x20;

If you want to completely remove the page styles remove the styles token from the page template.&#x20;


---

# 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://velara-3.gitbook.io/web-export/export-artboard-dialog/markup-only.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.
