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

# Privacy Policy

### Introduction

{% hint style="success" %}
Counter Punk is built with privacy at its core. We do not collect, store, or transmit any personal data.
{% endhint %}

This privacy policy describes:

* How Counter Punk handles data
* What information we don't collect
* Your rights and choices
* How to contact us

### Information Collection

{% tabs %}
{% tab title="We Don" %}
Counter Punk does not collect:

* Personal identifiers
* Location data
* Usage statistics
* Device information
* Network data
* Any personal information
  {% endtab %}

{% tab title="Local Storage" %}
Data stored only on your device:

* Count history
* Session timestamps
* Custom labels
* App preferences
  {% endtab %}

{% tab title="Third Parties" %}
We do not:

* Share data with third parties
* Use analytics services
* Include advertising
* Connect to external services
  {% endtab %}
  {% endtabs %}

### Data Storage

{% hint style="info" %}
All data is stored locally on your device using iOS's built-in UserDefaults system
{% endhint %}

#### Local Data Details

* **Count History**
  * Stored locally
  * Never transmitted
  * Fully under your control
* **App Preferences**
  * Saved on device
  * Protected by iOS sandbox
  * No cloud backup
* **Export Feature**
  * Manual sharing only
  * User-initiated exports
  * Standard iOS share sheet

### Security Measures

{% hint style="success" %}
We implement Apple's recommended security practices to protect your local data
{% endhint %}

#### Security Features

{% tabs %}
{% tab title="iOS Security" %}

* iOS sandbox environment
* System-level encryption
* Secure local storage
  {% endtab %}

{% tab title="App Security" %}

* No network access
* No external connections
* Local-only operations
  {% endtab %}

{% tab title="User Control" %}

* Full data control
* Manual sharing only
* Easy data deletion
  {% endtab %}
  {% endtabs %}

### Your Rights

{% hint style="info" %}
Since we don't collect any data, most privacy rights requests are not applicable
{% endhint %}

#### Available Controls

* Delete all data by removing the app
* Export your data using the share feature
* Control all data locally on your device

### Children's Privacy

{% hint style="success" %}
Counter Punk does not collect information from anyone, including children under 13
{% endhint %}

#### COPPA Compliance

* No data collection
* No personal information
* No third-party sharing

### Legal Compliance

#### Privacy Regulations

{% tabs %}
{% tab title="GDPR" %}

* No personal data processing
* No data transfer
* No data storage outside device
  {% endtab %}

{% tab title="CCPA" %}

* No personal information sale
* No data sharing
* Complete user control
  {% endtab %}

{% tab title="App Store" %}

* Apple privacy guidelines compliant
* App Store privacy labels
* Local data handling only
  {% endtab %}
  {% endtabs %}

### Changes to Policy

{% hint style="warning" %}
We may update this privacy policy as needed
{% endhint %}

#### Update Process

* Policy changes posted here
* Last updated date modified
* No direct user notification needed (no user data involved)

### Contact Information

{% hint style="info" %}
Questions about privacy? Contact us:
{% endhint %}

* **Email**: <contact@inwisso.com>
* **Support**: <support@inwisso.com>

### App Store Privacy Details

{% tabs %}
{% tab title="Data Not Collected" %}
We declare to Apple that:

* No user data collection
* No tracking
* No third-party data sharing
  {% endtab %}

{% tab title="Privacy Links" %}
Required links:

* Privacy Policy
* Support Page
* Terms of Service
  {% endtab %}

{% tab title="App Privacy" %}
Features:

* Offline functionality
* Local storage only
* No network required
  {% endtab %}
  {% endtabs %}

### International Users

{% hint style="info" %}
Counter Punk is available worldwide with the same privacy standards
{% endhint %}

#### Global Privacy

* Same privacy protection worldwide
* Local device storage only
* No international data transfers

### Compliance Statement

{% hint style="success" %}
Counter Punk complies with:
{% endhint %}

* Apple's App Store Guidelines
* iOS App Privacy Requirements
* International Privacy Laws
* Data Protection Regulations

***

{% hint style="info" %}
For questions about this privacy policy, please contact us at <contact@inwisso.com>
{% endhint %}


---

# 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://counterpunk.inwisso.com/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.
