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

# PRIVACY POLICY

This Privacy Policy describes how **\[GPS Camera Map]** (“we”, “our”, or “us”) collects, uses, and protects your information when you use our mobile application.\
1\. Information We Collect

We may collect the following types of information:

* **Camera access**: Used only to provide camera-related features (such as capturing photos or adding stamps).
* **Location data (GPS)**: Used to display location information, maps, or location-based features within the app.
* **Device information**: Such as device model, operating system version, and app version, used for improving app performance.
* **Usage data**: Anonymous data about how the app is used to improve user experience.

👉 We do **NOT** collect personal information such as name, phone number, or address.

***

#### 2. How We Use Your Information

We use the collected information to:

* Provide and maintain app features
* Improve app functionality and user experience
* Fix bugs and enhance performance
* Comply with legal requirements

***

#### 3. Data Storage & Security

* All data is processed securely.
* We use standard security measures such as HTTPS and encryption provided by the operating system.
* We do not sell, rent, or share your personal data with third parties.

***

#### 4. Third-Party Services

The app may use third-party services such as:

* Google Maps
* Firebase
* Apple services

These services may collect information according to their own privacy policies.

***

#### 5. Permissions

The app may request the following permissions:

* Camera
* Location
* Storage (optional, for saving images)

All permissions are used **only for app functionality**.

***

#### 6. Children’s Privacy

Our app does not target children under the age of 13.\
We do not knowingly collect personal data from children.

***

#### 7. Changes to This Privacy Policy

We may update this Privacy Policy from time to time.\
Any changes will be posted within the app or on this page.

***

#### 8. Contact Us

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

📧 Email: **\[<contact.fotoapps@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://fetch-3.gitbook.io/fetch-docs/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.
