> For the complete documentation index, see [llms.txt](https://doc.keepnetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.keepnetlabs.com/next-generation-product/customer-success/communication-tips/new-phishing-reporter-button-announcement.md).

# New Phishing Reporter Button Announcement

This text has been prepared for customers to use who want to inform their users about the Phishing Reporter add-in.

* Replace \[Company Name] with your company name
* Replace "**Suspicious (Phishing) E-mail Reporter"** with the name of your add-in

## Email Template <a href="#to-inform-your-users-about-the-phishing-reporter-outlook-add-in-you-can-use-the-following-text" id="to-inform-your-users-about-the-phishing-reporter-outlook-add-in-you-can-use-the-following-text"></a>

Dear Employees,

We’re excited to introduce a brand-new tool that puts the power of cybersecurity right at your fingertips: the **“Suspicious (Phishing) E-mail Reporter”**

**What is it?**\
This handy add-in adds a **“Suspicious (Phishing) E-mail Reporter” button** directly to your email menu bar. With a single click, you can report suspicious emails for our Information Security Team to investigate - helping us protect the company from potential threats before they become problems.

**Why it matters:**

* **Protect yourself and your colleagues:** Reporting suspicious emails helps prevent security incidents that could affect everyone.
* **Strengthen our company’s cybersecurity:** Timely alerts mean our security team can act quickly, keeping our systems safe.
* **Stay cyber-savvy:** Each report helps you recognise phishing attempts and sharpen your awareness.

**How to use it:**

1. Spot a suspicious email.
2. Click the **“Suspicious (Phishing) E-mail Reporter”** button in your email menu.
3. Choose whether you’d like to delete the email.
4. That’s it! The Information Security Team will analyse the email and send you a quick update on what we found.

Thank you for helping us keep \[Company Name] safe and secure. Spotting and reporting suspicious emails protects the whole team.

Stay alert and stay safe,


---

# 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://doc.keepnetlabs.com/next-generation-product/customer-success/communication-tips/new-phishing-reporter-button-announcement.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.
