> For the complete documentation index, see [llms.txt](https://docs.cwicly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwicly.com/advanced/tooltip/theme.md).

# Theme

## Preset Theme

Allows you to choose your Tooltip's theme, which means the way it looks.

{% hint style="info" %}
The Tooltip has a default theme applied.
{% endhint %}

You can choose from several preset Tooltip Themes (light, translucent, material...)

* Open the Advanced tab.
* Open the Tooltip tab.
* Set Theme to required preset in the dropdown.

![](https://lh4.googleusercontent.com/bmn3VsyK8Nie1GuSOeGbVyDzIruhChw4XrUPFLlwo93GUXIrrE5aCnsLUQPGr_zPTWh1Lezruocc85JfcnY-TlIFXhi_awDCqyzTWcjwkFYcyLS-5skbJSOMbzBtFi8PWgmdCTvd7U8GRWU44vBlsOg)

## Custom Theme

Allows you to create your own Tooltip theme.

{% hint style="warning" %}
To create a custom Tooltip theme, you must create a global Tooltip theme first.
{% endhint %}

### Add

* Open the Global Styles tab.
* Open the Elements tab.
* Open Tooltip Themes.
* Click "+" to add a new Tooltip theme.
* Click required tooltips window.

![](https://lh3.googleusercontent.com/S7JZG-5B9IPUl-nW6IX0Cz2d_yCI1K0lYSnvTiz_or7c58q2yw2EutMg_3SdzujFt6JvTu9aYawN4K21UYs2HAIwoWIHdyxMYupKHDVfZa8uAoEj54WUNrcvfz-W_TlvpQG1erxXhs19z71dSHm0Ge4)![](https://lh4.googleusercontent.com/nk3ZJSeSm7_gEKqqW8AsMGo3xm5xq7uyjN43fJ5rMlJieLfxhtIVAeBfVPDvQi6Pd_QGGMdFwtG5yymaT63ERwCLvquXbNFqQmzlIpZQ17oY3X6b95HC6Qq0F1abMR42seJwOUY3PdG51jvh3-0lTGM)

* Customise as required.

![](https://lh3.googleusercontent.com/X2H1Z1uavLhApYjl7ubDpHQw0VMLbghOznZ1z8Lf91LoKZVLAVCTrBsQhAt1ajYG3HuuzW6_bIf9rWCISxVN6vbM77U26KVtIdI74zfi9CXgQgdN4PW8UkmD2PLcFguCtHhNTdXUwspH_P6G9Zm9nWQ)

* Click "<" to go back.

Apply


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cwicly.com/advanced/tooltip/theme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
