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

# Privacy Policy

## FTC Tracker Privacy Policy

### 1. Introduction

Welcome to FTC Tracker. We value your privacy and are committed to protecting your personal information.

### 2. Information We Collect

* **Personal Information**: When you use FTC Tracker, we may collect personal information such as your name, email address, and other contact details.
* **Usage Data**: We may collect data on how the app is accessed and used. This may include information such as your device's Internet Protocol (IP) address, browser type, browser version, the pages of our app that you visit, and other diagnostic data.

### 3. How We Use Your Information

We use the collected data for various purposes:

* To provide and maintain our service
* To notify you about changes to our service
* To allow you to participate in interactive features of our service when you choose to do so
* To provide customer support
* To monitor the usage of our service

### 4. Security

The security of your data is important to us. We strive to use commercially acceptable means to protect your personal information.

### 5. Changes to This Privacy Policy

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.

### 6. Contact Us

If you have any questions about this Privacy Policy, please contact us at <krish.patelshah@gmail.com>, <jacob.m.taira@gmail.com>, or <abhilaash.sunkara@gmail.com>.


---

# 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://ftc-tracker.gitbook.io/ftc-tracker/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.
