> 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/schedule/creating-an-engagement.md).

# Creating an Engagement

Users with permission to approve an engagement will have a "New engagement" button available in the Schedule module.

<mark style="background-color:yellow;">Step 1:</mark> Click **New engagement** from the **Calendar** tab of the **Schedule** module.

<div align="left"><figure><img src="/files/eWT33P0isyBYbSkHNKIc" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Enter information about the engagement. Required fields are identified with a red asterisk. Click **Continue**.

<div align="left"><figure><img src="/files/0hnL7vocACgMa1ThaMAv" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> Add any relevant files for context. Click **Continue**.

<div align="left"><figure><img src="/files/otjUhpwooflUvDW617tp" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 4:</mark> Enter report details. Click **Continue**.

<div align="left"><figure><img src="/files/pjDmsRDHow8Gi16iPdXF" alt="" width="563"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 5:</mark> Select the dates to begin and end work on the engagement by inserting the cursor into the "Engagement dates" box and clicking the desired dates.&#x20;

<div align="left"><figure><img src="/files/kcRo4whFYDdpAxqwfaAt" alt="" width="513"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 6:</mark> Assign resources to work on the engagement by clicking the checkbox next to the desired resource under the "Operators" column. After selecting an operator, the engagement will appear next to that resource. Any existing resources that the operator is working on will also be displayed. Click **Save**.

{% hint style="info" %}
Report operators will receive an email with an attached .ics file. Most calendar applications, such as Microsoft Outlook, Google Calendar, and Apple Calendar, support ICS files.
{% endhint %}

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

The engagement now appears on the **Calendar** and **List** tabs for viewing and modification.


---

# 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/schedule/creating-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.
