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

# Engagement Activities

Engagement Activities give you a running record of everything that has happened with a candidate — from the moment they enter your pipeline to wherever they are now. Instead of piecing together what was sent, when, etc., it's all in one place in chronological order.

This is especially useful in team hiring setups where multiple recruiters are involved and alignment matters.

### What's included

* **Messages and communication** — all outreach sent to the candidate, including invite emails, reminders, and any direct communication
* **Prescreening interactions** — when the prescreening invite was sent, whether the candidate opened it, and when they completed or abandoned it
* **Interview-related updates** — when the interview invite was triggered, reminder activity, and completion status

### Communication history

From the Candidate Listing page, you can view a detailed communication history for each candidate directly from the row-level actions.

<figure><img src="/files/pgfZzGIIMbhm09HPUt32" alt=""><figcaption><p>Communication History</p></figcaption></figure>

The communication history shows:

* When the AI interview email was sent
* Whether any reminders were triggered and when
* When the email was delivered, opened, and clicked

If SMS is enabled for your workflow, SMS activity is also visible in the same communication history, so all candidate communication is tracked in one place regardless of channel.

### Re-triggering prescreening or interviews

If a candidate missed their prescreening or interview, or was unable to complete it for any reason, you can re-trigger it directly without having to set up a new workflow.

**From the candidate listing**&#x20;

<figure><img src="/files/HNxY7IWUB1iRYjEfaLLf" alt=""><figcaption><p>Resend Invite from Candidate Listing</p></figcaption></figure>

On the candidate listing page, open the actions menu (⋯) on any row to retrigger the AI Prescreening or AI Interview.&#x20;

**From the candidate report card**

<figure><img src="/files/Rhalo302QV7i0CZ3E8No" alt=""><figcaption><p>Resend Invite from Report Card</p></figcaption></figure>

On the candidate's report card, click the dropdown icon next to the favourites action. From here you can resend the prescreening or interview invite directly to the candidate.


---

# 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.senseloaf.ai/agents-output/engagement-activities.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.
