# Style Format

Change the output style of DivMagic. There are four options: Tailwind CSS, Inline CSS, External CSS, Local CSS

**Default Value: Inline CSS**

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

### Tailwind CSS

This is the default option. The output code will use Tailwind CSS classes.

### Inline CSS

This option will output the code with inline CSS styles.

***

All options provide the same output, just in different formats. The choice is yours.


---

# 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/style-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.
