> For the complete documentation index, see [llms.txt](https://trifecta.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trifecta.gitbook.io/welcome/privacy-policy.md).

# Privacy Policy

Last updated: 05 September 2023

### **Introduction**

Welcome to Trifecta's Privacy Policy. Your privacy is of the utmost importance to us. This Privacy Policy outlines how we collect, use, maintain, and disclose information collected from users of the Trifecta website, mobile application, Telegram trading, and any other services we offer (collectively referred to as "Services").

By using our Services, you agree to the collection and use of information in accordance with this policy. If you do not agree with our policies and practices, your choice is not to use our Services.

### **What Information We Collect**

#### **Personal Information**

We may collect personally identifiable information such as names, email addresses, and mobile numbers when users voluntarily submit such information to us when signing up for an account, or participating in the services we offer.

#### **Non-Personal Information**

We may collect non-personal identification information about users whenever they interact with our Services. Non-personal identification information may include browser type, operating system, IP address, and other similar information.

#### **Usage Data**

We collect information on how our Services are accessed and used ("Usage Data"). This Usage Data may include information such as your computer's Internet Protocol address, browser type, browser version, the pages of our Services that you visit, the time and date of your visit, the time spent on those pages, and other diagnostic data.

### **How We Use Collected Information**

Trifecta may collect and use your information for the following purposes:

* To provide and maintain our Services
* To notify you about changes to our Services
* To allow you to participate in interactive features of our Services when you choose to do so
* To gather analysis or valuable information so that we can improve our Services
* To monitor the usage of our Services
* To detect, prevent, and address technical issues

### **How We Protect Your Information**

We adopt appropriate data collection, storage, and processing practices and security measures to protect against unauthorized access, alteration, disclosure, or destruction of your personal information and data stored on our Services.

### **Sharing Your Information**

We do not sell, trade, or rent users’ personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates, and advertisers for the purposes outlined above.

### **Changes to This Privacy Policy**

Trifecta has the discretion to update this Privacy Policy at any time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes.

### **Your Acceptance of These Terms**

By using our Services, you signify your acceptance of this Privacy Policy. If you do not agree to this Privacy Policy, please do not use our Services.

### **Contact Us**

If you have any questions or suggestions about this Privacy Policy, please contact us at:

Email: <contact@trifecta.fi>


---

# 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://trifecta.gitbook.io/welcome/privacy-policy.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.
