# Automations & Guides

### Automations & Guides:

Transform your workflow with these pre-built integration guides:

#### **Dashboards**

* [Multi-Client Performance Dashboard](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/build-a-multi-client-test-overview-dashboard): A step-by-step guide on building a centralized "single pane of glass" view to monitor all active tests across multiple client accounts simultaneously.

#### Analysis

* [Scheduled Analysis: 7 & 14-Day Test Reports](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/scheduled-analysis-building-7-and-14-day-post-launch-test-reports): Build an AI-powered reporting engine that automatically delivers technical and client-ready summaries to Slack at key milestones.
* [Scheduled Analysis: Building Post-Test Reports](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/scheduled-analysis-building-post-test-reports): Automatically transform concluded experiments into comprehensive final reports.
* [Automating a CFO-Friendly Incremental Revenue Attribution for CRO](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/automating-a-cfo-friendly-incremental-revenue-attribution-for-cro): Learn how to build an automated reporting pipeline that calculates the financial impact of your CRO efforts using a conservative decay model.

#### Alerts

* [Automated Test Alerting for Slack](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/automated-test-alerting-for-slack): Build a proactive monitoring workflow to alert your team of SRM issues, low traffic, drop in conversion rate, or when a test falls below the minimum orders per variant.
  * Bonus: [Automatically Pause Failing Tests](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/how-to-automatically-pause-failing-tests)
* [Automated Test Monitoring for Slack](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/build-an-automated-test-monitoring-integration-for-slack): Learn how to create your own daily proactive slack notification that shares the health of your tests.

#### Optimizations

* [Build a Multi-Armed Bandit for Dynamic Traffic Optimization](https://docs.intelligems.io/developer-resources/external-api/automations-and-guides/build-a-multi-armed-bandit-for-dynamic-traffic-optimization): Scale winning variants automatically to minimize opportunity cost and maximize revenue.


---

# 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.intelligems.io/developer-resources/external-api/automations-and-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.
