> For the complete documentation index, see [llms.txt](https://t1t.gitbook.io/t1c-js-guide-v3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://t1t.gitbook.io/t1c-js-guide-v3/installation-manual/windows.md).

# Windows

## Installation

Initially when starting the application, and no Trust1Connector has been installed the following layout will be presented:

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

The **Home Page** allows the user to download the Trust1Connector or view which version is currently installed. Although the connector can determine which operating system is running the browser, the page shows **all possible downloads.** Available installers are provided for:

* Windows 32/64 bit (LTS)
* Mac Intel/ARM (LTS)
* Linux (Ubuntu/Debian or other upon request)

After the downloaded, the signed package can be installed on your system. The connector has been build to have a small footprint. After a successful installation, the page must be refreshed. The application has been build to avoid explicit polling of readers prior to the installation.&#x20;

The installation wizard will be started when the downloaded installer is executed:

<figure><img src="/files/HC5tZAGZ4MD84U8Qtxe6" alt=""><figcaption><p>Installation Wizard Starts</p></figcaption></figure>

<figure><img src="/files/0fANo07KyZdWsfTtGFcm" alt=""><figcaption><p>Installation Wizard Finished</p></figcaption></figure>

The Trust1Connector SDK determines the targeted operating system and provides the user with a appropriate download link.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://t1t.gitbook.io/t1c-js-guide-v3/installation-manual/windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
