> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/documentation/guides/crm/business_central_add-in_for_outlook_-_features_and_deployment.md).

# Business Central Add-in for Outlook

Install and use the Outlook add-in to view and create Business Central records.

The Business Central add-in for Outlook lets you view and interact with your business information directly from Outlook. It consists of two elements:

**Contact insights**

This provides users with Business Central customer or vendor information in Outlook emails and calendar appointments. It also enables you to create and send Business Central business documents, such as sales quotes and invoices, to a contact.

**Document view**

When an email refers to a business document number in the email body, this add-in provides a direct, in-line link from the email body to the actual business document in Business Central.

For more information about the add-in's features, see [Use Business Central as your Business Inbox in Outlook](https://learn.microsoft.com/en-gb/dynamics365/business-central/work-outlook-addin).

For more information about deploying the add-in, see [Get the Business Central Add-in for Outlook](https://learn.microsoft.com/en-gb/dynamics365/business-central/admin-outlook).

{% hint style="warning" %}
**Prerequisites**

Business Central SaaS environment.

Access to your M365 Admin centre.
{% endhint %}

## Setup

The add-in can be set up in three different modes:

* SaaS Centralised deployment
* SaaS Own use deployment
* On-Premise deployment

Details for all deployments can be found below. This article summarises the most popular mode, SaaS Centralised deployment.

[Microsoft: Get the Business Central Add-in for Outlook](https://learn.microsoft.com/en-gb/dynamics365/business-central/admin-outlook#deploy-the-add-in-by-using-centralized-deployment-as-an-admin)

## SaaS Centralised deployment setup

Before you start, make sure you have access to your company's Microsoft admin centre, as you will need to log on as part of the installation setup guide.

{% stepper %}
{% step %}

### Open Assisted Setup

Open your live Business Central company and search for the **Assisted Setup** page.
{% endstep %}

{% step %}

### Start the Outlook add-in setup guide

Once open, find the **Outlook Add-in Centralised Deployment** record, double-click the title. Continue even if it says the setup guide has previously been run.
{% endstep %}

{% step %}

### Complete Requirements and Privacy

Follow the setup guide pages, clicking Next through **Requirements** and **Privacy** pages.
{% endstep %}

{% step %}

### Download with Deploy enabled

When you get to the Download page, make sure **Deploy** is ticked on both lines. Click Download & Continue.
{% endstep %}

{% step %}

### Confirm the zip file download

This will download a file to your device, OutlookAddins.zip.
{% endstep %}

{% step %}

### Open Microsoft 365 admin centre

On the Now Configure Microsoft 365 page, click **Go to Microsoft 365 admin centre**. You will now need to log on with Admin Credentials.
{% endstep %}

{% step %}

### Extract the manifest files

Go to the folder where the OutlookAddins.zip was downloaded, and extract the Contact Insights.xml and Document View\.xml files from the .zip to a folder of your choice.
{% endstep %}

{% step %}

### Open Integrated Apps

From the Microsoft 365 admin centre, go to **Integrated Apps**. Choose Upload custom apps.
{% endstep %}

{% step %}

### Upload the first manifest and deploy it

On the Upload Apps to deploy page, choose Upload manifest file (.xml) from device > Choose file. Select one of the add-in files you extracted earlier, for example, Contact Insights.xml. Follow the instructions to assign users and deploy the add-in.
{% endstep %}

{% step %}

### Upload the second manifest

Repeat the previous step for the other add-in file.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
It can take up to 24 hours before users see the add-in in the Outlook app. Users might have to restart Outlook as well.
{% endhint %}


---

# 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://kb.bevica.com/documentation/guides/crm/business_central_add-in_for_outlook_-_features_and_deployment.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.
