# Download Agent

The Agent is a custom binary that you may deploy within your network. It connects back to the Pentest Copilot Enterprise control plane, acting as a "Command and Control" or C2 for deep internal assessments and the ability to hop across different network segments.

It is availible for Windows, Linux and MacOS

<figure><img src="/files/6ava05uHlZZ3Wv9Dmo7d" alt=""><figcaption></figcaption></figure>

**Deployment Process**

* Download the Agent Installer Binary from the Pentest Copilot Enterprise settings dashboard.
* Follow the installation instructions to deploy the Agent on a suitable machine within your network.
* Configure the Agent to connect to the main control plane, ensuring secure communication.

**Functionality**

* **Network Connectivity:** The Agent establishes a secure connection to the control plane, facilitating internal assessments.
* **Hopping to Further Networks:** The Agent can traverse different network segments, expanding the scope of internal assessment


---

# Agent Instructions: 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://copilot-docs.bugbase.ai/enterprise/download-agent.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.
