# Component Format

Change the component format of DivMagic between HTML and JSX. The code you copy will be in the format you choose.

This setting applies to the CSS selection as well. If you choose JSX, the CSS code will also be in JSX format.

**Default Value: HTML**

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

Both HTML and JSX options produce the same result. The difference is in the format of the code.


---

# 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.divmagic.com/settings/component-format.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.
