> For the complete documentation index, see [llms.txt](https://docs-kit.superpowerups.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-kit.superpowerups.com/kit-usage-guides/smart-settings/smart-style.md).

# Smart Style

Inside Kit Super Power sections for most text entries, you may see the words <mark style="color:orange;">**"Smart Style"**</mark> show next to the label. This indicates that this field supports special "tags" that will allow you to quickly apply effects using your colors that you have configured inside of [Base Kit](/kit-powerups/kit-common-sections/base-kit.md)

![](/files/NiZSvgCBoilcRANHJUNk)

{% hint style="info" %}
**PRO TIP:** Use some Smart Style inside of Kit's Social Proof super power sections to call out key words in the testimonial. It can help "stop the scroll" and draw attention to the key benefits and outcomes your course will provide => higher conversions.
{% endhint %}

### How to use Smart Style

* [ ] In a Smart Style supported text section, locate where you want to *start the smart styling*
* [ ] Insert one of the support Smart Style Start tags (shown below)
* [ ] When you want to *end the smart styling*, simply enter two right brackets ]]
* [ ] For example, let's say within a heading we wanted to apply our "Color 1" to certain words. We would change  Heading: "BLACK FRIDAY SPECIALS" to "BLACK \[C1]FRIDAY]] SPECIALS". This would make the word "FRIDAY" the color we have set as our Color 1.

![](/files/Hm59tI3SOLk7EBlgxQhk)

### Smart Style Start Tags

* **\[C1], \[C2], \[C3], \[C4], \[C5]** - will start smart styling with your colors 1-5
* **\[G1]** - will start styling with your gradient color
* **\[H1], \[H2], \[H3], \[H4], \[H5]** - will start smart styling with a highlight color effect using your colors 1-5
* **\[F1], \[F2], \[F3], \[F4], \[F5], \[F6], \[F7], \[F8]** - will start smart styling with certain font weights or "boldness", the higher the number the bolder the text is


---

# 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-kit.superpowerups.com/kit-usage-guides/smart-settings/smart-style.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.
