# Useful Examples

- [Feedback form (polls)](https://docs.uxwizz.com/useful-examples/feedback-form-polls.md)
- [Tracking 404 Pages](https://docs.uxwizz.com/useful-examples/tracking-404-pages.md)
- [Tracking UTM parameters](https://docs.uxwizz.com/useful-examples/tracking-utm-parameters.md): Example of reading and storing URL query parameters for each session.
- [Tracking Google Ads GCLID](https://docs.uxwizz.com/useful-examples/tracking-google-ads-gclid.md)
- [Storing user device types](https://docs.uxwizz.com/useful-examples/storing-user-device-types.md): Example of storing custom device type data using tags.
- [Track video playback](https://docs.uxwizz.com/useful-examples/track-video-playback.md)


---

# 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.uxwizz.com/useful-examples.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.
