# Orchestration

## Overview

Orchestration allows you to execute automation scripts created in different frameworks such as Selenium, Safal, Karate, or Cucumber directly from the Avo Assure platform. It allows you to trigger, monitor, and retrieve reports of these external test executions easily, without leaving the Avo Assure environment. Orchestration helps Avo Assure to act as a central control hub, enabling teams to integrate multiple automation tools under a single unified interface.&#x20;

{% hint style="info" %}
&#x20;**Note**: The Orchestration Actions only work in Execution mode.&#x20;
{% endhint %}

### Orchestration Actions&#x20;

You can perform Orchestration in Avo Assure using the following Actions:&#x20;

* Invoke Platform&#x20;
* Get Orchestration Reports

### Orchestration Platforms&#x20;

Avo Assure supports Orchestration execution with the following external automation platforms:&#x20;

* Selenium&#x20;
* Safal&#x20;
* Karate&#x20;
* Cucumber&#x20;

### This document includes:&#x20;

[**Actions**](/avo-assure/actions/generic/orchestration/actions.md)\
Detailed explanation of Orchestration actions along with examples.


---

# 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.avoautomation.com/avo-assure/actions/generic/orchestration.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.
