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

# Privacy Policy

## Privacy Policy for Proximity

*Last updated: 2026-06-16*

This Privacy Policy describes how Proximity ("the app") handles your information. The app is provided by Trond Hindenes.

### Data Collection

The app does not collect, store, or transmit any personal data. We do not gather names, email addresses, location data, device identifiers, usage analytics, or any other personally identifiable information.

### Network Access

The app communicates only with a device on your local network to provide its core functionality. This communication stays within your own network and is not sent to us, to any server on the internet, or to any third party. No personal information is collected or shared as part of this communication.

### Third-Party Services

The app does not integrate any third-party analytics, advertising, or tracking services.

### Children's Privacy

The app does not collect any data from anyone, including children. It is intended for a general audience.

### Changes to This Policy

This Privacy Policy may be updated from time to time. Any changes will be posted on this page with an updated revision date.

### Contact

If you have questions about this Privacy Policy, contact: <trond@kodefolk.no>


---

# 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://bongocorp.gitbook.io/proximity/readme/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.
