# Outlook Add-in

Step 1:  Visit Microsoft Admin Center.&#x20;

* Visit <https://admin.microsoft.com>

<figure><img src="/files/aBve7NvJVj9SAzfLfDHw" alt=""><figcaption></figcaption></figure>

### Step 2: Open Upload Custom Apps Dialog

* Click on "Show All" in left side bar
* Click on Settings (in Left Side Bar) >> Integrated apps >> Upload Custom Apps

<figure><img src="/files/UW6y1THuXHX3tbRHbt4Z" alt=""><figcaption></figcaption></figure>

### Step 3: Uploading Apps to Deploy

* AppType: Office Add-in

<figure><img src="/files/lgs6q5egvpgsX923uqTt" alt=""><figcaption></figcaption></figure>

### Step 4: Upload Apps to Deploy. contd.

* Provide link to manifest file: Please work with your Twig admin for receiving a manifest.xml file URL.
* Click on Next

<figure><img src="/files/0ktDUX49BhaxRmWe0GZM" alt=""><figcaption></figcaption></figure>

Step 5: Add users

* For first time install: Start will making this plugin available to no more than 5 early access users. Select "Specific Users/Groups" under Assign Users and add user email IDs. Onse these users have compelted initial testing then you may select groups of users to provide access to the application.

<figure><img src="/files/ZjaJvPhR1fqgyiMziTMz" alt=""><figcaption></figcaption></figure>

### Step 6: Accept permissions

* Click Next

<figure><img src="/files/cyMHoaihqCPicp8KUO08" alt=""><figcaption></figcaption></figure>

### Step 7: Finish Deployment

* Review details and click on "Finish Deployment"
* Deployment may take 24 hrs, verify installation after 24hrs

<figure><img src="/files/dEkYFgolvhS0YoA8SsoF" alt=""><figcaption></figcaption></figure>

### Step 8: Verify Installation

* Select a email thread >> click on reply >> On the Top Bar select <...> icon >> Select the Twig add-in from the list.
* The Twig add-in will appear on the right hand side of the screen&#x20;

<figure><img src="/files/BpSGttF0xN1QeWNt7p9I" alt=""><figcaption></figcaption></figure>

### Step 9: Provide API Key

* Provide your API Key from Twig app .&#x20;
* Click on Save

<figure><img src="/files/PCUTi0Vfpo4LRHA9dpbN" alt=""><figcaption></figcaption></figure>

### Step 10:

* The Twig add-in will try to provide an answer based on the current selected email thread
* Alternatively, Ask a question in the Question Bar and click on the enter icon to get an AI generated answer for your question.

<figure><img src="/files/9P2mwzklv5qx86qqKzvE" alt=""><figcaption></figcaption></figure>


---

# 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.twig.so/product/plugins/outlook-app-installation.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.
