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

# Configure Automation Anywhere Integration in PixieBrix

To configure your integration, you'll first need to decide if you want a team, personal, or local integration. ([Learn more about the types of integrations and where to set them up](/integrations/configuring-integrations.md).)

Click the **+ Add integration** button from either the Team, Personal, or Local Integration page and search for *Automation Anywhere*.&#x20;

<figure><img src="/files/s8cH6nazQBdicOEIsuve" alt=""><figcaption></figcaption></figure>

Click the Automation Anywhere Control Room option.&#x20;

Provide the following fields to configure the integration properly.&#x20;

{% hint style="warning" %}
Control Room v33 retired the /v1/authentication endpoint. Therefore, for Control Room v33 and later you must set API Version to v2
{% endhint %}

<figure><img src="/files/vcD0aAVS41A5N8kVR8Ha" alt=""><figcaption><p>Control Room configuration options. For Control Room v.33 and later, API Version must be set to v2</p></figcaption></figure>

Once you've filled in the required fields, click the **Add Configuration** button at the bottom of the modal.&#x20;

You can now access these integrations when activating mods or using bricks that require the integration.&#x20;


---

# 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.pixiebrix.com/integrations/automation-anywhere/configure-automation-anywhere-integration-in-pixiebrix.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.
