> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/connect-to-systems/connector-agents/install-agent-manager.md).

# Install agent manager

You need to have at least one agent group created before installing an agent

## Requirements

**Minimum requirements**

* .NET 10
* A 64-bit version of Windows 10 or a 64-bit version of Windows Server 2012
* An 4-core CPU
* 4 GB of memory
* 20 GB of disk space (including the logs)

#### Recommended <a href="#recommended" id="recommended"></a>

* A 64-bit version of Windows Server 2016 or later
* An 8-core CPU
* 8 GB of memory
* 50 GB of disk space (including the logs)

## Install agent manager

1. Select **Download to Add Agent** to download the agent manager. <br>

   <figure><img src="/files/cb9tRhfP0jhEmJEk1AvB" alt=""><figcaption></figcaption></figure>
2. Run the agent manager installer
3. In the agent manager installer you can choose the installation folder or you can keep the default installation path.

   <figure><img src="/files/vRC379CehuXD4OH43QJx" alt=""><figcaption></figcaption></figure>
4. Choose if you want a desktop shortcut and select **Next**.
5. Select **Install** to complete the installation

   <figure><img src="/files/bzPqeGCVHgCda4bkbJHs" alt=""><figcaption></figcaption></figure>
6. At the end of the installation choose Launce agent manager and select **Finish**.

   <figure><img src="/files/8FCZhfhAXrhvetJnfsvJ" alt=""><figcaption></figcaption></figure>

## Update agent manager

To update the agent manager, you just have to re-download it again from the Flow Hub

1. Select **Download to Add Agent** to download the latest version of agent manager. <br>

   <figure><img src="/files/cb9tRhfP0jhEmJEk1AvB" alt=""><figcaption></figcaption></figure>
2. Run through the installer steps as described in the [installation section](#install-agent-manager).


---

# 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.novacura.com/flow-connect/working-with-connect/connect-to-systems/connector-agents/install-agent-manager.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.
