> 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/trusted-partner-badges.md).

# Trusted Partner Badges

These trusted partner badges are more general. The are best for Agency Partners and other service company partners.

<figure><img src="https://uploads.fera.ai/brand/partners/trusted_partner_badges@2x.png" alt=""><figcaption><p>4 variations of our trusted partner badges.</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/XWYpNNJ>" %}
HTML code for light trusted partner badge.
{% endembed %}
{% endtab %}

{% tab title="Dark" %}
{% embed url="<https://codepen.io/jayelkaake/pen/abKpBWN>" %}
HTML code for dark trusted partner 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 (on 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/trusted/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/trusted/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/trusted-partner-badges.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.
