> For the complete documentation index, see [llms.txt](https://copilot-docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copilot-docs.bugbase.ai/enterprise/modules.md).

# Modules

Modules are the pages where operators configure and run discovery, assessment, and result-review workflows.

## External Assessment

| Page                | Use for                                                                         |
| ------------------- | ------------------------------------------------------------------------------- |
| **Discovery Phase** | Map domains, web pages, APIs, services, and trajectories before active testing. |
| **Attack Phase**    | Run external vulnerability testing against selected targets.                    |
| **Statistics**      | Review aggregate external results.                                              |
| **Attack Paths**    | Triage external findings and retest.                                            |

## Internal Assessment

| Page                | Use for                                                                       |
| ------------------- | ----------------------------------------------------------------------------- |
| **Discovery Phase** | Discover internal hosts and services through a connected local agent.         |
| **Attack Phase**    | Run internal assessment on selected subnets with per-subnet exploit controls. |
| **Statistics**      | Review aggregate internal results.                                            |
| **Attack Paths**    | Triage internal findings and retest.                                          |

## Other Module Areas

The sidebar can include credential-compromise modules, custom modules, and test/debug modules when those features are enabled for the tenant. Use those only when they are part of the approved engagement.

## Before Running Any Module

Check:

* target scope is approved;
* required agents are connected;
* scan configuration is saved;
* estimates and runtime warnings are acceptable;
* schedules reference the intended saved settings;
* destructive internal categories are approved.


---

# 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:

```
GET https://copilot-docs.bugbase.ai/enterprise/modules.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.
