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

# Privacy Policy

Gromet Technologies ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and protect information when you use the Gromet desktop application and related services (the "Service").

By using the Service, you agree to the practices described below.

***

### 1. Information We Collect

We collect minimal data necessary to operate the Service. This may include:

#### 1.1. Local Usage Data

* Scripts and YAML configurations are stored **locally** on your device unless explicitly shared using Gromet Vault.
* We do **not** access or transmit your script content unless you use cloud-based features.

#### 1.2. Vault Data

When using Gromet Vault to share scripts:

* We temporarily store encrypted versions of your script and config files
* These are accessible via a unique key only you possess
* Data is automatically deleted after a set expiration period

#### 1.3. App Analytics (Optional)

* We may collect anonymized, aggregate usage data to improve the Service
* No personal or script content is included in these metrics

***

### 2. How We Use Your Information

We use the limited data we collect to:

* Provide and improve the functionality of Gromet
* Securely store and retrieve shared scripts via Gromet Vault
* Troubleshoot issues and provide support

We **do not** sell, rent, or trade your personal or script data.

***

### 3. Data Sharing

We do not share your personal information with third parties, except:

* When required by law or legal process
* To protect the rights, property, or safety of Gromet, users, or others

***

### 4. Data Security

We implement reasonable technical and organizational safeguards to protect your data, including:

* End-to-end encryption for Vault storage
* Local storage isolation for scripts and configurations

However, no system is completely secure. Use discretion when sharing sensitive scripts or data.

***

### 5. Your Rights

You have the right to:

* Access and export any data you've shared via Gromet Vault
* Request deletion of shared data (most is auto-deleted after expiration)

To make a request, contact us at: **<support@gromet.tech>**

***

### 6. Changes to This Policy

We may update this Privacy Policy from time to time. When we do, we will revise the “Last updated” date above. Continued use of the Service indicates your acceptance of the revised policy.

***

### 7. Contact

If you have any questions about this Privacy Policy or how we handle data, please contact:

**Gromet Technologies**\
<support@gromet.tech>


---

# 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://gromet.gitbook.io/privacy/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.
