# How to Install

### Download the manifest

The manifest file tells Excel where to find the add-in. Right-click the correct link below and select **Save link as**, then save it somewhere permanent — Excel needs the file to stay in the same location.

{% hint style="info" %}
Production Add-in: [tillit-add-in-prod.xml](https://tillit.cloud/excel-addin-v2/assets/manifests/tillit-add-in-prod.xml)
{% endhint %}

{% hint style="info" %}
Stage Add-in: [tillit-add-in-stage.xml](https://tillit.cloud/excel-addin-v2/assets/manifests/tillit-add-in-stage.xml)
{% endhint %}

{% hint style="warning" %}
Make a note of where you saved the file — you will need this path during installation.
{% endhint %}

### Install on Excel Online (recommended)

{% content-ref url="/pages/lPxnkjMrbPX7EPUt8SI9" %}
[Excel Online](/tillit/tools/excel-addin-v2/how-to-install/excel-online.md)
{% endcontent-ref %}

### Install on Excel Desktop

{% content-ref url="/pages/zdqUuTIGUPUYoKYrYDRz" %}
[Desktop](/tillit/tools/excel-addin-v2/how-to-install/desktop.md)
{% endcontent-ref %}


---

# 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.tillit.cloud/tillit/tools/excel-addin-v2/how-to-install.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.
