# Kit Common Sections

When you install any Kit PowerUp, it will include these common sections that will be packaged up with each Kit PowerUp

* [<mark style="color:orange;">**Base Kit:**</mark>](/kit-powerups/kit-common-sections/base-kit.md) This is the main section that contains settings for your branding, styles and basic settings that other Kit sections need. You must include this as the first section of the page. [<mark style="color:orange;">Read more about it here.</mark>](/kit-powerups/kit-common-sections/base-kit.md)
* [<mark style="color:orange;">**Funnel Kit Opt In**</mark>](/kit-powerups/kit-common-sections/funnel-kit-opt-in.md) - This section works with [<mark style="color:orange;">Kit Buttons</mark>](/kit-powerups/kit-common-sections/base-kit.md#buttons) that are configured to use this super power. When the button is clicked it will load a popup box that will contain a lead capture form (either Thinkific's or an embedded one from your CRM provider. [<mark style="color:orange;">Read more about it here.</mark>](/kit-powerups/kit-common-sections/funnel-kit-opt-in.md)


---

# 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-kit.superpowerups.com/kit-powerups/kit-common-sections.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.
