# Integrations

## Widget Embed

Using Responsly's widget embed on your website is the most common method for collecting feedback from your users. It's as simple as adding a JavaScript snippet to your site.

You can find your widget embed code in the *Integrations* section of your campaign. The code provided should look somewhat similar to the example shown below.

{% hint style="warning" %}
**Important:** Your site must have *https* enabled, or you won't be able to embed the widget on that site, due to browser restrictions.
{% endhint %}

```markup
<!-- Start Responsly Code -->
<script type="text/javascript" src="https://responsly.co/app/feedback/77/widget"></script>
<!-- End Responsly Code -->
```

Once you have your embed code copied, you'll want to paste it right before the `</body>` tag on every page you'd like the widget to display.

{% hint style="info" %}
**Note:** If you'd like to add Responsly to a site that you don't have access to, you can select *Send this to my developer,* which will auto-generate an email that you can send to the owner/developer of the site.
{% endhint %}

## Standalone Page

Instead of embedding the Responsly widget on your website, you can also get feedback responses from your standalone campaign URL. This can be useful if you're not specifically looking to get feedback related to your site.

You can find your unique URL in the *Integrations* section of your campaign. The URL provided should look somewhat similar to the example shown below.

```
https://responsly.co/app/feedback/77
```


---

# 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://help.responsly.co/integrations.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.
