# Outlook Add-in

Solar Archive provides tenants and customers a helpful Outlook add-in. The Outlook add-in allows users to browse their archive without leaving the Outlook interface.

There are two options of install for the Outlook Add-in, these are:

#### 1. Local Deployment

Manually install the Outlook add-in across your organisation for each computer. Preferable for smaller organisations.

Go to Local Deployment Install

#### 2. Centralised Deployment

Centralized Deployment is the recommended way for an Office 365 admin to deploy Office Add-ins (Word, Excel, PowerPoint, and Outlook) to users and groups within an organization, provided the organization meets all requirements for using Centralized Deployment as outlined in this article.

You can use the [Centralized Deployment Compatibility Checker](https://learn.microsoft.com/en-us/microsoft-365/admin/manage/centralized-deployment-of-add-ins?view=o365-worldwide#centralized-deployment-compatibility-checker) to determine if your subscription is eligible.

{% hint style="info" %}
The Outlook add-in is available to all customers for free. There is no additional charge.
{% endhint %}


---

# 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://help.solar-archive.com/docs/outlook-add-in.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.
