> For the complete documentation index, see [llms.txt](https://partner-docs.fera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner-docs.fera.ai/partner-badges/works-with-fera.md).

# Works With Fera

Use these badges when your app or theme works well with Fera.or is compatible with Fera out of the box.

<figure><img src="https://uploads.fera.ai/brand/partners/works_with_badges@2x.png" alt=""><figcaption><p>We have 4 variations of the Works With Fera badge.</p></figcaption></figure>

## HTML Code for Badges

These HTML snippets will display the badge using on our CDNs and link.

Please update the partner profile links in the HTML to link to your partner profile (by replacing the "code" with your partner code).

{% tabs %}
{% tab title="Light (Default)" %}
{% embed url="<https://codepen.io/jayelkaake/pen/JjZEbYG>" %}
HTML code for the default Works With Fera badge.
{% endembed %}
{% endtab %}

{% tab title="Dark" %}
{% embed url="<https://codepen.io/jayelkaake/pen/poKRNjG>" %}
HTML for Works With Fera dark badge.
{% endembed %}
{% endtab %}

{% tab title="Other Variations" %}
Rainbow

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/rainbow.svg"></a>
```

Pure White (for Black Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/black.svg"></a>
```

Pure Black (on White Background):

```html
<a href="https://www.fera.ai/partners/shopify" target="fera" style="display: inline-block; border: none;" title="This app/theme is compatible with Fera for your reviews."><img src="https://uploads.fera.ai/brand/partners/works_with_fera/white.svg"></a>
```

{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://partner-docs.fera.ai/partner-badges/works-with-fera.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.
