> 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-powerups/promos-kit/adding-a-promo-super-power-to-a-page.md).

# Adding a Promo Super Power to a Page

{% embed url="<https://www.loom.com/share/aeba9f0885cf4906aa26ca5d25ea2975>" %}

### Step 1: Make sure you have Promo Kit installed

Check your app page inside of your Site Admin *ex: <https://yourdoomain.thinkific.com/manage/apps>* and make sure you have **"Kit: Promo Sections" installed**. If it is not listed there, head back to the member dashboard and install it.

![](/files/VzqzOncUBo7mpvBOqk6m)

### Step 2: Add Base Kit to your page

Open up the page you would like to add a Promo section to and first add the "Base Kit Section". You can also copy a Base kit section from another page if you have one already created. [Be sure to read our guide on how Base kit works.](/kit-powerups/kit-common-sections/base-kit.md)

{% embed url="<https://www.loom.com/share/61b334bbf8ac4a769aef412c7c98a04a>" %}

### Step 3: Add a Promo Kit to the page

The Promo Kit comes with [many different types of super powers.](/kit-powerups/promos-kit.md) You can easily search for all sections by adding a section and **search for "Kit: Promo"** or you can search for a specific section to use by **searching for it's Kit Id&#x20;*****ex: Kit: Promo (01)***

{% embed url="<https://www.loom.com/share/4eb5a43b35374435bbf2e19efbca4c12>" %}

### Step 4: Update the Promo Section Settings

After you have added your Promo Kit section to your page, be sure to update the default settings to control the behavior, text, media, links, etc and configure it to the way you want it to look. Each section will contain its own settings. There will be consistency across all of the Kit collection by grouping the settings into common groups (ex; Headings, etc) ***Be sure to check the guide on the promo section you decided to use for any specific instructions.***

{% embed url="<https://www.loom.com/share/ff2797d441ee4a02939dd39ef0dc9f92>" %}


---

# 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-powerups/promos-kit/adding-a-promo-super-power-to-a-page.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.
