# Enable editing mode

When in Tailwind editing mode, all UI properties will automatically apply Tailwind classes to the selected block.

When Tailwind editing mode is deactivated, all UI properties will affect the block class.

Tailwind editing mode can be toggled from the Block Inspector.

* Select a block.
* Find the Tailwind icon in the Block Inspector.
* Toggle on to enable Tailwind editing mode.

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

* &#x20;When toggled on,  the Tailwind icon will appear blue.

<figure><img src="/files/5OfDcL02IqmAJpDBojWj" alt=""><figcaption></figcaption></figure>


---

# 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/enable-editing-mode.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.
