# Regeneration

The Regeneration tab allows you to regenerate Block HTML, Block CSS, Global Classes CSS, Global Styles CSS.

{% hint style="info" %}
This is useful when you update to a later version and are asked to regenerate Block HTML, Block CSS, Global Classes CSS and/or Global Styles CSS.
{% endhint %}

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

## Blocks HTML

The is allows you to regenerate the HTML of your blocks.

* In the Dashboard, open Cwicly Settings.
* Open the Regeneration tab.
* Click the Blocks HTML button to regenerate the HTML of your blocks.

<figure><img src="/files/3pRWSvrt6urOaKEc8hoh" alt=""><figcaption></figcaption></figure>

## Blocks CSS

The is allows you to regenerate the main CSS for Cwicly blocks.

* In the Dashboard, open Cwicly Settings.
* Open the Regeneration tab.
* Click the Blocks CSS button to regenerate the main CSS for Cwicly blocks.

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

## Global Classes CSS

The is allows you to regenerate the CSS of the Cwicly Classes Styles.

* In the Dashboard, open Cwicly Settings.
* Open the Regeneration tab.
* Click the Global Classes CSS button to regenerate the CSS of the Cwicly Classes Styles.

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

## Global Styles CSS

The is allows you to regenerate the CSS of the Cwicly Global Styles.

* In the Dashboard, open Cwicly Settings.
* Open the Regeneration tab.
* Click the Global Styles CSS button to regenerate the CSS of the Cwicly Global Styles.

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

## Purge Tailwind CSS

This allows you to purge your Tailwind CSS to remove unused classes.&#x20;

* In the Dashboard, open Cwicly Settings.
* Open the Regeneration tab.
* Click the Purge Tailwind CSS to regenerate the CSS of Tailwind

<figure><img src="/files/I5AyIHK187OS836tcp6B" 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/settings/regeneration.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.
