> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/en/social-proof/product-guide.md).

# Product Guide

- [Analytics Dashboard](https://docs.codpeller.com/en/social-proof/product-guide/analytics-dashboard.md)
- [Real-Time Stats Messages](https://docs.codpeller.com/en/social-proof/product-guide/analytics-dashboard/real-time-stats-messages.md)
- [Pop-Up Notification](https://docs.codpeller.com/en/social-proof/product-guide/analytics-dashboard/pop-up-notification.md)
- [Real-Time Stats Messages](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages.md)
- [Message Appearance](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/message-appearance.md)
- [Product Purchase Counter](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/product-purchase-counter.md)
- [Product View Counter](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/product-view-counter.md): This message shows how many people are interested in a product
- [How Many People Are Viewing This Product Right Now](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/product-view-counter/how-many-people-are-viewing-this-product-right-now.md): This message can work in two modes: Random or Real data
- [How Many People Viewed This Product Over Time](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/product-view-counter/how-many-people-viewed-this-product-over-time.md): This message can work in two modes: Random or Real data
- [Low Stock Counter](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/low-stock-counter.md): This message shows how many items are left in stock
- [Discount Message](https://docs.codpeller.com/en/social-proof/product-guide/real-time-stats-messages/discount-message.md): This message shows a discount offer for a product
- [Всплывающее сообщение](https://docs.codpeller.com/en/social-proof/product-guide/vsplyvayushee-soobshenie.md)
- [Внешний вид](https://docs.codpeller.com/en/social-proof/product-guide/vsplyvayushee-soobshenie/vneshnii-vid.md)
- [Недавно купленный товар](https://docs.codpeller.com/en/social-proof/product-guide/vsplyvayushee-soobshenie/nedavno-kuplennyi-tovar.md)
- [Рандомно](https://docs.codpeller.com/en/social-proof/product-guide/vsplyvayushee-soobshenie/nedavno-kuplennyi-tovar/randomno.md)
- [Реальные данные](https://docs.codpeller.com/en/social-proof/product-guide/vsplyvayushee-soobshenie/nedavno-kuplennyi-tovar/realnye-dannye.md): В сообщении показываются товары, которые были куплены в магазине


---

# 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://docs.codpeller.com/en/social-proof/product-guide.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.
