> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/integrations/enate-integrations/automation-anywhere.md).

# Automation Anywhere

## Overview

Enate supports a number of RPA technologies including UiPath, Blue Prism, Automation Anywhere and Power Automate.&#x20;

Enate provides easy integration with [Automation Anywhere](https://www.automationanywhere.com/) via the Automation Anywhere Mbot connector. This enables bots to get work from the Enate platform, edit the data, add or download files and update the Enate platform. Additionally, new work items can be created on the Enate platform using the Automation Anywhere Activity.

We have an online swagger API documentation to help when you need some assistance with the JSON structure returned from any of the metabot Actions. This will help you to understand parts of the DTO and how to populate and what data types are required for each part of the DTO:

{% embed url="<https://sample.enate.net/documentation/webapi>" %}

{% hint style="info" %}
Please note: Enate currently supports up to version 11 of Automation Anywhere.
{% endhint %}

## Getting Started

You can find out how to set up Enate and Automation Anywhere to start including Enate activities in your bot routines here:

{% content-ref url="/pages/ObtFHzBlih2UZ6U1nYOH" %}
[Getting Started with Automation Anywhere](/enate-help/integrations/enate-integrations/automation-anywhere/getting-started-with-automation-anywhere.md)
{% endcontent-ref %}

## Latest Version

The latest version of Automation Anywhere supported by Enate is version 11. This version is compatible with version 2022.5 and above of Enate.

You can download the Automation Anywhere Metabot Logic Library for version 11 here:

{% file src="/files/QG5ledNb6CBe0tNuInbJ" %}


---

# 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://docs.enate.net/enate-help/integrations/enate-integrations/automation-anywhere.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.
