# Pinning the Outlook Add-in

Pinning your Outlook add-in means that the add-in stays open when you browse emails, instead of closing and re-opening the add-in each time. Pinning can be toggled on and off at the click of a button.

### **Pin Add-in** <a href="#pin-add-in" id="pin-add-in"></a>

To pin your add-in to the side, firstly open the add-in's side panel. At the top right of this panel in the title section you will notice a small "Pin" icon. Clicking this pin will toggle on and off the pinning of your add-in window.

![](/files/Quw71z9fIgNn0BON4Y5e)

### Unpin Add-in <a href="#unpin-add-in" id="unpin-add-in"></a>

To unpin your add-in, simply click the pin again, so that it is faded in color.


---

# 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/pinning-the-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.
