# Integrating Ante

Show your users that you've put skin in the game by staking Ante Tests for your protocol! With just a few lines of code, you can add an Ante badge to your website or web app to show the real-time trust in your protocol.

<figure><img src="/files/WHQ0ZcQETxlefk1orlA1" alt=""><figcaption><p>Ante badges make trust more transparent!</p></figcaption></figure>

### How to use

{% content-ref url="/pages/CeRWOM8L2oC96bM6QlFf" %}
[Integrate Ante using React](/ante/for-developers/integrating-ante/integrate-ante-using-react.md)
{% endcontent-ref %}

{% content-ref url="/pages/erKrZZosAqXbpCcStS7e" %}
[Integrate Ante using HTML](/ante/for-developers/integrating-ante/integrate-ante-using-html.md)
{% endcontent-ref %}

### Where should I use an Ante badge?

Wherever your users would potentially gain peace of mind by knowing that a protocol has skin in the game! Some ideas in no particular order:

* If there are Ante Tests for the overall protocol, you can put a protocol-level trust tier badge with other security-related information on your web app or website
* If you have multiple vault-like products that each have Ante Tests, you could include the test badge on the vault UI so your users can see the level of decentralized trust in each vault (e.g. for long tail products)
* If you are integrating with a product that has an Ante Test written for it, you could include a protocol or test badge to indicate the level of trust in the dependency

![](/files/cEImcvuOXwQ0yY1O2kxf)

### Troubleshooting

If you have any questions or are running into issues, please reach out to the team in [Discord](https://discord.gg/ante).


---

# 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.ante.finance/ante/for-developers/integrating-ante.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.
