# Workflows

Workflows let you automate your analytics with AI-powered reports, analysis, and alerts. Access Workflows from the sidebar under **Automate**.

**Accessing Workflows**

1. Log in to your Humblytics account and select your site.
2. Click **Workflows** in the sidebar under **Automate**.

**Workflow Hub vs. My Workflows**

The Workflows page has two tabs:

* **Workflow Hub** — Browse all available workflow templates organized by category
* **My Workflows** — View workflows you've set up and their run history

## Available Workflows

### Reports

Automated reporting workflows that deliver insights on a schedule:

* **Weekly Growth Report** — Preview your latest weekly summary and manage automated email notifications. Generates a comprehensive overview of your site's performance including traffic trends, top pages, and conversion metrics.

### Analysis

AI-powered analysis workflows that surface insights from your data:

* **Landing Page Audit** — AI-powered analysis of your landing pages to identify conversion opportunities and UX issues. The audit examines page structure, content, calls-to-action, and user behavior patterns to provide actionable recommendations.
* **A/B Test Ideas Generator** — Generate prioritized experiment hypotheses based on your analytics data and industry best practices. The AI analyzes your traffic patterns, conversion funnels, and click data to suggest tests ranked by expected impact.
* **Competitor Benchmark** *(coming soon)* — Analyze competitor websites and benchmark your performance against industry standards.

### Automation

Event-driven workflows that respond to changes in your data:

* **Traffic Alerts** — Get notified by email when traffic spikes or drops unexpectedly. Configure thresholds and notification preferences to stay informed about significant changes without constantly monitoring your dashboard.

## Running a Workflow

1. Navigate to the **Workflow Hub** tab.
2. Find the workflow you want to run.
3. Click **Run workflow** on the workflow card.
4. Follow any configuration prompts (e.g., selecting a page for audit, setting alert thresholds).
5. View results directly in the app or check your email for report delivery.

## Workflow History

Switch to the **My Workflows** tab to see:

* Previously run workflows and their results
* Scheduled workflows and their next run time
* Workflow status (completed, running, failed)

Workflows use your AI insights quota. Check your plan's AI insights limit under your account settings.


---

# 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.humblytics.com/workflows.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.
