> 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/manage-agent.md).

# Managing Avo Agent in Avo Assure

Use the Manage Agents page under Admin to manage registered Avo Agents. You can change the Agent status, edit the Avo Client count, and delete agents.\
\
The Manage Agents page allows you to manage the registered agents in Avo Assure. You can perform the following tasks:

* Edit the Avo Client Count.
* Change the Agent Status.
* Delete an Agent.

## **Editing Avo Client Count**

To change the number of clients assigned to an agent, perform the following actions:

1. On the **Home** page, select **Admin**.
2. Select **Agent Management**. The **Agent Management** page opens.
3. On the **Manage Agents** section, select the required agent.
4. Under the **Avo Client Count** column, use the spin box to set the client count.
5. Select **Save** to apply the changes.

## **Changing Agent Status**

To activate or deactivate an agent, perform the following actions:

1. On the **Home** page, select **Admin**.
2. Select **Agent Management**. The **Agent Management** page opens.
3. On the **Manage Agents** page, select **Admin**.
4. Under the **Status** column, select the **toggle** button to change the agent’s status.
5. Select **Save** to apply the changes.

{% hint style="info" %}
**Note**: The status indicator next to the agent's name identifies the current status.

* A **green** indicator indicates that the agent is **Active.**
* A **gray** indicator indicates that the agent is **Inactive**.
  {% endhint %}

## **Deleting Agent**

To delete an agent, perform the following actions:

1. On the **Home** page, select **Admin**.
2. Select **Agent Management**. The **Agent Management** page opens.
3. On the **Manage Agents** page, select **Admin**.
4. Under the **Action** column, select **Delete** to delete the agent.
5. Select **Save** to apply the changes.

{% hint style="info" %}
**Note**: Deleting an agent removes it from the **Manage Agents** page. If you want to use the agent again, reinstall and register the agent.
{% endhint %}

<img src="/files/BnYw6GbkG8pIWZ3HTmgt" alt="" height="262" width="626">


---

# 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/manage-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.
