# Navigating the Add-in

### Overview

The TilliT Excel Add-in V2 uses a single task pane that opens on the right side of Excel. All five features share this same pane — you switch between them using the dedicated buttons in the **TilliT V2** ribbon tab.

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

### Logging In

When you first open the add-in, you will see the login screen. Click **Log In** to authenticate with your TilliT account.

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

After logging in, the pane will display your active tenant name in the header.

### The Ribbon Tab

The **TilliT V2** tab appears in the Excel ribbon after installation. It contains five buttons, each opening a different view inside the task pane:

| Button          | Opens                                                                      |
| --------------- | -------------------------------------------------------------------------- |
| **Data**        | Entity Data Source — load or manage TilliT configuration and instance data |
| **Timeseries**  | Timeseries — export process variable readings                              |
| **Orders**      | Orders — load or upload TilliT and Scheduler orders                        |
| **Boards**      | Boards — load board items or edit board definitions                        |
| **Translation** | Translations — export translatable entity data                             |

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

### The Header Menu

Once logged in, the header shows your **tenant name** and a menu button to the right. Clicking this button gives you access to:

* **Switch Theme** — toggle between light and dark mode
* **Language** — change the add-in display language
* **Logout** — sign out of the add-in
* **Return to Classic** — switch back to the original Excel Add-in (V1)

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

### Returning to the Classic Add-in

If you need to use the original add-in, click **Return to Classic** from the header menu. This does not uninstall V2 — it simply opens the classic (V1) add-in in the same pane.

{% hint style="info" %}
The V1 add-in documentation can be found here: [Excel Add-in (Classic)](/tillit/tools/excel-add-in.md)
{% endhint %}


---

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