> For the complete documentation index, see [llms.txt](https://docs.softwaresecured.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.softwaresecured.com/planning/during-the-active-pentest.md).

# During the active pentest

Once the test has started, leave the rest to us.&#x20;

{% hint style="warning" %}
Our IP address is provided as a part of the pentest checklist; share this IP with your operations or security team so they can distinguish between testing activities and any actual security events that might occur during the testing dates.
{% endhint %}

We may contact you in the following circumstances:

* We have follow-up questions if we encounter something that was not previously discussed.
* We experience any issues with the testing environment that block progress on the test.&#x20;
* We discover critical severity vulnerabilities that represent an imminent danger to the system or your organization. Such issues should be reviewed and addressed as soon as possible. All other vulnerabilities are communicated in the final report.

During the test, we are always available to converse through email or a shared Slack channel. For more information about using Slack, see [Slack](/account/integrations/slack.md).&#x20;

Reach out if at any point testing activities have become adversely disruptive and you need us to pause temporarily.&#x20;


---

# 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.softwaresecured.com/planning/during-the-active-pentest.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.
