# Introduction

This Gitbook represents the documentation for custom packaging of the Trust1Connector, Trust1Connector Proxy for Windows, Mac and Linux.

The provided packaging zip will include all the needed scripts for packaging. Items such as Logo's and installer text can be changed to the desired output. Keep in mind some changes require updates of the script files found in the `configurations` folder.

Each new version of the packager you will receive an updated zip with changes included. These changes can be found in the changelog page.

Each update of the Trust1Connector family you will also receive an update of the packager with the correctly pre-filled versions.

{% hint style="warning" %}
The packager downloads the Trust1Connector and Trust1Connector core files which are hosted on the Google Cloud buckets of Trust1Team. If you want to package make sure the internal network allows connection towards these buckets.\
The urls look like the following: \
<https://storage.googleapis.com/t1c-dependencies-\\{{environment\\}}>
{% 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://t1t.gitbook.io/trust1connector-packaging/master.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.
