> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation/runbooks/engagements/starting-an-engagement.md).

# Starting an Engagement

<mark style="background-color:yellow;">Step 1:</mark> From the **Runbooks** module home page (the **Engagements** tab), click **Start New Engagement**.

<div align="left"><figure><img src="/files/WKFEiulITf3OxVyuE1Ay" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Select the client from the **Client** pulldown menu.

<figure><img src="/files/uey3nzrjNLb6DecvAyCr" alt=""><figcaption></figcaption></figure>

<mark style="background-color:yellow;">Step 3:</mark> Select if the engagement is new or to be modified from an existing test plan.&#x20;

<div align="left"><figure><img src="/files/qLkpSr0NxBquIoqaBisp" alt=""><figcaption></figcaption></figure></div>

Existing test plans are greyed out unless "Start from an existing Test Plan" is selected. These plans can be leveraged as a starting point by clicking **Select** next to the test plan.

<div align="left"><figure><img src="/files/f5vERNtbPAzLzq6RvTtz" alt=""><figcaption></figcaption></figure></div>

To reduce the list of test plans provided, filter by tactic or test plan title in the search box.

<mark style="background-color:yellow;">Step 4:</mark> Click **Next**.

<div align="left"><figure><img src="/files/b0UDxlGFKyA5HHRnt7yb" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 5:</mark> On the **Engagement Details** tab, enter a title (required), a description, and any required tags. If an existing test plan was selected in the previous step, information in that test plan is populated by default and can be edited.&#x20;

Click **Continue**.&#x20;

<figure><img src="/files/dXRmKDjzGF4F6L7zYSaQ" alt=""><figcaption></figcaption></figure>

<mark style="background-color:yellow;">Step 6:</mark> On the **Select Procedures** tab, select the procedures for this engagement by clicking the **Select** button next to the procedure to add. If leveraging an existing test plan, all procedures from that template are displayed in the right-hand column.&#x20;

<div align="left"><figure><img src="/files/Os60XKtCvAU4m7GYDdOG" alt=""><figcaption></figcaption></figure></div>

This list can be reduced by clicking the x button of the procedure to remove at the right of the box.&#x20;

<div align="left"><figure><img src="/files/yjyoVvNOD27KlyqOXtte" alt=""><figcaption></figcaption></figure></div>

The procedure sequence can be adjusted by clicking and dragging the procedure to its desired line.

<div align="left"><figure><img src="/files/q1X4mz9Vd9njel7eQlYT" alt=""><figcaption></figcaption></figure></div>

The list of procedures displayed on the screen can be adjusted using the provided filter options.

<div align="left"><figure><img src="/files/8Hq1MFWRlQ7ZkfA6xvEn" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If required procedures have not yet been created, the engagement can be completed and procedures added later, but it is recommended to create the procedures first in [**RunbooksDB**](/plextrac-documentation/product-documentation/content-library/runbooksdb.md).&#x20;
{% endhint %}

<mark style="background-color:yellow;">Step 7:</mark> Click **Add X Procedures** when finished.&#x20;

<mark style="background-color:yellow;">Step 8:</mark> View a summary of the engagement from the **Finalize Engagement** tab. The title, description, tags, engagement coverage, and assigned procedures are displayed.

Click **Create Engagement**.&#x20;

<div align="left"><figure><img src="/files/E1FxPgDOryLZCTZi1vpc" alt=""><figcaption></figcaption></figure></div>

The engagement is now active and ready to be executed.&#x20;

<div align="left"><figure><img src="/files/gANwWwm9TPkNXOc9TlLr" alt=""><figcaption></figcaption></figure></div>

It also is now listed on the **Engagements** tab.

<figure><img src="/files/G3IViLCcWeZX3lm4MA19" alt=""><figcaption></figcaption></figure>


---

# 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.plextrac.com/plextrac-documentation/product-documentation/runbooks/engagements/starting-an-engagement.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.
