> 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/authentication-configuration/agent-management/install-and-configure-agent.md).

# Installing and Configuring Agent

There are two ways to install Avo Agent in your local machine:

* [Install Agent from the Home page](#installing-agent-from-landing-page)
* [Install Agent from the Admin](#installing-agent-by-navigating-to-admin-tab)

## Installing Agent from Home page

{% hint style="info" %}
**Note**: The **Avo Agent** automatically updates whenever **Avo Assure** is upgraded to a newer version. You do not need to reinstall the agent
{% endhint %}

To install the Avo Agent from the Landing Page, perform the following actions:

1. On the **Home** page, select the **Profile** icon.
2. Select **Download**.
3. Select **Download Agent**. The **Get the Agent** dialog opens.
4. Scroll down and select **Download**. The **AvoAgent.exe** file is downloaded.
5. Open the **AvoAgent.exe** file. The **Avo Agent – Server Setup** command prompt opens.
6. Enter the **Host URL** (Avo Assure server URL).

![](/files/vuKV6gF6JwVu1UVQwBdP)

7. Press **Enter** from your keyboard. The **Avo Agent – Downloading Client** command prompt opens and starts downloading the client.

![](/files/Z1zsBUlTtcZL9PIT39DB)

8. After the client download is complete, the **Setup – Avo Assure Client** window opens, and the client installation starts automatically.

<img src="/files/ySjgK9gdE5BCpuQ4xyY7" alt="" width="397">

9. After the installation is complete, the **Agent** icon appears in the taskbar and displays the agent version and status.

![](/files/zM2CkDnfDOkWsVJN7eAf)

10. Right-click the **Avo Agent** icon, and then: (if required)
    1. Select **Show Logs** to open the agent log file.
    2. Select **Quit** to close the **Avo Agent**.

![](/files/geq5vDYbYLJXVNhKqZ1B)

## Installing Agent from Admin

To download the Avo Agent from the Admin tab, perform the following steps:

1. On the **Home** page, select **Admin**.
2. Select **Agent Management**. The **Agent Management** page opens.
3. In the **Download Agent** section, select the **Here** link. The **AvoAgent.exe** file downloads.
4. Open the **AvoAgent.exe** file. The **Avo Agent – Server Setup** command prompt opens.

![](/files/vuKV6gF6JwVu1UVQwBdP)

5. Enter the **Host URL** (the Avo Assure server URL).
6. Press **Enter**. The **Avo Agent – Downloading Client** command prompt opens and starts downloading the client for the agent.

![](/files/Z1zsBUlTtcZL9PIT39DB)

7. After the client download is complete, the **Setup – Avo Assure Client** window opens. The client installation for the agent starts automatically.

![](/files/ySjgK9gdE5BCpuQ4xyY7)

8. After the installation is complete, the **Agent** icon appears in the taskbar and displays the agent version and status.

![](/files/zM2CkDnfDOkWsVJN7eAf)

9. Right-click the **Avo Agent** icon, and then: (if required)
   1. Select **Show Logs** to open the agent log file.
   2. Select **Quit** to close the **Avo Agent**.

![](/files/hLy1x8iHJGCLjcFcvaEg)

{% hint style="info" %}
**Note**: The **Avo Agent** automatically updates whenever **Avo Assure** is upgraded to a newer version. You do not need to reinstall the agent.
{% endhint %}


---

# 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.avoautomation.com/avo-assure/administration/authentication-configuration/agent-management/install-and-configure-agent.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.
