# Integrations

Connect Rova with your existing workflow to create a seamless automation pipeline.

## Notification Platforms

### Slack

Get real-time updates on test and suite results directly in your team's Slack channels.

* **Failures Only**: Configure notifications to only alert you when something breaks.
* **Summaries**: Get a daily or weekly roll-up of your project's stability.

### Email

Configure individual or team-based email alerts for scheduled suite runs.

## CI/CD Integrations (Soon)

### GitHub Actions (Soon)

The easiest way to integrate Rova into your GitHub workflow is using our Rova CLI

### Rova CLI

For all other CI/CD platforms (GitLab, Jenkins, CircleCI, etc.), use the **Rova CLI**.

* **Run Tests**: Trigger cloud or local executions from your build scripts.
* **Sync Results**: Automatically stream logs and artifacts back to the Rova dashboard.

## Issue Tracking

### Jira & Trello

While we don't have a direct "one-click" button yet, our **Shareable Run Links** are designed to be pasted into Jira tickets. They provide developers with:

* Full video recording.
* Console and Network logs.
* Agent reasoning for failures.

> \[!TIP] **Best Practice**: Use a dedicated Slack channel (e.g., `#rova-alerts`) for your automation notifications to avoid cluttering your main dev channels.


---

# 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.rova.qa/rova-web/integrations.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.
