# Adding survey as an in-store widget

Once you’ve created a survey, on your survey project page, turn on the “In-store widget” switch&#x20;

<figure><img src="/files/rGqlo1wGbUvt2RMioevN" alt=""><figcaption></figcaption></figure>

#### Enable Gojiberry in your App Embeds

If you haven’t done so already, go to your Shopify Theme Settings, and open the “App Embeds” panel. Enable “Gojiberry” in your App Embeds.

<figure><img src="/files/8uEE4jHVo9gS0zPLI4KK" alt=""><figcaption></figcaption></figure>

Last but not least, don't forget to save your Shopify Theme Settings.

<figure><img src="/files/3joz59F3fWmlWr12vsF3" alt="" width="374"><figcaption></figcaption></figure>

Now, your customers will see your survey in your store!

### Display settings

There are various display settings in order to display your survey in the right context to get better insights.

<figure><img src="/files/fwkAGFLH2plVibIQ7zFZ" alt=""><figcaption></figcaption></figure>

<details>

<summary>Display condition</summary>

decides how often this widget gets displayed

* **Once per session, never again if completed (Default)**

more options coming soon

</details>

<details>

<summary>User targeting</summary>

decides who sees the survey

* **Unchecked store language filter:** Show to all users (Default)
* **Checked store language filter:** The widget will be/will not be displayed for users with a specific browser language.

more options coming soon

</details>

<details>

<summary>Timing</summary>

decides when the widget will be displayed

* **X seconds after page load** (10 second by default)
* **On exit intent**:  The widget will be displayed when we detect that the customer exhibits exit behavior.

more options coming soon

</details>

<details>

<summary>Page targeting</summary>

decides where on your store this widget will be shown.

* **Show on all pages (Default)**: widget will be displayed on all pages in your store
* **Show on homepage:** widget will only display on the homepage
* **Selected pages only**:  widget will only display on the page selected

</details>


---

# 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.gojiberry.app/documentation/surveys/adding-survey-as-an-in-store-widget.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.
