# Technical Information

* Tactyc was built using the React Framework and NodeJS.
* All fund performance and investment performance computations is done on the front-end in JavaScript/TypeScript.
* Tactyc uses a secure **TLS 1.2 API Gateway** to communicate with the Tactyc API backend.
* Data in **encrypted in transit and at rest.**
* All data is stored on Amazon Web Services provisioned databases that are **encrypted.**
* Tactyc uses [Auth0](https://auth0.com/) to provide the most secure authentication layer for our clients.
* Finally, we do not use your data for marketing, benchmarking or aggregation. The only time your data is used is to compute performance for your fund. Please refer to our [privacy policy](https://tactyc.io/privacy) or contact us at <support@tactyc.io> if you have further questions.


---

# 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://docs.tactyc.io/technical/technical-information.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.
