# Increase Engagement

## How to Build Better Training Engagement with Herd

{% hint style="info" %}
Many users aren't used to ongoing security training. Their first reaction to daily, weekly, or monthly training is often negative. This guide shows you how to change that narrative as quickly as possible.
{% endhint %}

***

### 1. Move to Microlearning

Microlearning improves knowledge retention by **20%** and drives roughly **50% more engagement** right from the start. By simply shifting to a microtraining format, you give yourself a 70% better chance at a stronger security program.

**What to do:**

* Break topics down into 30-second to 1-minute trainings
* Use multiple training types: video, audio, conversational AI, and more
* Make training accessible across multiple tools

{% hint style="info" %}
Traditional learning management systems (LMS) can only be accessed in one place, limiting day-to-day use. By extending reach into Slack, Teams, web logins, and mobile, you give employees the opportunity to learn the way they want, when they want.
{% endhint %}

#### Getting Started in Herd

{% stepper %}
{% step %}
**Open Herd AI**

Navigate to Herd AI and enter a training topic.

> *"Build me a training about safely using a chatbot LLM"*
> {% endstep %}

{% step %}
**Review the Micro-Lesson**

A training will populate in seconds.
{% endstep %}

{% step %}
**Send It to Your Users**

Distribute directly to your team.
{% endstep %}
{% endstepper %}

***

### 2. Pull Content From Recent News and Apply It to Roles

People lean in when training clearly connects to the decisions they make every day.

Start by segmenting users into high-impact groups based on **risk and behavior** — who clicks, who reports, who has sensitive access — not just job title.

{% hint style="info" %}
In Herd, segmentation can be done by creating groups based on existing user attributes (department, role, etc.) or by importing groups from your identity provider — Okta, Azure AD, or Google Workspace.
{% endhint %}

#### Decide What Each Group Sees

For each group, answer: *"What attacks are most likely to hit them, and what mistakes would hurt us most?"*

| Group            | Common Threats                                           |
| ---------------- | -------------------------------------------------------- |
| Finance          | Invoice fraud, vendor impersonation, payment redirect    |
| Engineering / IT | Access abuse, OAuth consent phishing, technical phishing |
| Executives       | Spear-phishing, urgent requests, data handling scenarios |

#### Build Targeted Tracks

Instead of assigning one universal program:

* **Finance** — Modules and simulations using invoice, vendor, and payment language
* **Engineering / IT** — Examples referencing their tools (GitHub, cloud consoles, admin panels)
* **Executives** — Short, story-driven examples mimicking "from the CEO" or "from Legal/Finance" requests

#### Assign and Iterate

After a month or quarter, review which simulations your groups failed or reported — then swap in new content that targets the gaps you find.

#### Example: Closing the Loop in Herd

{% hint style="success" %}
**Scenario:** Your phishing report shows the Finance group is consistently clicking on invoice-themed emails from fake vendors.
{% endhint %}

{% stepper %}
{% step %}
**Create a Targeted Training**

Use Herd AI with context from your simulation results:

> *"Build a training for the finance team that corresponds to what we've seen about them clicking on fake invoice links."*
> {% endstep %}

{% step %}
**Add a Relevance Message**

Open the training with a brief note that connects it to real events:

*"We've recently seen several fake invoice emails targeting Finance. This quick training will walk you through how to spot scams and fake payment requests."*
{% endstep %}

{% step %}
**Watch the Loop Close**

Phishing simulation → Results → Finance-specific training → Improved behavior on the next round.
{% endstep %}
{% endstepper %}

***

### 3. Provide Immediate Feedback

Motivation is driven by the dopamine response — triggering a reward or learning experience in the brain. Immediate feedback, both positive and constructive, is one of the most effective levers you have.

**Examples:**

* A user completes a training → it gets announced in a team channel
* They earn points on a leaderboard in Slack
* They successfully report a phishing simulation → they receive a message in Teams

Completion rates and behavior change both improve when users can see their progress and feel good about it.

#### Quick Wins in Herd

{% tabs %}
{% tab title="In Trainings" %}
Use **multiple choice questions** within trainings. These dynamically show users whether their answers are correct or incorrect — instant reinforcement.
{% endtab %}

{% tab title="In Slack" %}
Use **leaderboards** displayed via Slack Canvas to make progress visible to the whole team.
{% endtab %}
{% endtabs %}

***

### Next Steps

{% hint style="success" %}
These frameworks are the foundation for building secure behavior across your organization — while maintaining the compliance required to pass security audits.
{% endhint %}

Ready to put this into practice? \[Start a free trial →]


---

# 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://herd-security.gitbook.io/herd-security-docs/how-to-documentation/increase-engagement.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.
