> For the complete documentation index, see [llms.txt](https://hyperflow.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperflow.sygnal.com/apps.md).

# HYPERFLOW APPS

- [Hyperflow Monitor](https://hyperflow.sygnal.com/apps/v5.md): Monitor your automations to ensure they're running.
- [API](https://hyperflow.sygnal.com/apps/v5/api.md): The Hyperflow Monitor API
- [Alert Setup](https://hyperflow.sygnal.com/apps/v5/alert-setup.md)
- [Hyperflow Locale-Specific Domains](https://hyperflow.sygnal.com/apps/hyperflow-locale-specific-domains.md): Split your Webflow Localized site into separate domains for improved local SEO.
- [Hyperflow LLMS](https://hyperflow.sygnal.com/apps/hyperflow-llms.md): Support LLMS with llms.txt and markdown generation
- [Installing the Worker](https://hyperflow.sygnal.com/apps/hyperflow-llms/installing-the-worker.md): Installing the worker
- [Setting up LLMS.TXT](https://hyperflow.sygnal.com/apps/hyperflow-llms/setting-up-llms.txt.md)
- [Setting up Markdown Pages](https://hyperflow.sygnal.com/apps/hyperflow-llms/setting-up-markdown-pages.md)
- [Hyperflow LLMS API](https://hyperflow.sygnal.com/apps/hyperflow-llms/hyperflow-llms-api.md)
- [Analytics](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics.md)
- [Future](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/future.md)
- [ChatGPT ( OpenAI )](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/chatgpt-openai.md)
- [Posthog Tracking Code](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/chatgpt-openai/posthog-tracking-code.md): Event transformer
- [Future](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/chatgpt-openai/future.md): Enhanced tracking within Hyperflow LLMS
- [Perplexity](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/perplexity.md)
- [Deepseek](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/deepseek.md)
- [Llama](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/llama.md)
- [Bing ( Microsoft )](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/bing-microsoft.md)
- [Claude ( Anthropic )](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/claude-anthropic.md)
- [Gemini ( Google )](https://hyperflow.sygnal.com/apps/hyperflow-llms/analytics/gemini-google.md)
- [Future](https://hyperflow.sygnal.com/apps/hyperflow-llms/future.md)
- [Hyperflow Favicon](https://hyperflow.sygnal.com/apps/hyperflow-favicon.md): Responds to /favicon.ico requests with a valid ICO reponse.
- [Hyperflow CMS Preview](https://hyperflow.sygnal.com/apps/hyperflow-cms-preview.md): An advanced staging setup for businesses that supports Staged Changes.
- [Hyperflow Files](https://hyperflow.sygnal.com/apps/whats-new.md): Serve plain text files at any path. Designed for verification services like Apple Pay.
- [Hyperflow Notion](https://hyperflow.sygnal.com/apps/hyperflow-notion.md)
- [Styling](https://hyperflow.sygnal.com/apps/hyperflow-notion/styling.md): Styling Notion-generated HTML in your Webflow pages
- [Hyperspeed](https://hyperflow.sygnal.com/apps/hyperspeed.md): Minimize bandwidth use and maximize performance for your Webflow-hosted site


---

# 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://hyperflow.sygnal.com/apps.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.
