# Enterprise

- [Overview](https://copilot-docs.bugbase.ai/enterprise/overview.md): Pentest Copilot Enterprise - AI-native autonomous red-teaming/pentesting solution
- [How to Trigger an External Scan](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan.md): Follow these steps to start a new external scan in Pentest Copilot Enterprise.
- [Configure Scan Settings for External Assessment](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/configure-scan-settings-for-external-assessment.md): Configure scan settings for External Assessment to control how scans run, including authentication, browser sessions, rate limits, and manual crawling.
- [Recording Browser Session](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/recording-browser-session.md): Record Browser Sessions and help Pentest Copilot understand more about the domain.
- [Importing Browser Session (Legacy)](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/importing-browser-session-legacy.md): Browser Session allows you to run authenticated scans
- [Validating Browser Sessions](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/validating-browser-sessions.md): Post creation of browser sessions validate them to ensure successful scans
- [Handling Captcha/Email/Mobile OTPs](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/handling-captcha-email-mobile-otps.md)
- [Manual Crawler](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-external-scan/manual-crawler.md): Record Trajectories Manually
- [How to Trigger an Internal Scan](https://copilot-docs.bugbase.ai/enterprise/how-to-trigger-an-internal-scan.md): Follow these steps to initiate an internal scan in Pentest Copilot Enterprise.
- [Analysing scan results](https://copilot-docs.bugbase.ai/enterprise/analysing-scan-results.md)
- [Attack Surface](https://copilot-docs.bugbase.ai/enterprise/attack-surface.md)
- [Target Assets](https://copilot-docs.bugbase.ai/enterprise/attack-surface/target-assets.md)
- [Agents](https://copilot-docs.bugbase.ai/enterprise/attack-surface/agents.md)
- [Exploit Graph](https://copilot-docs.bugbase.ai/enterprise/exploit-graph.md)
- [Entities](https://copilot-docs.bugbase.ai/enterprise/exploit-graph/entities.md)
- [Relations](https://copilot-docs.bugbase.ai/enterprise/exploit-graph/relations.md)
- [Modules](https://copilot-docs.bugbase.ai/enterprise/modules.md)
- [Statistics](https://copilot-docs.bugbase.ai/enterprise/modules/statistics.md)
- [Attack Paths](https://copilot-docs.bugbase.ai/enterprise/modules/attack-paths.md): The Attack Paths page is the triage surface for every vulnerability discovered in a module. Each row is a single finding with its full attack chain attached, from the entry point to the exploited node
- [Activity](https://copilot-docs.bugbase.ai/enterprise/activity.md)
- [Logging](https://copilot-docs.bugbase.ai/enterprise/activity/logging.md)
- [Scheduling](https://copilot-docs.bugbase.ai/enterprise/activity/scheduling.md)
- [Reports](https://copilot-docs.bugbase.ai/enterprise/reports.md)
- [Vulnerability Testing Coverage](https://copilot-docs.bugbase.ai/enterprise/vulnerability-testing-coverage.md): Below is a comprehensive list of categories Pentest Copilot provides testing coverage for
- [Settings](https://copilot-docs.bugbase.ai/enterprise/settings.md): The Settings section of Pentest Copilot Enterprise provides several options to configure scans, usage details, integrations, and overall app configuration.
- [API Keys & MCP Server](https://copilot-docs.bugbase.ai/enterprise/settings/api-keys-and-mcp-server.md): Pentest Copilot API keys let external tools call the REST API and the platform MCP server
- [Domains](https://copilot-docs.bugbase.ai/enterprise/settings/domains.md)
- [Trajectories](https://copilot-docs.bugbase.ai/enterprise/settings/trajectories.md): Add Trajectory Whitelist and Blacklist
- [Helpful Copilot](https://copilot-docs.bugbase.ai/enterprise/helpful-copilot.md)
- [Download Agent](https://copilot-docs.bugbase.ai/enterprise/download-agent.md)


---

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