# How to Deploy the Add-in in Microsoft 365

## Deploy the Add-in

* Log in to [Microsoft 365 Admin Center](https://admin.microsoft.com/AdminPortal/Home#/homepage) and go to [Add-ins](https://admin.microsoft.com/AdminPortal/Home#/Settings/AddIns).
* Click **+Deploy Add-in** and click **Next**. Under **Deploy a custom add-in**, click **Download** **custom** **apps**.
* Select **I have the manifesto.xml file**.
* Click **Upload**.

Now proceed to **Configure Add-in**.

### Configure Add-In

**Assign the users** who will have access to the add-in. Choose one of the following:

* **Everyone:** The add-in will be installed on every user under the Microsoft 365 tenant (recommended).
* **Specific Users/Groups:** The add-in will be installed on the selected group or user.
* **Just me:** The add-in will be installed only on your mail account.

Now proceed to the **Deployment Method**.

### Deployment Method

Select a **Deployment Method**.

* Fixed (Default, Recommended)
* Available
* Optional

Click **Deploy**.

{% hint style="warning" %}
You will receive an email notification confirming your successful deployment. It may take up to 24 hours for the add-in to be displayed on the users' email applications. Users may need to relaunch email applications.​
{% endhint %}

Once you have received notification that the deployment was successful, click on **Next**, and then **Finish** to complete the process.

## Uninstall the Add-in

To uninstall the Phishing Reporter add-in from Microsoft 365 user accounts, follow these steps:

* Log in to [Microsoft 365 Admin Center](https://admin.microsoft.com/AdminPortal/Home#/homepage) and go to [Add-ins](https://admin.microsoft.com/AdminPortal/Home#/Settings/AddIns).
* Select the add-in you want to uninstall.
* Click **Remove add-i**n and then **Remove** to complete the process.

{% hint style="warning" %}
It may take up to 24 hours for the add-in to be uninstalled. Users may need to relaunch email applications.​
{% endhint %}

## Video Tutorial

{% embed url="<https://youtu.be/OQoj9eXnz_c>" %}


---

# 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://doc.keepnetlabs.com/next-generation-product/platform/phishing-reporter/phishing-reporter-deployment/how-to-deploy-the-add-in-in-microsoft-365.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.
