# Custom Tailwind Configuration

Tailwind has been designed from the ground up with customization in mind.

Although you can achieve just about anything with the default Tailwind configuration, there are times when you need to go just that step further.

Cwicly fully supports Tailwind configurations and plugins.

## Add

* To add a custom Tailwind configuration, navigate to the Globals tab.
* Open the Tailwind tab.
* Click the plus icon.

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

{% hint style="info" %}
Once added, the configuration will be active by default.
{% endhint %}

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

## Multiple Configurations

For multiple configurations.

* Select the required configuration in the dropdown to activate it.

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

## Reset

To reset to the default Tailwind configuration:

* Click the dot next to Active.

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

## Modify Name

* To modify a configuration’s name, click the pen icon.

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

## Remove

* To remove a configuration, click the bin icon.

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

## Configuration Editor

Below the configuration selector, you will find the configuration editor.

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

## Tailwind Plugins

The official Tailwind plugins may be toggled as required.

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

## Directives Editor

You can also modify Tailwind directives in the directives editor.

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

For more information about Tailwind customisation, please refer to the [Tailwind documentation](https://tailwindcss.com/docs/plugins).


---

# 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/custom-tailwind-configuration.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.
