# Widget Types

{% hint style="info" %}
Mobile widgets are always set as an overlay for easy readability.&#x20;

The only exceptions to this rule are for inline surveys.&#x20;
{% endhint %}

## **Bottom Bar**

Pops up over a thin portion of the bottom of your webpage or app until the user answers or exits.

![](/files/IWgTYbzSdOgmU4oeuPLg)

Available for Web or App implementations.

Bottom Bars act as a middle ground, allowing you to collect data quickly without covering all the content on the page.

## **Docked**

Acts as a bottom bar, but only covers a portion of the webpage.

![](/files/mQMcz7x2XTuPXjNZmhzD)

Available for Web implementations only.

Docked Widgets act as a middle ground, allowing you to collect data quickly without covering all the content on the page. They are great if you have content on the bottom of the page you’d like to keep in view.

## **Inline**

An interactive object on your web page or app that disappears once the user answers or exits. &#x20;

![](/files/IDNwJpvxWUiuarKY81Yh)

Available for Web or App implementations.&#x20;

Inline surveys are great for asking about specific pieces of content on your page or if you hope not to disrupt the user’s experience. Users sometimes react negatively to popups, so if you have the volume, use inline surveys. For example, if you have 100,000 visitors a day and only need 500 submissions a day, use an inline or docked widget to keep the user experience seamless. Inline surveys work best when deployed on specific pages unless the site has a dedicated slot for Pulse surveys. For example, ask about a subject that also appears in the webpage content. Relevant copy = high response rates!&#x20;

If you want to ask questions about page copy, place them inline at the bottom of the page or trigger after a high scroll percentage. Giving your visitor time to read your content will allow them to provide you with informed responses.&#x20;

## **Overlay**

Pops up over your web page or app until the user answers or exits. &#x20;

![](/files/KQzqQgLP8r5tPJqACFTU)

Available for Web or App implementations.

Overlays are a great way to get data quickly or work well when the survey is triggered by a user’s actions (ex: the feedback tab).

## **Top Bar**

Pops up over a thin portion of the top of your webpage or app until the user answers or exits.

![](/files/q9RB0T766hUsf96WgRyT)

Available for Web implementations only.

Top Bars act as a middle ground, allowing you to collect data quickly without covering all the content on the page. They bring the eye to the top of the page.

‍


---

# 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.pulseinsights.com/best-practices/best-practices/widget-types.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.
