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

# Privacy Policy for GeoFocus

**Last updated: January 22, 2026**

This Privacy Policy describes the policies and procedures of **GeoFocus**, developed by Leon Besse, regarding the collection, use, and protection of your information when you use our mobile application. It also explains your privacy rights and how your data is handled.

GeoFocus is designed with privacy in mind. **We do not collect, store, or transfer any personal data to external servers.** All data remains exclusively on your device.

***

### Interpretation and Definitions

#### Interpretation

Words with an initial capital letter have meanings defined under the following conditions.

#### Definitions

For the purposes of this Privacy Policy:

* **Application** refers to GeoFocus, the mobile application available on the Apple App Store.
* **Company** (referred to as “We”, “Us”, or “Our”) refers to Cursus Ventures.
* **Device** means any device that can access the Application, such as an iPhone.
* **Personal Data** means any information that relates to an identified or identifiable individual.
* **You** means the individual using the Application.

***

### Collection and Use of Personal Data

GeoFocus **does not collect or transmit any personal data**.

All data used by the app is processed **locally on your device only** and never leaves it.

#### Data stored locally on your device may include:

* Location-based focus zones defined by you
* App blocking preferences
* Application settings and customization

This data is:

* Never sent to external servers
* Never shared with third parties
* Never sold or used for analytics or advertising

***

### Location Data

GeoFocus uses your device’s location **solely to determine whether you are inside or outside a zone you have defined**, in order to block selected apps accordingly.

* Location data is processed locally
* Location data is never stored remotely
* Location data is never shared

***

### Cookies and Tracking Technologies

GeoFocus does **not** use:

* Cookies
* Web beacons
* Third-party analytics
* Advertising SDKs
* Tracking technologies

All functionality operates directly on your device.

***

### Security of Your Personal Data

Your privacy and security are important to us. Because GeoFocus operates entirely on-device, your data is not exposed to network-based risks.

However, no method of electronic storage is 100% secure. We recommend protecting your device using:

* A device passcode
* Face ID or Touch ID

***

### Children’s Privacy

GeoFocus is not intended for individuals under the age of 18.\
We do not knowingly collect any data from children.

***

### Links to Third-Party Websites

The Application may contain links to third-party websites or services. We have no control over their content or privacy practices and encourage you to review their privacy policies independently.

***

### Changes to This Privacy Policy

We may update this Privacy Policy from time to time.\
Any changes will be posted on this page, and the “Last updated” date will be revised accordingly.

***

### Contact Us

If you have any questions about this Privacy Policy, you can contact us:

**By email:** <info@cursusventures.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://f10.gitbook.io/geofocus/privacy-policy-for-geofocus.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.
