# Privacy Policy

### Overview

{% hint style="info" %}
My Orlando Experience is committed to protecting your privacy. We designed our app to minimize data collection and maximize user privacy.
{% endhint %}

### Data Collection and Usage

#### 🔍 Information We Don't Collect

* Personal identification information
* Email addresses
* User accounts or passwords
* Usage analytics
* Browsing history
* Device information
* Network information

#### 📱 Information We May Access (With Your Permission)

{% tabs %}
{% tab title="Location Data" %}
**Purpose**: Calculate distances to theme parks and provide directions

* Only accessed when you grant permission
* Only used while the app is in use
* Never stored or shared with third parties
* Can be disabled in device settings
  {% endtab %}

{% tab title="Calendar" %}
**Purpose**: Add park hours and travel details to your calendar

* Only accessed when you choose to add events
* No existing calendar information is read
* No calendar data is stored or shared
* Can be disabled in device settings
  {% endtab %}

{% tab title="Photo Library" %}
**Purpose**: Save exported travel information files

* Only accessed when exporting data
* No photos or media are read
* No media is stored or shared
* Can be disabled in device settings
  {% endtab %}
  {% endtabs %}

### 💾 Data Storage

#### Local Storage

* All travel information is stored locally on your device
* Data is never uploaded to any servers
* Data remains private and under your control
* Data can be deleted at any time within the app

#### Export/Import

* CSV export feature for backup purposes
* Data transfer is handled by system sharing features
* No third-party services involved
* You control where your data goes

{% hint style="success" %}
Your data never leaves your device unless you explicitly choose to export it.
{% endhint %}

### 🌐 Network Access

#### Theme Park Information

* Park hours and information from themeparks.wiki API
* Only basic API calls to fetch park schedules
* No personal information is sent
* All network calls use secure HTTPS

#### Maps Integration

* Apple Maps and Google Maps integration for directions
* Location sharing handled by system services
* No location data is stored or tracked
* All navigation happens in respective map apps

### 📱 Third-Party Services

#### Limited Integration

* Apple Maps (optional)
* Google Maps (optional)
* System Calendar
* System Share Sheet

{% hint style="info" %}
All third-party integrations are optional and use system-level services provided by iOS.
{% endhint %}

### 🔒 Security

#### Data Protection

* Uses iOS built-in security features
* Benefits from system-level encryption
* Protected by your device's security measures
* No additional security risks introduced

#### File Handling

* Secure file operations for CSV import/export
* System-level share sheet for file transfers
* Temporary files are automatically cleaned up
* No persistent external storage used

### 👥 Children's Privacy

* Our app does not collect any personal information
* Suitable for all ages
* Compliant with children's privacy regulations
* No special data handling required

### 📝 Changes to This Policy

We may update this privacy policy from time to time. We will notify you of any changes by:

* Posting the new privacy policy in the app
* Updating the "Last updated" date
* Maintaining previous versions for reference

### 📮 Contact Us

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

* Website: [myorlandoexperience.inwisso.com](https://myorlandoexperience.inwisso.com)
* Email: <privacy@inwisso.com>

{% hint style="info" %}
We're committed to transparency and are happy to answer any questions about our privacy practices.
{% endhint %}

### 🔑 Your Rights

You have the right to:

* Access your data (stored locally on your device)
* Export your data (using CSV export)
* Delete your data (using clear data function)
* Control app permissions through iOS settings

### 📋 Compliance

This app complies with:

* Apple's App Store Guidelines
* GDPR principles
* CCPA requirements
* COPPA guidelines

{% hint style="success" %}
We prioritize your privacy by design, collecting only the minimum required information to provide our services.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://myorlandoexperience.inwisso.com/privacy-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
