# Office 365: Installing Outlook addin

An Outlook add-in consists of two components: the XML add-in manifest and a web page supported by the JavaScript library for Office Add-ins (office.js). The manifest describes how the add-in integrates across Outlook clients. See [Microsoft documentation](https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/manifests) for details.\
\
Aurinko auto-generates an addin manifest for youe Aurinko addin apps, see how.

In Outlook (desktop) click the **Get add-ins** ribbon button:

<div data-full-width="true"><figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/628407238c9b58508348a91d/file-X7v5lqvbz8.png" alt=""><figcaption></figcaption></figure></div>

A popup will appear. Select **My add-ins**, scroll down to the **Custom Addins** section, and select the **Add from File...** option. Upload the manifest file you downloaded from your Aurinko app, click **Install**.

<div data-full-width="true"><figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/628407dbb2de5178f888494f/file-HIOX7QMiBL.jpg" alt=""><figcaption></figcaption></figure></div>

The addin should be installed!

<div data-full-width="true"><figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62840a4f8c9b58508348a92a/file-K48tVnDqD5.jpg" alt=""><figcaption></figcaption></figure></div>

Close the popup and check the main ribbon menu in Outlook.

<div data-full-width="true"><figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/5dd72e4d2c7d3a7e9ae44753/images/62840bd7b2de5178f8884966/file-O3ROa4U1Ag.jpg" alt=""><figcaption></figcaption></figure></div>

Click **Open Aurinko** to open your Aurinko addin!
