> For the complete documentation index, see [llms.txt](https://approom.gitbook.io/eta/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://approom.gitbook.io/eta/visitor-counter/guides/display-settings.md).

# Display Settings

<figure><img src="/files/FW37fq9AxThpZYiLMFc9" alt=""><figcaption><p>Display Settings</p></figcaption></figure>

* **Position :** Allows you to specify the position in which the widget will be displayed on the page.
* **Display Timer On :** You have the flexibility to tailor where your widgets appear. Choose to showcase them across All Products, specify particular Custom Products, or even focus on a Custom Collection. The display of your widget will adapt seamlessly based on your selection, ensuring a tailored experience for your visitors.
  * **All Products and Collections :** The widget is automatically shown on all product and collection pages in your store.
  * **Product :** You can choose on which product page the widget will be shown or not.
  * **Collection :** You can choose which collection page to show the widget on.

{% hint style="warning" %}
When you select the radio button for the "Choose by Products" or "Choose by Collections" options, you need to select the desired products or collections from the drop-down list. Make sure you complete your selection without skipping this step.
{% endhint %}

If you choose the "Choose by Product" option, you will see two radio buttons:

<figure><img src="/files/6nx3dOP44hLQfgIzrXnl" alt=""><figcaption></figcaption></figure>

> By default, the "Include Selected Products" option is selected. Note that if you want to add a product, you need to click on one of the radio buttons again!

If you choose the "Choose by Collections" option, you will see two radio buttons:

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

> By default, the "Include Selected Collections" option is selected. Note that if you want to add a collection, you need to click on one of the radio buttons again!

{% hint style="info" %}
Do not forget the "SAVE" the changes.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://approom.gitbook.io/eta/visitor-counter/guides/display-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
