# Installation FAQ

## Where can I find the installed files

### Windows

The Trust1Connector API will be located in `%localappdata%/Trust1Connector/`

### 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.

## How can I manually restart the API?

### Windows

The Windows version of the Trust1Connector can be started with the Launcher executable provided. More information can be found [here](https://t1t.gitbook.io/t1c-api/v3.5.5/launcher)

### 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`

Now load the service again which will make it restart

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

## Where can i find the log files

### Windows

`%localappdata%/Trust1Connector/`

### Macos

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


---

# 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/t1c-js-sdk/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.
