# Guides

- [Handle anonymous users](https://docs.hypertune.com/guides/handle-anonymous-users.md)
- [Pass the page URL to Hypertune](https://docs.hypertune.com/guides/pass-the-page-url-to-hypertune.md)
- [Target based on a URL parameter](https://docs.hypertune.com/guides/target-based-on-a-url-parameter.md)
- [Pass the user agent to Hypertune](https://docs.hypertune.com/guides/pass-the-user-agent-to-hypertune.md)
- [Detect crawlers and bots](https://docs.hypertune.com/guides/detect-crawlers-and-bots.md)
- [Forward analytics](https://docs.hypertune.com/guides/forward-analytics.md)
- [Use Hypertune on static pages](https://docs.hypertune.com/guides/use-hypertune-on-static-pages.md)
- [Analytics logging in Next.js](https://docs.hypertune.com/guides/analytics-logging-in-next.js.md)
- [Use Hypertune outside of React](https://docs.hypertune.com/guides/use-hypertune-outside-of-react.md)
- [Use string interpolation](https://docs.hypertune.com/guides/use-string-interpolation.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.hypertune.com/guides.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.
