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