# 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!


---

# 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://docs.aurinko.io/workspace-addons/outlook-addins/office-365-installing-outlook-addin.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.
