> For the complete documentation index, see [llms.txt](https://themes.kajabi.com/liquid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themes.kajabi.com/liquid/theme-requirements/powered-by-branding.md).

# Powered By Branding

All Kajabi themes are required to include a powered by branding link that is not accessible to the user in the theme settings.

This link is auto populated with the users referral link so that they get credit for any click thru signups.

```markup

<div data-gb-custom-block data-tag="if">

  <div class="powered-by">
    <div class="container">
      {{ powered_by_link }}
    </div>
  </div>

</div>
```

The Powered By Link can be turned off by users at specific plan levels via their site settings.
