# Excel Online

### Upload the Add-in

Navigate to Excel Online at <https://excel.office.com/> and open a workbook.

From the ribbon, select **Insert** → **Add-ins**.

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

In the Add-ins dialog, click **Upload My Add-in** in the top corner.

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

Browse to the manifest file you downloaded and select it, then click **Upload**.

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

### Accessing the Add-in

Once uploaded, a new **TilliT V2** tab will appear in the Excel ribbon. Click any of the buttons (Data, Timeseries, Orders, Boards, Translation) to open the add-in task pane.


---

# 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/excel-online.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.
