> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/administration/agent-management.md).

# Agent Management

**Avo Agent** is a collection of multiple Avo Clients that acts as a bridge between the system and clients which helps in **parallel and distributed execution.** &#x20;

Agent execution refers to running multiple test cases across different browsers, devices, or environments. This allows test cases to execute reducing overall execution time and improving test efficiency.&#x20;

In Avo Assure, execution is achieved by distributing test cases across multiple clients with the help of an Avo Agent, enabling flexible and efficient parallel/distributed test execution. &#x20;

### Prerequisites

Before proceeding with parallel/distributed execution, ensure the following are in place:

1. **Avo Agent Installation**\
   Avo Agent should be installed either from the Landing Page or the Admin tab.
2. **Client Configuration**\
   The required number of clients should be initialized within the Avo Agent.
3. **Agent Status**\
   The Agent should be in an **Active** state for execution to begin.
4. **Independent Test Cases:**\
   Ensure that all test cases are designed to run independently. Test cases should not depend on the outcome or data of other test cases.

{% hint style="info" %}
**Note:** If the test cases are dependent on each other, use **E2E (End-to-End) Execution** instead of Agent execution.
{% endhint %}

### Technologies Supported for Agent Execution:

* Web
* API
* Data base

### This document includes:&#x20;

[**Install And Configure Avo Agent** ](/avo-assure/administration/agent-management/install-and-configure-agent.md)\
The steps to install and configure Avo Agent&#x20;

[**Manage Agent** ](/avo-assure/administration/agent-management/manage-agent.md)\
The steps to edit agent count and delete Avo Agent&#x20;

[**Work with Avo Agent**  ](/avo-assure/administration/agent-management/executing-test-case-with-avo-agent.md)\
The steps to work with Avo Agent


---

# 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:

```
GET https://docs.avoautomation.com/avo-assure/administration/agent-management.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.
