# Global Styles

You can copy global style properties to improve your workflow.

{% hint style="info" %}
They can be pasted onto another website installation.
{% endhint %}

## Copy/Paste global tabs

Every tab in the Global Styles tab can be copied and pasted.

<details>

<summary>Copy/Paste</summary>

1. Navigate to the Global Styles tab
2. Select right-click on the desired tab
3. Select Copy
4. To paste, simply select Paste or Replace

</details>

## Copy/Paste style variations

Allows you to copy/paste global [style variations](/global-styles/global-styles.md) (style 1, style 2, style 3).

<details>

<summary>Copy/Paste</summary>

1. Navigate to the Global Styles tab
2. Select right-click on the desired style variation
3. Select Copy
4. To paste, simply select Paste or Replace on the desired style variation

</details>


---

# 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/cwicly/copy-paste/global-styles.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.
