> 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/v3.3.0-1/miscellaneous/installation-faq.md).

# Installation FAQ

## Where can I find the installed files

### Windows

The Trust1Connector API will be located in `%localappdata%/Trust1Connector/`\
The Trust1Connector Proxy will be located in the `%programfiles%/Trust1Connector-Proxy/`

### MacOS

The API will be located in&#x20;

`~/Library/Application Support/Trust1Team/Trust1Connector/`

## Do I need administrator rights for installation

For the Trust1Connector API you do not need any administrator rights. The Trust1Connector Proxy requires administrator rights.

## How can I manually restart the API?

### Windows

You can execute/double click on the following script which will automatically stop and restart the Trust1Connector

`%localappdata%/Trust1Connector/t1c-api-sh-env-init.vbs`

### MacOS

First unload and stop the services. The first is the API and the second is for card communication;

`launchctl unload ~/Library/LaunchAgents/com.t1t.t1c.api.plist`

`launchctl unload ~/Library/LaunchAgents/com.t1t.t1c.grpc.plist`

Now load the service again which will make it restart

`launchctl load ~/Library/LaunchAgents/com.t1t.t1c.api.plist`

`launchctl load ~/Library/LaunchAgents/com.t1t.t1c.grpc.plist`

## Where can i find the log files

### Windows

`%localappdata%/Trust1Connector/Logs`

### Macos

`~/Library/Application Support/Trust1Team/Trust1Connector/resources/logs`

And

`~/Library/Application Support/Trust1Team/Trust1Connector/resources/t1c-api/logs`


---

# 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/v3.3.0-1/miscellaneous/installation-faq.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.
