# Basic Lab

A basic lab will be defined as the bare minimum required to test C2s from the C2 Matrix. It is broken up in three key components:

* Host: your main operating system running a hypervisor like vmware player/workstation, VirtualBox, Hyper-V, etc.
* Attacker VM: the attacker virtual machine in NAT mode
* Victim VM: the victim virtual machine in NAT mode


---

# 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://howto.thec2matrix.com/lab-infrastructure/level-1-lab.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.
